COLOR #D0E59E

HEX: #D0E59E
RGB: (208,229,158)

Color info

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

RGB color model

#D0E59E color RGB value is (208,229,158).

  • red value is 208;
  • green value is 229;
  • blue value is 158.
RGB:
(208,229,158)
(82%,90%,62%)

RGB channels and saturation

R 208 of 255 = 82%
G 229 of 255 = 90%
B 158 of 255 = 62%

208
229
158

R + G + B ~ 78%. #D0E59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 229 + 158 = 595 (100%)
R 208 of 595 ~ 34.96%
G 229 of 595 ~ 38.49%
B 158 of 595 ~ 26.55%

%34.96
%38.49
%26.55

CMYK color model

#D0E59E color CMYK value is (9,0,31,10).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 31.00%
  • key color value is 10.20%
CMYK:
(9,0,31,10)
C9M0Y31K10 
(9%,0%,31%,10%)
(0.09/0.00/0.31/0.10)	

CMYK percentages

%9.17
%0
%31
%10.2

Codes

Color #D0E59E in popluar color models

D0E59E
RGB208229158
HSL78°57.72%75.88%
HSB/HSV78°31.00%89.80%
CMYK9.17%0.00%31.00%
10.20%

Color #D0E59E in popluar number systems.

HEXD0E59E
Decimal208229158
Binary110100001110010110011110
Octal320345236

Shades and tints

Shades of #D0E59E

#D0E59E
(208,229,158)
#BED190
(190,209,144)
#ACBD82
(172,189,130)
#9AA974
(154,169,116)
#889566
(136,149,102)
#768158
(118,129,88)
#646D4A
(100,109,74)
#52593C
(82,89,60)
#40452E
(64,69,46)
#2E3120
(46,49,32)
#1C1D12
(28,29,18)
#000000
(0,0,0)

Tints of #D0E59E

#D0E59E
(208,229,158)
#D4E7A6
(212,231,166)
#D8E9AE
(216,233,174)
#DCEBB6
(220,235,182)
#E0EDBE
(224,237,190)
#E4EFC6
(228,239,198)
#E8F1CE
(232,241,206)
#ECF3D6
(236,243,214)
#F0F5DE
(240,245,222)
#F4F7E6
(244,247,230)
#F8F9EE
(248,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E59E color. Also use rgb(208,229,158) instead hex code.

Text Font Color

.myTextColor { color: #D0E59E; }

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

This text font color is #D0E59E.


Background Color

.myBgColor { background-color: #D0E59E; }

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

This div background color is #D0E59E.


Border color

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

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

This div border color is #D0E59E.


Opacity

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

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

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

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

This text has shadow with #D0E59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E59E on black background.


Color preview on white background

This text has color #D0E59E on white background.



Black color preview on #D0E59E background

This text has black color on #D0E59E background.


White color preview on #D0E59E background

This text has white color on #D0E59E background.