COLOR #D4E6CD

HEX: #D4E6CD RGB: (212,230,205)

Color info

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

RGB color model

#D4E6CD color RGB value is (212,230,205).

RGB: (212,230,205) (83%, 90%, 80%)

RGB channels and saturation

R 212 of 255 = 83%
G 230 of 255 = 90%
B 205 of 255 = 80%

212
230
205

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

Portions of RGB colors in percentages

R + G + B = 212 + 230 + 205 = 647 (100%)
R 212 of 647 ~ 32.77%
G 230 of 647 ~ 35.55%
B 205 of 647 ~ 31.68'%

%32.77
%35.55
%31.68

CMYK color model

#D4E6CD color CMYK value is (8,0,11,10).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 9.80%

CMYK: (8,0,11,10)
C8M0Y11K10 (8%, 0%, 11%, 10%)
(0.08 / 0.00 / 0.11 / 0.10)

CMYK percentages

%7.83
%0
%10.87
%9.8

Codes

Color #D4E6CD in popluar color models

D4 E6 CD
RGB 212 230 205
HSL 103° 33.33% 85.29%
HSB/HSV 103° 10.87% 90.20%
CMYK 7.83% 0.00% 10.87%
9.80%

Color #D4E6CD in popluar number systems.

HEX D4 E6 CD
Decimal 212 230 205
Binary 11010100 11100110 11001101
Octal 324 346 315

Shades and tints

Shades of #D4E6CD

#D4E6CD
(212,230,205)
#C1D2BB
(193,210,187)
#AEBEA9
(174,190,169)
#9BAA97
(155,170,151)
#889685
(136,150,133)
#758273
(117,130,115)
#626E61
(98,110,97)
#4F5A4F
(79,90,79)
#3C463D
(60,70,61)
#29322B
(41,50,43)
#161E19
(22,30,25)
#000000
(0,0,0)

Tints of #D4E6CD

#D4E6CD
(212,230,205)
#D7E8D1
(215,232,209)
#DAEAD5
(218,234,213)
#DDECD9
(221,236,217)
#E0EEDD
(224,238,221)
#E3F0E1
(227,240,225)
#E6F2E5
(230,242,229)
#E9F4E9
(233,244,233)
#ECF6ED
(236,246,237)
#EFF8F1
(239,248,241)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E6CD color. Also use rgb(212,230,205) instead hex code.

Text Font Color

.myTextColor { color: #D4E6CD; }

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

This text font color is #D4E6CD.

Background Color

.myBgColor { background-color: #D4E6CD; }

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

This div background color is #D4E6CD.

Border color

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

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

This div border color is #D4E6CD.

Opacity

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

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

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

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

This text has shadow with #D4E6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E6CD.

Preview

Color preview on black background

This text has color #D4E6CD on black background.


Color preview on white background

This text has color #D4E6CD on white background.


Black color preview on #D4E6CD background

This text has black color on #D4E6CD background.


White color preview on #D4E6CD background

This text has white color on #D4E6CD background.


Related colors

Complementary color

Complementary color for #hex is #2B1932.


I love getcolorcode.com

Triadic colors

1 #CDD4E6 and #E6CDD4 with #D4E6CD are triadic colors.

2 #CDE6D4 and #E6D4CD with #D4E6CD are triadic colors.