COLOR #D6E5CF

HEX: #D6E5CF
RGB: (214,229,207)

Color info

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

RGB color model

#D6E5CF color RGB value is (214,229,207).

  • red value is 214;
  • green value is 229;
  • blue value is 207.
RGB:
(214,229,207)
(84%,90%,81%)

RGB channels and saturation

R 214 of 255 = 84%
G 229 of 255 = 90%
B 207 of 255 = 81%

214
229
207

R + G + B ~ 85%. #D6E5CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 229 + 207 = 650 (100%)
R 214 of 650 ~ 32.92%
G 229 of 650 ~ 35.23%
B 207 of 650 ~ 31.85%

%32.92
%35.23
%31.85

CMYK color model

#D6E5CF color CMYK value is (7,0,10,10).

  • cyan value is 6.55%
  • magenta value is 0.00%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK:
(7,0,10,10)
C7M0Y10K10 
(7%,0%,10%,10%)
(0.07/0.00/0.10/0.10)	

CMYK percentages

%6.55
%0
%9.61
%10.2

Codes

Color #D6E5CF in popluar color models

D6E5CF
RGB214229207
HSL101°29.73%85.49%
HSB/HSV101°9.61%89.80%
CMYK6.55%0.00%9.61%
10.20%

Color #D6E5CF in popluar number systems.

HEXD6E5CF
Decimal214229207
Binary110101101110010111001111
Octal326345317

Shades and tints

Shades of #D6E5CF

#D6E5CF
(214,229,207)
#C3D1BD
(195,209,189)
#B0BDAB
(176,189,171)
#9DA999
(157,169,153)
#8A9587
(138,149,135)
#778175
(119,129,117)
#646D63
(100,109,99)
#515951
(81,89,81)
#3E453F
(62,69,63)
#2B312D
(43,49,45)
#181D1B
(24,29,27)
#000000
(0,0,0)

Tints of #D6E5CF

#D6E5CF
(214,229,207)
#D9E7D3
(217,231,211)
#DCE9D7
(220,233,215)
#DFEBDB
(223,235,219)
#E2EDDF
(226,237,223)
#E5EFE3
(229,239,227)
#E8F1E7
(232,241,231)
#EBF3EB
(235,243,235)
#EEF5EF
(238,245,239)
#F1F7F3
(241,247,243)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E5CF color. Also use rgb(214,229,207) instead hex code.

Text Font Color

.myTextColor { color: #D6E5CF; }

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

This text font color is #D6E5CF.


Background Color

.myBgColor { background-color: #D6E5CF; }

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

This div background color is #D6E5CF.


Border color

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

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

This div border color is #D6E5CF.


Opacity

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

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

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

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

This text has shadow with #D6E5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E5CF on black background.


Color preview on white background

This text has color #D6E5CF on white background.



Black color preview on #D6E5CF background

This text has black color on #D6E5CF background.


White color preview on #D6E5CF background

This text has white color on #D6E5CF background.