COLOR #D6E7CD

HEX: #D6E7CD RGB: (214,231,205)

Color info

#D6E7CD contains red, green and blue colors in about the same proportion. Web safe color of #D6E7CD is #CCFFCC (or #CFC).

RGB color model

#D6E7CD color RGB value is (214,231,205).

RGB: (214,231,205) (84%, 91%, 80%)

RGB channels and saturation

R 214 of 255 = 84%
G 231 of 255 = 91%
B 205 of 255 = 80%

214
231
205

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

Portions of RGB colors in percentages

R + G + B = 214 + 231 + 205 = 650 (100%)
R 214 of 650 ~ 32.92%
G 231 of 650 ~ 35.54%
B 205 of 650 ~ 31.54'%

%32.92
%35.54
%31.54

CMYK color model

#D6E7CD color CMYK value is (7,0,11,9).

  • cyan value is 7.36%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 9.41%

CMYK: (7,0,11,9)
C7M0Y11K9 (7%, 0%, 11%, 9%)
(0.07 / 0.00 / 0.11 / 0.09)

CMYK percentages

%7.36
%0
%11.26
%9.41

Codes

Color #D6E7CD in popluar color models

D6 E7 CD
RGB 214 231 205
HSL 99° 35.14% 85.49%
HSB/HSV 99° 11.26% 90.59%
CMYK 7.36% 0.00% 11.26%
9.41%

Color #D6E7CD in popluar number systems.

HEX D6 E7 CD
Decimal 214 231 205
Binary 11010110 11100111 11001101
Octal 326 347 315

Shades and tints

Shades of #D6E7CD

#D6E7CD
(214,231,205)
#C3D2BB
(195,210,187)
#B0BDA9
(176,189,169)
#9DA897
(157,168,151)
#8A9385
(138,147,133)
#777E73
(119,126,115)
#646961
(100,105,97)
#51544F
(81,84,79)
#3E3F3D
(62,63,61)
#2B2A2B
(43,42,43)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #D6E7CD

#D6E7CD
(214,231,205)
#D9E9D1
(217,233,209)
#DCEBD5
(220,235,213)
#DFEDD9
(223,237,217)
#E2EFDD
(226,239,221)
#E5F1E1
(229,241,225)
#E8F3E5
(232,243,229)
#EBF5E9
(235,245,233)
#EEF7ED
(238,247,237)
#F1F9F1
(241,249,241)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E7CD; }

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

This text font color is #D6E7CD.

Background Color

.myBgColor { background-color: #D6E7CD; }

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

This div background color is #D6E7CD.

Border color

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

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

This div border color is #D6E7CD.

Opacity

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

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

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

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

This text has shadow with #D6E7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E7CD.

Preview

Color preview on black background

This text has color #D6E7CD on black background.


Color preview on white background

This text has color #D6E7CD on white background.


Black color preview on #D6E7CD background

This text has black color on #D6E7CD background.


White color preview on #D6E7CD background

This text has white color on #D6E7CD background.


Related colors

Complementary color

Complementary color for #hex is #291832.


I love getcolorcode.com

Triadic colors

1 #CDD6E7 and #E7CDD6 with #D6E7CD are triadic colors.

2 #CDE7D6 and #E7D6CD with #D6E7CD are triadic colors.