COLOR #D9EAD7

HEX: #D9EAD7 RGB: (217,234,215)

Color info

#D9EAD7 contains red, green and blue colors in about the same proportion. Web safe color of #D9EAD7 is #CCFFCC (or #CFC).

RGB color model

#D9EAD7 color RGB value is (217,234,215).

RGB: (217,234,215) (85%, 92%, 84%)

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 215 of 255 = 84%

217
234
215

R + G + B ~ 87%. #D9EAD7 is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 234 + 215 = 666 (100%)
R 217 of 666 ~ 32.58%
G 234 of 666 ~ 35.14%
B 215 of 666 ~ 32.28'%

%32.58
%35.14
%32.28

CMYK color model

#D9EAD7 color CMYK value is (7,0,8,8).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 8.12%
  • key color value is 8.24%

CMYK: (7,0,8,8)
C7M0Y8K8 (7%, 0%, 8%, 8%)
(0.07 / 0.00 / 0.08 / 0.08)

CMYK percentages

%7.26
%0
%8.12
%8.24

Codes

Color #D9EAD7 in popluar color models

D9 EA D7
RGB 217 234 215
HSL 114° 31.15% 88.04%
HSB/HSV 114° 8.12% 91.76%
CMYK 7.26% 0.00% 8.12%
8.24%

Color #D9EAD7 in popluar number systems.

HEX D9 EA D7
Decimal 217 234 215
Binary 11011001 11101010 11010111
Octal 331 352 327

Shades and tints

Shades of #D9EAD7

#D9EAD7
(217,234,215)
#C6D5C4
(198,213,196)
#B3C0B1
(179,192,177)
#A0AB9E
(160,171,158)
#8D968B
(141,150,139)
#7A8178
(122,129,120)
#676C65
(103,108,101)
#545752
(84,87,82)
#41423F
(65,66,63)
#2E2D2C
(46,45,44)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #D9EAD7

#D9EAD7
(217,234,215)
#DCEBDA
(220,235,218)
#DFECDD
(223,236,221)
#E2EDE0
(226,237,224)
#E5EEE3
(229,238,227)
#E8EFE6
(232,239,230)
#EBF0E9
(235,240,233)
#EEF1EC
(238,241,236)
#F1F2EF
(241,242,239)
#F4F3F2
(244,243,242)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EAD7 color. Also use rgb(217,234,215) instead hex code.

Text Font Color

.myTextColor { color: #D9EAD7; }

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

This text font color is #D9EAD7.

Background Color

.myBgColor { background-color: #D9EAD7; }

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

This div background color is #D9EAD7.

Border color

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

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

This div border color is #D9EAD7.

Opacity

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

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

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

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

This text has shadow with #D9EAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EAD7.

Preview

Color preview on black background

This text has color #D9EAD7 on black background.


Color preview on white background

This text has color #D9EAD7 on white background.


Black color preview on #D9EAD7 background

This text has black color on #D9EAD7 background.


White color preview on #D9EAD7 background

This text has white color on #D9EAD7 background.


Related colors

Complementary color

Complementary color for #hex is #261528.


I love getcolorcode.com

Triadic colors

1 #D7D9EA and #EAD7D9 with #D9EAD7 are triadic colors.

2 #D7EAD9 and #EAD9D7 with #D9EAD7 are triadic colors.