COLOR #D6E0B7

HEX: #D6E0B7
RGB: (214,224,183)

Color info

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

RGB color model

#D6E0B7 color RGB value is (214,224,183).

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

RGB channels and saturation

R 214 of 255 = 84%
G 224 of 255 = 88%
B 183 of 255 = 72%

214
224
183

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

Portions of RGB colors in percentages

R + G + B =
214 + 224 + 183 = 621 (100%)
R 214 of 621 ~ 34.46%
G 224 of 621 ~ 36.07%
B 183 of 621 ~ 29.47%

%34.46
%36.07
%29.47

CMYK color model

#D6E0B7 color CMYK value is (4,0,18,12).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 12.16%
CMYK:
(4,0,18,12)
C4M0Y18K12 
(4%,0%,18%,12%)
(0.04/0.00/0.18/0.12)	

CMYK percentages

%4.46
%0
%18.3
%12.16

Codes

Color #D6E0B7 in popluar color models

D6E0B7
RGB214224183
HSL75°39.81%79.80%
HSB/HSV75°18.30%87.84%
CMYK4.46%0.00%18.30%
12.16%

Color #D6E0B7 in popluar number systems.

HEXD6E0B7
Decimal214224183
Binary110101101110000010110111
Octal326340267

Shades and tints

Shades of #D6E0B7

#D6E0B7
(214,224,183)
#C3CCA7
(195,204,167)
#B0B897
(176,184,151)
#9DA487
(157,164,135)
#8A9077
(138,144,119)
#777C67
(119,124,103)
#646857
(100,104,87)
#515447
(81,84,71)
#3E4037
(62,64,55)
#2B2C27
(43,44,39)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #D6E0B7

#D6E0B7
(214,224,183)
#D9E2BD
(217,226,189)
#DCE4C3
(220,228,195)
#DFE6C9
(223,230,201)
#E2E8CF
(226,232,207)
#E5EAD5
(229,234,213)
#E8ECDB
(232,236,219)
#EBEEE1
(235,238,225)
#EEF0E7
(238,240,231)
#F1F2ED
(241,242,237)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E0B7; }

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

This text font color is #D6E0B7.


Background Color

.myBgColor { background-color: #D6E0B7; }

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

This div background color is #D6E0B7.


Border color

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

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

This div border color is #D6E0B7.


Opacity

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

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

Text with #D6E0B7 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 #D6E0B7;}

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

This text has shadow with #D6E0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E0B7 on black background.


Color preview on white background

This text has color #D6E0B7 on white background.



Black color preview on #D6E0B7 background

This text has black color on #D6E0B7 background.


White color preview on #D6E0B7 background

This text has white color on #D6E0B7 background.