COLOR #D6E2CD

HEX: #D6E2CD
RGB: (214,226,205)

Color info

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

RGB color model

#D6E2CD color RGB value is (214,226,205).

  • red value is 214;
  • green value is 226;
  • blue value is 205.
RGB:
(214,226,205)
(84%,89%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 226 of 255 = 89%
B 205 of 255 = 80%

214
226
205

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

Portions of RGB colors in percentages

R + G + B =
214 + 226 + 205 = 645 (100%)
R 214 of 645 ~ 33.18%
G 226 of 645 ~ 35.04%
B 205 of 645 ~ 31.78%

%33.18
%35.04
%31.78

CMYK color model

#D6E2CD color CMYK value is (5,0,9,11).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 11.37%
CMYK:
(5,0,9,11)
C5M0Y9K11 
(5%,0%,9%,11%)
(0.05/0.00/0.09/0.11)	

CMYK percentages

%5.31
%0
%9.29
%11.37

Codes

Color #D6E2CD in popluar color models

D6E2CD
RGB214226205
HSL94°26.58%84.51%
HSB/HSV94°9.29%88.63%
CMYK5.31%0.00%9.29%
11.37%

Color #D6E2CD in popluar number systems.

HEXD6E2CD
Decimal214226205
Binary110101101110001011001101
Octal326342315

Shades and tints

Shades of #D6E2CD

#D6E2CD
(214,226,205)
#C3CEBB
(195,206,187)
#B0BAA9
(176,186,169)
#9DA697
(157,166,151)
#8A9285
(138,146,133)
#777E73
(119,126,115)
#646A61
(100,106,97)
#51564F
(81,86,79)
#3E423D
(62,66,61)
#2B2E2B
(43,46,43)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #D6E2CD

#D6E2CD
(214,226,205)
#D9E4D1
(217,228,209)
#DCE6D5
(220,230,213)
#DFE8D9
(223,232,217)
#E2EADD
(226,234,221)
#E5ECE1
(229,236,225)
#E8EEE5
(232,238,229)
#EBF0E9
(235,240,233)
#EEF2ED
(238,242,237)
#F1F4F1
(241,244,241)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E2CD color. Also use rgb(214,226,205) instead hex code.

Text Font Color

.myTextColor { color: #D6E2CD; }

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

This text font color is #D6E2CD.


Background Color

.myBgColor { background-color: #D6E2CD; }

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

This div background color is #D6E2CD.


Border color

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

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

This div border color is #D6E2CD.


Opacity

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

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

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

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

This text has shadow with #D6E2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E2CD on black background.


Color preview on white background

This text has color #D6E2CD on white background.



Black color preview on #D6E2CD background

This text has black color on #D6E2CD background.


White color preview on #D6E2CD background

This text has white color on #D6E2CD background.