What Is Bit Depth?
Bit depth (also called color depth) is the number of bits used to represent each color channel of each pixel. More bits means more possible brightness levels, which translates to smoother gradients and more color precision.
- 8-bit: 256 levels per channel (28) = 16.7 million total colors. Standard for JPG, web, and most final outputs.
- 12-bit: 4,096 levels per channel (212). Native capture depth of most camera sensors.
- 14-bit: 16,384 levels per channel (214). High-end camera RAW capture.
- 16-bit: 65,536 levels per channel (216) = 281 trillion total colors. Standard for professional editing and archival.
8-Bit: The Standard Output
8-bit color is the standard for final image delivery. JPEG is always 8-bit — there is no 16-bit JPEG. With 256 brightness levels per channel, 8-bit images can represent 16.7 million colors, which is more than enough for the human eye to perceive a continuous-tone photograph.
For normal viewing, sharing, web use, and most printing, 8-bit is perfectly adequate. The limitation appears only during heavy editing: when you push exposure, curves, or color grading aggressively, 8-bit images can show banding (visible steps in smooth gradients) and posterization (loss of smooth tonal transitions).
16-Bit: The Editing Standard
16-bit color provides 65,536 brightness levels per channel — 256 times more than 8-bit. This enormous headroom means you can push exposure corrections by several stops, apply heavy curves adjustments, and perform aggressive color grading without visible artifacts.
The trade-off is file size: a 16-bit TIFF is exactly twice the size of an 8-bit TIFF. For a 24 MP image, that means ~140 MB vs ~70 MB uncompressed.
Why RAW Files Are 12–14 Bit
Camera sensors capture more information than 8-bit can hold. A 14-bit sensor records 16,384 brightness levels per pixel, capturing subtle tonal differences in highlights and shadows that 8-bit would lose. This extra data is what gives RAW its superior editing flexibility:
- Recovering details in overexposed highlights
- Pulling up shadow detail without excessive noise
- Making large white balance adjustments without color banding
- Applying heavy curves and color grading
When you convert 14-bit RAW to 8-bit JPG, you are permanently discarding the extra tonal information. This is fine for final output, but means you should do all editing before the conversion.
When 8-Bit Is Fine
- Final web output — JPG is always 8-bit, and web browsers display 8-bit.
- Social media — Instagram, Facebook, and all social platforms use 8-bit.
- Consumer printing — Photo labs accept and print 8-bit JPGs beautifully.
- No heavy editing planned — If the photo is properly exposed and you are happy with colors, 8-bit preserves everything you need.
When 16-Bit Matters
- Heavy exposure corrections — Pushing exposure by more than 1 stop in post.
- Aggressive color grading — Film emulation, split toning, dramatic looks.
- HDR merges — Combining multiple exposures requires 16-bit to avoid banding.
- Professional print — Fine art and gallery prints benefit from 16-bit TIFF delivery.
- Archival — If you are archiving processed images for future use, 16-bit preserves maximum quality.
Output Formats by Bit Depth
| Format | 8-Bit | 16-Bit | Best For |
|---|---|---|---|
| JPG | Yes | No | Web, sharing, final output |
| PNG | Yes | Yes | Graphics, screenshots, editing |
| TIFF | Yes | Yes | Print, archival, editing |
| WebP | Yes | No | Modern web delivery |
Practical advice: For most photographers, the workflow is: edit in 16-bit (your RAW editor does this automatically), then export to 8-bit JPG for delivery. You get the editing benefits of high bit depth and the compatibility of 8-bit output.