COLOR #D8E6AD

HEX: #D8E6AD
RGB: (216,230,173)

Color info

#D8E6AD contains red, green and blue colors in about the same proportion. Web safe color of #D8E6AD is #CCCC99 (or #CC9).

RGB color model

#D8E6AD color RGB value is (216,230,173).

  • red value is 216;
  • green value is 230;
  • blue value is 173.
RGB:
(216,230,173)
(85%,90%,68%)

RGB channels and saturation

R 216 of 255 = 85%
G 230 of 255 = 90%
B 173 of 255 = 68%

216
230
173

R + G + B ~ 81%. #D8E6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 230 + 173 = 619 (100%)
R 216 of 619 ~ 34.89%
G 230 of 619 ~ 37.16%
B 173 of 619 ~ 27.95%

%34.89
%37.16
%27.95

CMYK color model

#D8E6AD color CMYK value is (6,0,25,10).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 24.78%
  • key color value is 9.80%
CMYK:
(6,0,25,10)
C6M0Y25K10 
(6%,0%,25%,10%)
(0.06/0.00/0.25/0.10)	

CMYK percentages

%6.09
%0
%24.78
%9.8

Codes

Color #D8E6AD in popluar color models

D8E6AD
RGB216230173
HSL75°53.27%79.02%
HSB/HSV75°24.78%90.20%
CMYK6.09%0.00%24.78%
9.80%

Color #D8E6AD in popluar number systems.

HEXD8E6AD
Decimal216230173
Binary110110001110011010101101
Octal330346255

Shades and tints

Shades of #D8E6AD

#D8E6AD
(216,230,173)
#C5D29E
(197,210,158)
#B2BE8F
(178,190,143)
#9FAA80
(159,170,128)
#8C9671
(140,150,113)
#798262
(121,130,98)
#666E53
(102,110,83)
#535A44
(83,90,68)
#404635
(64,70,53)
#2D3226
(45,50,38)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #D8E6AD

#D8E6AD
(216,230,173)
#DBE8B4
(219,232,180)
#DEEABB
(222,234,187)
#E1ECC2
(225,236,194)
#E4EEC9
(228,238,201)
#E7F0D0
(231,240,208)
#EAF2D7
(234,242,215)
#EDF4DE
(237,244,222)
#F0F6E5
(240,246,229)
#F3F8EC
(243,248,236)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E6AD color. Also use rgb(216,230,173) instead hex code.

Text Font Color

.myTextColor { color: #D8E6AD; }

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

This text font color is #D8E6AD.


Background Color

.myBgColor { background-color: #D8E6AD; }

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

This div background color is #D8E6AD.


Border color

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

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

This div border color is #D8E6AD.


Opacity

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

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

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

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

This text has shadow with #D8E6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E6AD on black background.


Color preview on white background

This text has color #D8E6AD on white background.



Black color preview on #D8E6AD background

This text has black color on #D8E6AD background.


White color preview on #D8E6AD background

This text has white color on #D8E6AD background.