COLOR #D0EE9B

HEX: #D0EE9B
RGB: (208,238,155)

Color info

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

RGB color model

#D0EE9B color RGB value is (208,238,155).

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

RGB channels and saturation

R 208 of 255 = 82%
G 238 of 255 = 93%
B 155 of 255 = 61%

208
238
155

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

Portions of RGB colors in percentages

R + G + B =
208 + 238 + 155 = 601 (100%)
R 208 of 601 ~ 34.61%
G 238 of 601 ~ 39.6%
B 155 of 601 ~ 25.79%

%34.61
%39.6
%25.79

CMYK color model

#D0EE9B color CMYK value is (13,0,35,7).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 34.87%
  • key color value is 6.67%
CMYK:
(13,0,35,7)
C13M0Y35K7 
(13%,0%,35%,7%)
(0.13/0.00/0.35/0.07)	

CMYK percentages

%12.61
%0
%34.87
%6.67

Codes

Color #D0EE9B in popluar color models

D0EE9B
RGB208238155
HSL82°70.94%77.06%
HSB/HSV82°34.87%93.33%
CMYK12.61%0.00%34.87%
6.67%

Color #D0EE9B in popluar number systems.

HEXD0EE9B
Decimal208238155
Binary110100001110111010011011
Octal320356233

Shades and tints

Shades of #D0EE9B

#D0EE9B
(208,238,155)
#BED98D
(190,217,141)
#ACC47F
(172,196,127)
#9AAF71
(154,175,113)
#889A63
(136,154,99)
#768555
(118,133,85)
#647047
(100,112,71)
#525B39
(82,91,57)
#40462B
(64,70,43)
#2E311D
(46,49,29)
#1C1C0F
(28,28,15)
#000000
(0,0,0)

Tints of #D0EE9B

#D0EE9B
(208,238,155)
#D4EFA4
(212,239,164)
#D8F0AD
(216,240,173)
#DCF1B6
(220,241,182)
#E0F2BF
(224,242,191)
#E4F3C8
(228,243,200)
#E8F4D1
(232,244,209)
#ECF5DA
(236,245,218)
#F0F6E3
(240,246,227)
#F4F7EC
(244,247,236)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0EE9B; }

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

This text font color is #D0EE9B.


Background Color

.myBgColor { background-color: #D0EE9B; }

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

This div background color is #D0EE9B.


Border color

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

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

This div border color is #D0EE9B.


Opacity

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

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

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

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

This text has shadow with #D0EE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EE9B on black background.


Color preview on white background

This text has color #D0EE9B on white background.



Black color preview on #D0EE9B background

This text has black color on #D0EE9B background.


White color preview on #D0EE9B background

This text has white color on #D0EE9B background.