COLOR #D0EAA8

HEX: #D0EAA8
RGB: (208,234,168)

Color info

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

RGB color model

#D0EAA8 color RGB value is (208,234,168).

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

RGB channels and saturation

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

208
234
168

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

Portions of RGB colors in percentages

R + G + B =
208 + 234 + 168 = 610 (100%)
R 208 of 610 ~ 34.1%
G 234 of 610 ~ 38.36%
B 168 of 610 ~ 27.54%

%34.1
%38.36
%27.54

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • 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
%28.21
%8.24

Codes

Color #D0EAA8 in popluar color models

D0EAA8
RGB208234168
HSL84°61.11%78.82%
HSB/HSV84°28.21%91.76%
CMYK11.11%0.00%28.21%
8.24%

Color #D0EAA8 in popluar number systems.

HEXD0EAA8
Decimal208234168
Binary110100001110101010101000
Octal320352250

Shades and tints

Shades of #D0EAA8

#D0EAA8
(208,234,168)
#BED599
(190,213,153)
#ACC08A
(172,192,138)
#9AAB7B
(154,171,123)
#88966C
(136,150,108)
#76815D
(118,129,93)
#646C4E
(100,108,78)
#52573F
(82,87,63)
#404230
(64,66,48)
#2E2D21
(46,45,33)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #D0EAA8

#D0EAA8
(208,234,168)
#D4EBAF
(212,235,175)
#D8ECB6
(216,236,182)
#DCEDBD
(220,237,189)
#E0EEC4
(224,238,196)
#E4EFCB
(228,239,203)
#E8F0D2
(232,240,210)
#ECF1D9
(236,241,217)
#F0F2E0
(240,242,224)
#F4F3E7
(244,243,231)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0EAA8; }

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

This text font color is #D0EAA8.


Background Color

.myBgColor { background-color: #D0EAA8; }

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

This div background color is #D0EAA8.


Border color

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

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

This div border color is #D0EAA8.


Opacity

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

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

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

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

This text has shadow with #D0EAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EAA8 on black background.


Color preview on white background

This text has color #D0EAA8 on white background.



Black color preview on #D0EAA8 background

This text has black color on #D0EAA8 background.


White color preview on #D0EAA8 background

This text has white color on #D0EAA8 background.