COLOR #D0E7B8

HEX: #D0E7B8
RGB: (208,231,184)

Color info

#D0E7B8 contains red, green and blue colors in about the same proportion. Web safe color of #D0E7B8 is #CCFFCC (or #CFC).

RGB color model

#D0E7B8 color RGB value is (208,231,184).

  • red value is 208;
  • green value is 231;
  • blue value is 184.
RGB:
(208,231,184)
(82%,91%,72%)

RGB channels and saturation

R 208 of 255 = 82%
G 231 of 255 = 91%
B 184 of 255 = 72%

208
231
184

R + G + B ~ 82%. #D0E7B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 231 + 184 = 623 (100%)
R 208 of 623 ~ 33.39%
G 231 of 623 ~ 37.08%
B 184 of 623 ~ 29.53%

%33.39
%37.08
%29.53

CMYK color model

#D0E7B8 color CMYK value is (10,0,20,9).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 20.35%
  • key color value is 9.41%
CMYK:
(10,0,20,9)
C10M0Y20K9 
(10%,0%,20%,9%)
(0.10/0.00/0.20/0.09)	

CMYK percentages

%9.96
%0
%20.35
%9.41

Codes

Color #D0E7B8 in popluar color models

D0E7B8
RGB208231184
HSL89°49.47%81.37%
HSB/HSV89°20.35%90.59%
CMYK9.96%0.00%20.35%
9.41%

Color #D0E7B8 in popluar number systems.

HEXD0E7B8
Decimal208231184
Binary110100001110011110111000
Octal320347270

Shades and tints

Shades of #D0E7B8

#D0E7B8
(208,231,184)
#BED2A8
(190,210,168)
#ACBD98
(172,189,152)
#9AA888
(154,168,136)
#889378
(136,147,120)
#767E68
(118,126,104)
#646958
(100,105,88)
#525448
(82,84,72)
#403F38
(64,63,56)
#2E2A28
(46,42,40)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #D0E7B8

#D0E7B8
(208,231,184)
#D4E9BE
(212,233,190)
#D8EBC4
(216,235,196)
#DCEDCA
(220,237,202)
#E0EFD0
(224,239,208)
#E4F1D6
(228,241,214)
#E8F3DC
(232,243,220)
#ECF5E2
(236,245,226)
#F0F7E8
(240,247,232)
#F4F9EE
(244,249,238)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E7B8 color. Also use rgb(208,231,184) instead hex code.

Text Font Color

.myTextColor { color: #D0E7B8; }

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

This text font color is #D0E7B8.


Background Color

.myBgColor { background-color: #D0E7B8; }

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

This div background color is #D0E7B8.


Border color

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

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

This div border color is #D0E7B8.


Opacity

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

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

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

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

This text has shadow with #D0E7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E7B8 on black background.


Color preview on white background

This text has color #D0E7B8 on white background.



Black color preview on #D0E7B8 background

This text has black color on #D0E7B8 background.


White color preview on #D0E7B8 background

This text has white color on #D0E7B8 background.