COLOR #D9EAC9

HEX: #D9EAC9
RGB: (217,234,201)

Color info

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

RGB color model

#D9EAC9 color RGB value is (217,234,201).

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

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 201 of 255 = 79%

217
234
201

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

Portions of RGB colors in percentages

R + G + B =
217 + 234 + 201 = 652 (100%)
R 217 of 652 ~ 33.28%
G 234 of 652 ~ 35.89%
B 201 of 652 ~ 30.83%

%33.28
%35.89
%30.83

CMYK color model

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

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 14.10%
  • key color value is 8.24%
CMYK:
(7,0,14,8)
C7M0Y14K8 
(7%,0%,14%,8%)
(0.07/0.00/0.14/0.08)	

CMYK percentages

%7.26
%0
%14.1
%8.24

Codes

Color #D9EAC9 in popluar color models

D9EAC9
RGB217234201
HSL91°44.00%85.29%
HSB/HSV91°14.10%91.76%
CMYK7.26%0.00%14.10%
8.24%

Color #D9EAC9 in popluar number systems.

HEXD9EAC9
Decimal217234201
Binary110110011110101011001001
Octal331352311

Shades and tints

Shades of #D9EAC9

#D9EAC9
(217,234,201)
#C6D5B7
(198,213,183)
#B3C0A5
(179,192,165)
#A0AB93
(160,171,147)
#8D9681
(141,150,129)
#7A816F
(122,129,111)
#676C5D
(103,108,93)
#54574B
(84,87,75)
#414239
(65,66,57)
#2E2D27
(46,45,39)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #D9EAC9

#D9EAC9
(217,234,201)
#DCEBCD
(220,235,205)
#DFECD1
(223,236,209)
#E2EDD5
(226,237,213)
#E5EED9
(229,238,217)
#E8EFDD
(232,239,221)
#EBF0E1
(235,240,225)
#EEF1E5
(238,241,229)
#F1F2E9
(241,242,233)
#F4F3ED
(244,243,237)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EAC9; }

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

This text font color is #D9EAC9.


Background Color

.myBgColor { background-color: #D9EAC9; }

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

This div background color is #D9EAC9.


Border color

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

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

This div border color is #D9EAC9.


Opacity

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

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

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

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

This text has shadow with #D9EAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EAC9 on black background.


Color preview on white background

This text has color #D9EAC9 on white background.



Black color preview on #D9EAC9 background

This text has black color on #D9EAC9 background.


White color preview on #D9EAC9 background

This text has white color on #D9EAC9 background.