COLOR #D0EAA9

HEX: #D0EAA9
RGB: (208,234,169)

Color info

#D0EAA9 contains mainly red and green colors. Web safe color of #D0EAA9 is #CCFF99 (or #CF9).

RGB color model

#D0EAA9 color RGB value is (208,234,169).

  • red value is 208;
  • green value is 234;
  • blue value is 169.
RGB:
(208,234,169)
(82%,92%,66%)

RGB channels and saturation

R 208 of 255 = 82%
G 234 of 255 = 92%
B 169 of 255 = 66%

208
234
169

R + G + B ~ 80%. #D0EAA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 234 + 169 = 611 (100%)
R 208 of 611 ~ 34.04%
G 234 of 611 ~ 38.3%
B 169 of 611 ~ 27.66%

%34.04
%38.3
%27.66

CMYK color model

#D0EAA9 color CMYK value is (11,0,28,8).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 8.24%
CMYK:
(11,0,28,8)
C11M0Y28K8 
(11%,0%,28%,8%)
(0.11/0.00/0.28/0.08)	

CMYK percentages

%11.11
%0
%27.78
%8.24

Codes

Color #D0EAA9 in popluar color models

D0EAA9
RGB208234169
HSL84°60.75%79.02%
HSB/HSV84°27.78%91.76%
CMYK11.11%0.00%27.78%
8.24%

Color #D0EAA9 in popluar number systems.

HEXD0EAA9
Decimal208234169
Binary110100001110101010101001
Octal320352251

Shades and tints

Shades of #D0EAA9

#D0EAA9
(208,234,169)
#BED59A
(190,213,154)
#ACC08B
(172,192,139)
#9AAB7C
(154,171,124)
#88966D
(136,150,109)
#76815E
(118,129,94)
#646C4F
(100,108,79)
#525740
(82,87,64)
#404231
(64,66,49)
#2E2D22
(46,45,34)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #D0EAA9

#D0EAA9
(208,234,169)
#D4EBB0
(212,235,176)
#D8ECB7
(216,236,183)
#DCEDBE
(220,237,190)
#E0EEC5
(224,238,197)
#E4EFCC
(228,239,204)
#E8F0D3
(232,240,211)
#ECF1DA
(236,241,218)
#F0F2E1
(240,242,225)
#F4F3E8
(244,243,232)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EAA9 color. Also use rgb(208,234,169) instead hex code.

Text Font Color

.myTextColor { color: #D0EAA9; }

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

This text font color is #D0EAA9.


Background Color

.myBgColor { background-color: #D0EAA9; }

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

This div background color is #D0EAA9.


Border color

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

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

This div border color is #D0EAA9.


Opacity

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

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

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

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

This text has shadow with #D0EAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EAA9 on black background.


Color preview on white background

This text has color #D0EAA9 on white background.



Black color preview on #D0EAA9 background

This text has black color on #D0EAA9 background.


White color preview on #D0EAA9 background

This text has white color on #D0EAA9 background.