COLOR #D0E09B

HEX: #D0E09B
RGB: (208,224,155)

Color info

#D0E09B contains mainly red and green colors. Web safe color of #D0E09B is #CCCC99 (or #CC9).

RGB color model

#D0E09B color RGB value is (208,224,155).

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

RGB channels and saturation

R 208 of 255 = 82%
G 224 of 255 = 88%
B 155 of 255 = 61%

208
224
155

R + G + B ~ 77%. #D0E09B is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 224 + 155 = 587 (100%)
R 208 of 587 ~ 35.43%
G 224 of 587 ~ 38.16%
B 155 of 587 ~ 26.41%

%35.43
%38.16
%26.41

CMYK color model

#D0E09B color CMYK value is (7,0,31,12).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 30.80%
  • key color value is 12.16%
CMYK:
(7,0,31,12)
C7M0Y31K12 
(7%,0%,31%,12%)
(0.07/0.00/0.31/0.12)	

CMYK percentages

%7.14
%0
%30.8
%12.16

Codes

Color #D0E09B in popluar color models

D0E09B
RGB208224155
HSL74°52.67%74.31%
HSB/HSV74°30.80%87.84%
CMYK7.14%0.00%30.80%
12.16%

Color #D0E09B in popluar number systems.

HEXD0E09B
Decimal208224155
Binary110100001110000010011011
Octal320340233

Shades and tints

Shades of #D0E09B

#D0E09B
(208,224,155)
#BECC8D
(190,204,141)
#ACB87F
(172,184,127)
#9AA471
(154,164,113)
#889063
(136,144,99)
#767C55
(118,124,85)
#646847
(100,104,71)
#525439
(82,84,57)
#40402B
(64,64,43)
#2E2C1D
(46,44,29)
#1C180F
(28,24,15)
#000000
(0,0,0)

Tints of #D0E09B

#D0E09B
(208,224,155)
#D4E2A4
(212,226,164)
#D8E4AD
(216,228,173)
#DCE6B6
(220,230,182)
#E0E8BF
(224,232,191)
#E4EAC8
(228,234,200)
#E8ECD1
(232,236,209)
#ECEEDA
(236,238,218)
#F0F0E3
(240,240,227)
#F4F2EC
(244,242,236)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E09B; }

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

This text font color is #D0E09B.


Background Color

.myBgColor { background-color: #D0E09B; }

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

This div background color is #D0E09B.


Border color

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

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

This div border color is #D0E09B.


Opacity

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

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

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

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

This text has shadow with #D0E09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E09B on black background.


Color preview on white background

This text has color #D0E09B on white background.



Black color preview on #D0E09B background

This text has black color on #D0E09B background.


White color preview on #D0E09B background

This text has white color on #D0E09B background.