COLOR #D8E3AD

HEX: #D8E3AD
RGB: (216,227,173)

Color info

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

RGB color model

#D8E3AD color RGB value is (216,227,173).

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

RGB channels and saturation

R 216 of 255 = 85%
G 227 of 255 = 89%
B 173 of 255 = 68%

216
227
173

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

Portions of RGB colors in percentages

R + G + B =
216 + 227 + 173 = 616 (100%)
R 216 of 616 ~ 35.06%
G 227 of 616 ~ 36.85%
B 173 of 616 ~ 28.08%

%35.06
%36.85
%28.08

CMYK color model

#D8E3AD color CMYK value is (5,0,24,11).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(5,0,24,11)
C5M0Y24K11 
(5%,0%,24%,11%)
(0.05/0.00/0.24/0.11)	

CMYK percentages

%4.85
%0
%23.79
%10.98

Codes

Color #D8E3AD in popluar color models

D8E3AD
RGB216227173
HSL72°49.09%78.43%
HSB/HSV72°23.79%89.02%
CMYK4.85%0.00%23.79%
10.98%

Color #D8E3AD in popluar number systems.

HEXD8E3AD
Decimal216227173
Binary110110001110001110101101
Octal330343255

Shades and tints

Shades of #D8E3AD

#D8E3AD
(216,227,173)
#C5CF9E
(197,207,158)
#B2BB8F
(178,187,143)
#9FA780
(159,167,128)
#8C9371
(140,147,113)
#797F62
(121,127,98)
#666B53
(102,107,83)
#535744
(83,87,68)
#404335
(64,67,53)
#2D2F26
(45,47,38)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #D8E3AD

#D8E3AD
(216,227,173)
#DBE5B4
(219,229,180)
#DEE7BB
(222,231,187)
#E1E9C2
(225,233,194)
#E4EBC9
(228,235,201)
#E7EDD0
(231,237,208)
#EAEFD7
(234,239,215)
#EDF1DE
(237,241,222)
#F0F3E5
(240,243,229)
#F3F5EC
(243,245,236)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E3AD; }

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

This text font color is #D8E3AD.


Background Color

.myBgColor { background-color: #D8E3AD; }

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

This div background color is #D8E3AD.


Border color

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

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

This div border color is #D8E3AD.


Opacity

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

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

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

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

This text has shadow with #D8E3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E3AD on black background.


Color preview on white background

This text has color #D8E3AD on white background.



Black color preview on #D8E3AD background

This text has black color on #D8E3AD background.


White color preview on #D8E3AD background

This text has white color on #D8E3AD background.