COLOR #D8E4A8

HEX: #D8E4A8
RGB: (216,228,168)

Color info

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

RGB color model

#D8E4A8 color RGB value is (216,228,168).

  • red value is 216;
  • green value is 228;
  • blue value is 168.
RGB:
(216,228,168)
(85%,89%,66%)

RGB channels and saturation

R 216 of 255 = 85%
G 228 of 255 = 89%
B 168 of 255 = 66%

216
228
168

R + G + B ~ 80%. #D8E4A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 228 + 168 = 612 (100%)
R 216 of 612 ~ 35.29%
G 228 of 612 ~ 37.25%
B 168 of 612 ~ 27.45%

%35.29
%37.25
%27.45

CMYK color model

#D8E4A8 color CMYK value is (5,0,26,11).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 10.59%
CMYK:
(5,0,26,11)
C5M0Y26K11 
(5%,0%,26%,11%)
(0.05/0.00/0.26/0.11)	

CMYK percentages

%5.26
%0
%26.32
%10.59

Codes

Color #D8E4A8 in popluar color models

D8E4A8
RGB216228168
HSL72°52.63%77.65%
HSB/HSV72°26.32%89.41%
CMYK5.26%0.00%26.32%
10.59%

Color #D8E4A8 in popluar number systems.

HEXD8E4A8
Decimal216228168
Binary110110001110010010101000
Octal330344250

Shades and tints

Shades of #D8E4A8

#D8E4A8
(216,228,168)
#C5D099
(197,208,153)
#B2BC8A
(178,188,138)
#9FA87B
(159,168,123)
#8C946C
(140,148,108)
#79805D
(121,128,93)
#666C4E
(102,108,78)
#53583F
(83,88,63)
#404430
(64,68,48)
#2D3021
(45,48,33)
#1A1C12
(26,28,18)
#000000
(0,0,0)

Tints of #D8E4A8

#D8E4A8
(216,228,168)
#DBE6AF
(219,230,175)
#DEE8B6
(222,232,182)
#E1EABD
(225,234,189)
#E4ECC4
(228,236,196)
#E7EECB
(231,238,203)
#EAF0D2
(234,240,210)
#EDF2D9
(237,242,217)
#F0F4E0
(240,244,224)
#F3F6E7
(243,246,231)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E4A8 color. Also use rgb(216,228,168) instead hex code.

Text Font Color

.myTextColor { color: #D8E4A8; }

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

This text font color is #D8E4A8.


Background Color

.myBgColor { background-color: #D8E4A8; }

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

This div background color is #D8E4A8.


Border color

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

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

This div border color is #D8E4A8.


Opacity

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

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

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

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

This text has shadow with #D8E4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E4A8 on black background.


Color preview on white background

This text has color #D8E4A8 on white background.



Black color preview on #D8E4A8 background

This text has black color on #D8E4A8 background.


White color preview on #D8E4A8 background

This text has white color on #D8E4A8 background.