COLOR #D4E6CC

HEX: #D4E6CC RGB: (212,230,204)

Color info

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

RGB color model

#D4E6CC color RGB value is (212,230,204).

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

RGB channels and saturation

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

212
230
204

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

Portions of RGB colors in percentages

R + G + B = 212 + 230 + 204 = 646 (100%)
R 212 of 646 ~ 32.82%
G 230 of 646 ~ 35.6%
B 204 of 646 ~ 31.58'%

%32.82
%35.6
%31.58

CMYK color model

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

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • 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
%11.3
%9.8

Codes

Color #D4E6CC in popluar color models

D4 E6 CC
RGB 212 230 204
HSL 102° 34.21% 85.10%
HSB/HSV 102° 11.30% 90.20%
CMYK 7.83% 0.00% 11.30%
9.80%

Color #D4E6CC in popluar number systems.

HEX D4 E6 CC
Decimal 212 230 204
Binary 11010100 11100110 11001100
Octal 324 346 314

Shades and tints

Shades of #D4E6CC

#D4E6CC
(212,230,204)
#C1D2BA
(193,210,186)
#AEBEA8
(174,190,168)
#9BAA96
(155,170,150)
#889684
(136,150,132)
#758272
(117,130,114)
#626E60
(98,110,96)
#4F5A4E
(79,90,78)
#3C463C
(60,70,60)
#29322A
(41,50,42)
#161E18
(22,30,24)
#000000
(0,0,0)

Tints of #D4E6CC

#D4E6CC
(212,230,204)
#D7E8D0
(215,232,208)
#DAEAD4
(218,234,212)
#DDECD8
(221,236,216)
#E0EEDC
(224,238,220)
#E3F0E0
(227,240,224)
#E6F2E4
(230,242,228)
#E9F4E8
(233,244,232)
#ECF6EC
(236,246,236)
#EFF8F0
(239,248,240)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E6CC; }

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

This text font color is #D4E6CC.

Background Color

.myBgColor { background-color: #D4E6CC; }

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

This div background color is #D4E6CC.

Border color

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

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

This div border color is #D4E6CC.

Opacity

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

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

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

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

This text has shadow with #D4E6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E6CC.

Preview

Color preview on black background

This text has color #D4E6CC on black background.


Color preview on white background

This text has color #D4E6CC on white background.


Black color preview on #D4E6CC background

This text has black color on #D4E6CC background.


White color preview on #D4E6CC background

This text has white color on #D4E6CC background.


Related colors

Complementary color

Complementary color for #hex is #2B1933.


I love getcolorcode.com

Triadic colors

1 #CCD4E6 and #E6CCD4 with #D4E6CC are triadic colors.

2 #CCE6D4 and #E6D4CC with #D4E6CC are triadic colors.