COLOR #D0E0A9

HEX: #D0E0A9
RGB: (208,224,169)

Color info

#D0E0A9 contains red, green and blue colors in about the same proportion. Web safe color of #D0E0A9 is #CCCC99 (or #CC9).

RGB color model

#D0E0A9 color RGB value is (208,224,169).

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

RGB channels and saturation

R 208 of 255 = 82%
G 224 of 255 = 88%
B 169 of 255 = 66%

208
224
169

R + G + B ~ 79%. #D0E0A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 224 + 169 = 601 (100%)
R 208 of 601 ~ 34.61%
G 224 of 601 ~ 37.27%
B 169 of 601 ~ 28.12%

%34.61
%37.27
%28.12

CMYK color model

#D0E0A9 color CMYK value is (7,0,25,12).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 12.16%
CMYK:
(7,0,25,12)
C7M0Y25K12 
(7%,0%,25%,12%)
(0.07/0.00/0.25/0.12)	

CMYK percentages

%7.14
%0
%24.55
%12.16

Codes

Color #D0E0A9 in popluar color models

D0E0A9
RGB208224169
HSL77°47.01%77.06%
HSB/HSV77°24.55%87.84%
CMYK7.14%0.00%24.55%
12.16%

Color #D0E0A9 in popluar number systems.

HEXD0E0A9
Decimal208224169
Binary110100001110000010101001
Octal320340251

Shades and tints

Shades of #D0E0A9

#D0E0A9
(208,224,169)
#BECC9A
(190,204,154)
#ACB88B
(172,184,139)
#9AA47C
(154,164,124)
#88906D
(136,144,109)
#767C5E
(118,124,94)
#64684F
(100,104,79)
#525440
(82,84,64)
#404031
(64,64,49)
#2E2C22
(46,44,34)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #D0E0A9

#D0E0A9
(208,224,169)
#D4E2B0
(212,226,176)
#D8E4B7
(216,228,183)
#DCE6BE
(220,230,190)
#E0E8C5
(224,232,197)
#E4EACC
(228,234,204)
#E8ECD3
(232,236,211)
#ECEEDA
(236,238,218)
#F0F0E1
(240,240,225)
#F4F2E8
(244,242,232)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E0A9; }

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

This text font color is #D0E0A9.


Background Color

.myBgColor { background-color: #D0E0A9; }

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

This div background color is #D0E0A9.


Border color

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

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

This div border color is #D0E0A9.


Opacity

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

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

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

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

This text has shadow with #D0E0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E0A9 on black background.


Color preview on white background

This text has color #D0E0A9 on white background.



Black color preview on #D0E0A9 background

This text has black color on #D0E0A9 background.


White color preview on #D0E0A9 background

This text has white color on #D0E0A9 background.