COLOR #D6E0B6

HEX: #D6E0B6
RGB: (214,224,182)

Color info

#D6E0B6 contains red, green and blue colors in about the same proportion. Web safe color of #D6E0B6 is #CCCCCC (or #CCC).

RGB color model

#D6E0B6 color RGB value is (214,224,182).

  • red value is 214;
  • green value is 224;
  • blue value is 182.
RGB:
(214,224,182)
(84%,88%,71%)

RGB channels and saturation

R 214 of 255 = 84%
G 224 of 255 = 88%
B 182 of 255 = 71%

214
224
182

R + G + B ~ 81%. #D6E0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 224 + 182 = 620 (100%)
R 214 of 620 ~ 34.52%
G 224 of 620 ~ 36.13%
B 182 of 620 ~ 29.35%

%34.52
%36.13
%29.35

CMYK color model

#D6E0B6 color CMYK value is (4,0,19,12).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 12.16%
CMYK:
(4,0,19,12)
C4M0Y19K12 
(4%,0%,19%,12%)
(0.04/0.00/0.19/0.12)	

CMYK percentages

%4.46
%0
%18.75
%12.16

Codes

Color #D6E0B6 in popluar color models

D6E0B6
RGB214224182
HSL74°40.38%79.61%
HSB/HSV74°18.75%87.84%
CMYK4.46%0.00%18.75%
12.16%

Color #D6E0B6 in popluar number systems.

HEXD6E0B6
Decimal214224182
Binary110101101110000010110110
Octal326340266

Shades and tints

Shades of #D6E0B6

#D6E0B6
(214,224,182)
#C3CCA6
(195,204,166)
#B0B896
(176,184,150)
#9DA486
(157,164,134)
#8A9076
(138,144,118)
#777C66
(119,124,102)
#646856
(100,104,86)
#515446
(81,84,70)
#3E4036
(62,64,54)
#2B2C26
(43,44,38)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #D6E0B6

#D6E0B6
(214,224,182)
#D9E2BC
(217,226,188)
#DCE4C2
(220,228,194)
#DFE6C8
(223,230,200)
#E2E8CE
(226,232,206)
#E5EAD4
(229,234,212)
#E8ECDA
(232,236,218)
#EBEEE0
(235,238,224)
#EEF0E6
(238,240,230)
#F1F2EC
(241,242,236)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E0B6 color. Also use rgb(214,224,182) instead hex code.

Text Font Color

.myTextColor { color: #D6E0B6; }

<p style="color:#D6E0B6">This sample text font color is #D6E0B6.</p>

This text font color is #D6E0B6.


Background Color

.myBgColor { background-color: #D6E0B6; }

<div style="background-color:#D6E0B6">Inner text</div>

This div background color is #D6E0B6.


Border color

.myBorderColor { border: 1px solid #D6E0B6; }

<div style="border:3px solid #D6E0B6">Div</div>

This div border color is #D6E0B6.


Opacity

.myOpacity80 { color: #D6E0B6; opacity: 0.8; }

<p style="color:#D6E0B6;opacity:0.8;">80%</p>

Text with #D6E0B6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D6E0B6;}

<p style="text-shadow: 3px 3px 1px #D6E0B6">Text here.</p>

This text has shadow with #D6E0B6 color.

.textShadow {text-shadow: 3px 3px 1px #D6E0B6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D6E0B6, 5px 5px 20px red">Text here.</p>

This text has shadow with #D6E0B6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6E0B6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D6E0B6, Direction=45, Strength=4)">Text</p>

This text has shadow with #D6E0B6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D6E0B6;
  -webkit-box-shadow:	1px 1px 3px 2px #D6E0B6;
  box-shadow:		1px 1px 3px 2px #D6E0B6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6E0B6;
-webkit-box-shadow: 1px 1px 3px 2px #D6E0B6;
box-shadow:1px 1px 3px 2px #D6E0B6;">
Div content here</div>
This div box has shadow with color #D6E0B6.

Preview

Color preview on black background

This text has color #D6E0B6 on black background.


Color preview on white background

This text has color #D6E0B6 on white background.



Black color preview on #D6E0B6 background

This text has black color on #D6E0B6 background.


White color preview on #D6E0B6 background

This text has white color on #D6E0B6 background.