COLOR #D8E5A0

HEX: #D8E5A0
RGB: (216,229,160)

Color info

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

RGB color model

#D8E5A0 color RGB value is (216,229,160).

  • red value is 216;
  • green value is 229;
  • blue value is 160.
RGB:
(216,229,160)
(85%,90%,63%)

RGB channels and saturation

R 216 of 255 = 85%
G 229 of 255 = 90%
B 160 of 255 = 63%

216
229
160

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

Portions of RGB colors in percentages

R + G + B =
216 + 229 + 160 = 605 (100%)
R 216 of 605 ~ 35.7%
G 229 of 605 ~ 37.85%
B 160 of 605 ~ 26.45%

%35.7
%37.85
%26.45

CMYK color model

#D8E5A0 color CMYK value is (6,0,30,10).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 30.13%
  • key color value is 10.20%
CMYK:
(6,0,30,10)
C6M0Y30K10 
(6%,0%,30%,10%)
(0.06/0.00/0.30/0.10)	

CMYK percentages

%5.68
%0
%30.13
%10.2

Codes

Color #D8E5A0 in popluar color models

D8E5A0
RGB216229160
HSL71°57.02%76.27%
HSB/HSV71°30.13%89.80%
CMYK5.68%0.00%30.13%
10.20%

Color #D8E5A0 in popluar number systems.

HEXD8E5A0
Decimal216229160
Binary110110001110010110100000
Octal330345240

Shades and tints

Shades of #D8E5A0

#D8E5A0
(216,229,160)
#C5D192
(197,209,146)
#B2BD84
(178,189,132)
#9FA976
(159,169,118)
#8C9568
(140,149,104)
#79815A
(121,129,90)
#666D4C
(102,109,76)
#53593E
(83,89,62)
#404530
(64,69,48)
#2D3122
(45,49,34)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #D8E5A0

#D8E5A0
(216,229,160)
#DBE7A8
(219,231,168)
#DEE9B0
(222,233,176)
#E1EBB8
(225,235,184)
#E4EDC0
(228,237,192)
#E7EFC8
(231,239,200)
#EAF1D0
(234,241,208)
#EDF3D8
(237,243,216)
#F0F5E0
(240,245,224)
#F3F7E8
(243,247,232)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E5A0 color. Also use rgb(216,229,160) instead hex code.

Text Font Color

.myTextColor { color: #D8E5A0; }

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

This text font color is #D8E5A0.


Background Color

.myBgColor { background-color: #D8E5A0; }

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

This div background color is #D8E5A0.


Border color

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

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

This div border color is #D8E5A0.


Opacity

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

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

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

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

This text has shadow with #D8E5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E5A0 on black background.


Color preview on white background

This text has color #D8E5A0 on white background.



Black color preview on #D8E5A0 background

This text has black color on #D8E5A0 background.


White color preview on #D8E5A0 background

This text has white color on #D8E5A0 background.