COLOR #D6E0CE

HEX: #D6E0CE
RGB: (214,224,206)

Color info

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

RGB color model

#D6E0CE color RGB value is (214,224,206).

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

RGB channels and saturation

R 214 of 255 = 84%
G 224 of 255 = 88%
B 206 of 255 = 81%

214
224
206

R + G + B ~ 84%. #D6E0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 224 + 206 = 644 (100%)
R 214 of 644 ~ 33.23%
G 224 of 644 ~ 34.78%
B 206 of 644 ~ 31.99%

%33.23
%34.78
%31.99

CMYK color model

#D6E0CE color CMYK value is (4,0,8,12).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 12.16%
CMYK:
(4,0,8,12)
C4M0Y8K12 
(4%,0%,8%,12%)
(0.04/0.00/0.08/0.12)	

CMYK percentages

%4.46
%0
%8.04
%12.16

Codes

Color #D6E0CE in popluar color models

D6E0CE
RGB214224206
HSL93°22.50%84.31%
HSB/HSV93°8.04%87.84%
CMYK4.46%0.00%8.04%
12.16%

Color #D6E0CE in popluar number systems.

HEXD6E0CE
Decimal214224206
Binary110101101110000011001110
Octal326340316

Shades and tints

Shades of #D6E0CE

#D6E0CE
(214,224,206)
#C3CCBC
(195,204,188)
#B0B8AA
(176,184,170)
#9DA498
(157,164,152)
#8A9086
(138,144,134)
#777C74
(119,124,116)
#646862
(100,104,98)
#515450
(81,84,80)
#3E403E
(62,64,62)
#2B2C2C
(43,44,44)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #D6E0CE

#D6E0CE
(214,224,206)
#D9E2D2
(217,226,210)
#DCE4D6
(220,228,214)
#DFE6DA
(223,230,218)
#E2E8DE
(226,232,222)
#E5EAE2
(229,234,226)
#E8ECE6
(232,236,230)
#EBEEEA
(235,238,234)
#EEF0EE
(238,240,238)
#F1F2F2
(241,242,242)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E0CE; }

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

This text font color is #D6E0CE.


Background Color

.myBgColor { background-color: #D6E0CE; }

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

This div background color is #D6E0CE.


Border color

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

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

This div border color is #D6E0CE.


Opacity

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

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

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

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

This text has shadow with #D6E0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E0CE on black background.


Color preview on white background

This text has color #D6E0CE on white background.



Black color preview on #D6E0CE background

This text has black color on #D6E0CE background.


White color preview on #D6E0CE background

This text has white color on #D6E0CE background.