COLOR #D9E5CC

HEX: #D9E5CC RGB: (217,229,204)

Color info

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

RGB color model

#D9E5CC color RGB value is (217,229,204).

RGB: (217,229,204) (85%, 90%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 229 of 255 = 90%
B 204 of 255 = 80%

217
229
204

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

Portions of RGB colors in percentages

R + G + B = 217 + 229 + 204 = 650 (100%)
R 217 of 650 ~ 33.38%
G 229 of 650 ~ 35.23%
B 204 of 650 ~ 31.38'%

%33.38
%35.23
%31.38

CMYK color model

#D9E5CC color CMYK value is (5,0,11,10).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 10.20%
CMYK: (5,0,11,10) C5M0Y11K10 (5%,0%,11%,10%) (0.05/0.00/0.11/0.10) 

CMYK percentages

%5.24
%0
%10.92
%10.2

Codes

Color #D9E5CC in popluar color models

D9 E5 CC
RGB 217 229 204
HSL 89° 32.47% 84.90%
HSB/HSV 89° 10.92% 89.80%
CMYK 5.24% 0.00% 10.92%
10.20%

Color #D9E5CC in popluar number systems.

HEX D9 E5 CC
Decimal 217 229 204
Binary 11011001 11100101 11001100
Octal 331 345 314

Shades and tints

Shades of #D9E5CC

#D9E5CC
(217,229,204)
#C6D1BA
(198,209,186)
#B3BDA8
(179,189,168)
#A0A996
(160,169,150)
#8D9584
(141,149,132)
#7A8172
(122,129,114)
#676D60
(103,109,96)
#54594E
(84,89,78)
#41453C
(65,69,60)
#2E312A
(46,49,42)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #D9E5CC

#D9E5CC
(217,229,204)
#DCE7D0
(220,231,208)
#DFE9D4
(223,233,212)
#E2EBD8
(226,235,216)
#E5EDDC
(229,237,220)
#E8EFE0
(232,239,224)
#EBF1E4
(235,241,228)
#EEF3E8
(238,243,232)
#F1F5EC
(241,245,236)
#F4F7F0
(244,247,240)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E5CC color. Also use rgb(217,229,204) instead hex code.

Text Font Color

.myTextColor { color: #D9E5CC; }

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

This text font color is #D9E5CC.

Background Color

.myBgColor { background-color: #D9E5CC; }

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

This div background color is #D9E5CC.

Border color

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

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

This div border color is #D9E5CC.

Opacity

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

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

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

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

This text has shadow with #D9E5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E5CC.

Preview

Color preview on black background

This text has color #D9E5CC on black background.


Color preview on white background

This text has color #D9E5CC on white background.


Black color preview on #D9E5CC background

This text has black color on #D9E5CC background.


White color preview on #D9E5CC background

This text has white color on #D9E5CC background.


Related colors

Complementary color

Complementary color for #hex is #261A33.


I love getcolorcode.com

Triadic colors

1 #CCD9E5 and #E5CCD9 with #D9E5CC are triadic colors.

2 #CCE5D9 and #E5D9CC with #D9E5CC are triadic colors.