COLOR #D0E69F

HEX: #D0E69F
RGB: (208,230,159)

Color info

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

RGB color model

#D0E69F color RGB value is (208,230,159).

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

RGB channels and saturation

R 208 of 255 = 82%
G 230 of 255 = 90%
B 159 of 255 = 62%

208
230
159

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

Portions of RGB colors in percentages

R + G + B =
208 + 230 + 159 = 597 (100%)
R 208 of 597 ~ 34.84%
G 230 of 597 ~ 38.53%
B 159 of 597 ~ 26.63%

%34.84
%38.53
%26.63

CMYK color model

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

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 30.87%
  • key color value is 9.80%
CMYK:
(10,0,31,10)
C10M0Y31K10 
(10%,0%,31%,10%)
(0.10/0.00/0.31/0.10)	

CMYK percentages

%9.57
%0
%30.87
%9.8

Codes

Color #D0E69F in popluar color models

D0E69F
RGB208230159
HSL79°58.68%76.27%
HSB/HSV79°30.87%90.20%
CMYK9.57%0.00%30.87%
9.80%

Color #D0E69F in popluar number systems.

HEXD0E69F
Decimal208230159
Binary110100001110011010011111
Octal320346237

Shades and tints

Shades of #D0E69F

#D0E69F
(208,230,159)
#BED291
(190,210,145)
#ACBE83
(172,190,131)
#9AAA75
(154,170,117)
#889667
(136,150,103)
#768259
(118,130,89)
#646E4B
(100,110,75)
#525A3D
(82,90,61)
#40462F
(64,70,47)
#2E3221
(46,50,33)
#1C1E13
(28,30,19)
#000000
(0,0,0)

Tints of #D0E69F

#D0E69F
(208,230,159)
#D4E8A7
(212,232,167)
#D8EAAF
(216,234,175)
#DCECB7
(220,236,183)
#E0EEBF
(224,238,191)
#E4F0C7
(228,240,199)
#E8F2CF
(232,242,207)
#ECF4D7
(236,244,215)
#F0F6DF
(240,246,223)
#F4F8E7
(244,248,231)
#F8FAEF
(248,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E69F color. Also use rgb(208,230,159) instead hex code.

Text Font Color

.myTextColor { color: #D0E69F; }

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

This text font color is #D0E69F.


Background Color

.myBgColor { background-color: #D0E69F; }

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

This div background color is #D0E69F.


Border color

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

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

This div border color is #D0E69F.


Opacity

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

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

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

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

This text has shadow with #D0E69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E69F on black background.


Color preview on white background

This text has color #D0E69F on white background.



Black color preview on #D0E69F background

This text has black color on #D0E69F background.


White color preview on #D0E69F background

This text has white color on #D0E69F background.