COLOR #D4E4CC

HEX: #D4E4CC RGB: (212,228,204)

Color info

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

RGB color model

#D4E4CC color RGB value is (212,228,204).

RGB: (212,228,204) (83%, 89%, 80%)

RGB channels and saturation

R 212 of 255 = 83%
G 228 of 255 = 89%
B 204 of 255 = 80%

212
228
204

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

Portions of RGB colors in percentages

R + G + B = 212 + 228 + 204 = 644 (100%)
R 212 of 644 ~ 32.92%
G 228 of 644 ~ 35.4%
B 204 of 644 ~ 31.68'%

%32.92
%35.4
%31.68

CMYK color model

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

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 10.59%

CMYK: (7,0,11,11)
C7M0Y11K11 (7%, 0%, 11%, 11%)
(0.07 / 0.00 / 0.11 / 0.11)

CMYK percentages

%7.02
%0
%10.53
%10.59

Codes

Color #D4E4CC in popluar color models

D4 E4 CC
RGB 212 228 204
HSL 100° 30.77% 84.71%
HSB/HSV 100° 10.53% 89.41%
CMYK 7.02% 0.00% 10.53%
10.59%

Color #D4E4CC in popluar number systems.

HEX D4 E4 CC
Decimal 212 228 204
Binary 11010100 11100100 11001100
Octal 324 344 314

Shades and tints

Shades of #D4E4CC

#D4E4CC
(212,228,204)
#C1D0BA
(193,208,186)
#AEBCA8
(174,188,168)
#9BA896
(155,168,150)
#889484
(136,148,132)
#758072
(117,128,114)
#626C60
(98,108,96)
#4F584E
(79,88,78)
#3C443C
(60,68,60)
#29302A
(41,48,42)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #D4E4CC

#D4E4CC
(212,228,204)
#D7E6D0
(215,230,208)
#DAE8D4
(218,232,212)
#DDEAD8
(221,234,216)
#E0ECDC
(224,236,220)
#E3EEE0
(227,238,224)
#E6F0E4
(230,240,228)
#E9F2E8
(233,242,232)
#ECF4EC
(236,244,236)
#EFF6F0
(239,246,240)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E4CC color. Also use rgb(212,228,204) instead hex code.

Text Font Color

.myTextColor { color: #D4E4CC; }

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

This text font color is #D4E4CC.

Background Color

.myBgColor { background-color: #D4E4CC; }

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

This div background color is #D4E4CC.

Border color

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

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

This div border color is #D4E4CC.

Opacity

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

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

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

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

This text has shadow with #D4E4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E4CC.

Preview

Color preview on black background

This text has color #D4E4CC on black background.


Color preview on white background

This text has color #D4E4CC on white background.


Black color preview on #D4E4CC background

This text has black color on #D4E4CC background.


White color preview on #D4E4CC background

This text has white color on #D4E4CC background.


Related colors

Complementary color

Complementary color for #hex is #2B1B33.


I love getcolorcode.com

Triadic colors

1 #CCD4E4 and #E4CCD4 with #D4E4CC are triadic colors.

2 #CCE4D4 and #E4D4CC with #D4E4CC are triadic colors.