COLOR #D9E3CD

HEX: #D9E3CD RGB: (217,227,205)

Color info

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

RGB color model

#D9E3CD color RGB value is (217,227,205).

RGB: (217,227,205) (85%, 89%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 227 of 255 = 89%
B 205 of 255 = 80%

217
227
205

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

Portions of RGB colors in percentages

R + G + B = 217 + 227 + 205 = 649 (100%)
R 217 of 649 ~ 33.44%
G 227 of 649 ~ 34.98%
B 205 of 649 ~ 31.59'%

%33.44
%34.98
%31.59

CMYK color model

#D9E3CD color CMYK value is (4,0,10,11).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 9.69%
  • key color value is 10.98%

CMYK: (4,0,10,11)
C4M0Y10K11 (4%, 0%, 10%, 11%)
(0.04 / 0.00 / 0.10 / 0.11)

CMYK percentages

%4.41
%0
%9.69
%10.98

Codes

Color #D9E3CD in popluar color models

D9 E3 CD
RGB 217 227 205
HSL 87° 28.21% 84.71%
HSB/HSV 87° 9.69% 89.02%
CMYK 4.41% 0.00% 9.69%
10.98%

Color #D9E3CD in popluar number systems.

HEX D9 E3 CD
Decimal 217 227 205
Binary 11011001 11100011 11001101
Octal 331 343 315

Shades and tints

Shades of #D9E3CD

#D9E3CD
(217,227,205)
#C6CFBB
(198,207,187)
#B3BBA9
(179,187,169)
#A0A797
(160,167,151)
#8D9385
(141,147,133)
#7A7F73
(122,127,115)
#676B61
(103,107,97)
#54574F
(84,87,79)
#41433D
(65,67,61)
#2E2F2B
(46,47,43)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #D9E3CD

#D9E3CD
(217,227,205)
#DCE5D1
(220,229,209)
#DFE7D5
(223,231,213)
#E2E9D9
(226,233,217)
#E5EBDD
(229,235,221)
#E8EDE1
(232,237,225)
#EBEFE5
(235,239,229)
#EEF1E9
(238,241,233)
#F1F3ED
(241,243,237)
#F4F5F1
(244,245,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E3CD color. Also use rgb(217,227,205) instead hex code.

Text Font Color

.myTextColor { color: #D9E3CD; }

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

This text font color is #D9E3CD.

Background Color

.myBgColor { background-color: #D9E3CD; }

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

This div background color is #D9E3CD.

Border color

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

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

This div border color is #D9E3CD.

Opacity

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

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

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

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

This text has shadow with #D9E3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E3CD.

Preview

Color preview on black background

This text has color #D9E3CD on black background.


Color preview on white background

This text has color #D9E3CD on white background.


Black color preview on #D9E3CD background

This text has black color on #D9E3CD background.


White color preview on #D9E3CD background

This text has white color on #D9E3CD background.


Related colors

Complementary color

Complementary color for #hex is #261C32.


I love getcolorcode.com

Triadic colors

1 #CDD9E3 and #E3CDD9 with #D9E3CD are triadic colors.

2 #CDE3D9 and #E3D9CD with #D9E3CD are triadic colors.