COLOR #D9EAD3

HEX: #D9EAD3
RGB: (217,234,211)

Color info

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

RGB color model

#D9EAD3 color RGB value is (217,234,211).

  • red value is 217;
  • green value is 234;
  • blue value is 211.
RGB:
(217,234,211)
(85%,92%,83%)

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 211 of 255 = 83%

217
234
211

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

Portions of RGB colors in percentages

R + G + B =
217 + 234 + 211 = 662 (100%)
R 217 of 662 ~ 32.78%
G 234 of 662 ~ 35.35%
B 211 of 662 ~ 31.87%

%32.78
%35.35
%31.87

CMYK color model

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

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 9.83%
  • key color value is 8.24%
CMYK:
(7,0,10,8)
C7M0Y10K8 
(7%,0%,10%,8%)
(0.07/0.00/0.10/0.08)	

CMYK percentages

%7.26
%0
%9.83
%8.24

Codes

Color #D9EAD3 in popluar color models

D9EAD3
RGB217234211
HSL104°35.38%87.25%
HSB/HSV104°9.83%91.76%
CMYK7.26%0.00%9.83%
8.24%

Color #D9EAD3 in popluar number systems.

HEXD9EAD3
Decimal217234211
Binary110110011110101011010011
Octal331352323

Shades and tints

Shades of #D9EAD3

#D9EAD3
(217,234,211)
#C6D5C0
(198,213,192)
#B3C0AD
(179,192,173)
#A0AB9A
(160,171,154)
#8D9687
(141,150,135)
#7A8174
(122,129,116)
#676C61
(103,108,97)
#54574E
(84,87,78)
#41423B
(65,66,59)
#2E2D28
(46,45,40)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #D9EAD3

#D9EAD3
(217,234,211)
#DCEBD7
(220,235,215)
#DFECDB
(223,236,219)
#E2EDDF
(226,237,223)
#E5EEE3
(229,238,227)
#E8EFE7
(232,239,231)
#EBF0EB
(235,240,235)
#EEF1EF
(238,241,239)
#F1F2F3
(241,242,243)
#F4F3F7
(244,243,247)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EAD3; }

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

This text font color is #D9EAD3.


Background Color

.myBgColor { background-color: #D9EAD3; }

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

This div background color is #D9EAD3.


Border color

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

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

This div border color is #D9EAD3.


Opacity

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

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

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

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

This text has shadow with #D9EAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EAD3 on black background.


Color preview on white background

This text has color #D9EAD3 on white background.



Black color preview on #D9EAD3 background

This text has black color on #D9EAD3 background.


White color preview on #D9EAD3 background

This text has white color on #D9EAD3 background.