COLOR #D8E4B8

HEX: #D8E4B8 RGB: (216,228,184)

Color info

#D8E4B8 contains red, green and blue colors in about the same proportion. Web safe color of #D8E4B8 is #CCCCCC (or #CCC).

RGB color model

#D8E4B8 color RGB value is (216,228,184).

RGB: (216,228,184) (85%, 89%, 72%)

RGB channels and saturation

R 216 of 255 = 85%
G 228 of 255 = 89%
B 184 of 255 = 72%

216
228
184

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

Portions of RGB colors in percentages

R + G + B = 216 + 228 + 184 = 628 (100%)
R 216 of 628 ~ 34.39%
G 228 of 628 ~ 36.31%
B 184 of 628 ~ 29.3'%

%34.39
%36.31
%29.3

CMYK color model

#D8E4B8 color CMYK value is (5,0,19,11).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 10.59%
CMYK: (5,0,19,11) C5M0Y19K11 (5%,0%,19%,11%) (0.05/0.00/0.19/0.11) 

CMYK percentages

%5.26
%0
%19.3
%10.59

Codes

Color #D8E4B8 in popluar color models

D8 E4 B8
RGB 216 228 184
HSL 76° 44.90% 80.78%
HSB/HSV 76° 19.30% 89.41%
CMYK 5.26% 0.00% 19.30%
10.59%

Color #D8E4B8 in popluar number systems.

HEX D8 E4 B8
Decimal 216 228 184
Binary 11011000 11100100 10111000
Octal 330 344 270

Shades and tints

Shades of #D8E4B8

#D8E4B8
(216,228,184)
#C5D0A8
(197,208,168)
#B2BC98
(178,188,152)
#9FA888
(159,168,136)
#8C9478
(140,148,120)
#798068
(121,128,104)
#666C58
(102,108,88)
#535848
(83,88,72)
#404438
(64,68,56)
#2D3028
(45,48,40)
#1A1C18
(26,28,24)
#000000
(0,0,0)

Tints of #D8E4B8

#D8E4B8
(216,228,184)
#DBE6BE
(219,230,190)
#DEE8C4
(222,232,196)
#E1EACA
(225,234,202)
#E4ECD0
(228,236,208)
#E7EED6
(231,238,214)
#EAF0DC
(234,240,220)
#EDF2E2
(237,242,226)
#F0F4E8
(240,244,232)
#F3F6EE
(243,246,238)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E4B8; }

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

This text font color is #D8E4B8.

Background Color

.myBgColor { background-color: #D8E4B8; }

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

This div background color is #D8E4B8.

Border color

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

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

This div border color is #D8E4B8.

Opacity

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

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

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

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

This text has shadow with #D8E4B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E4B8.

Preview

Color preview on black background

This text has color #D8E4B8 on black background.


Color preview on white background

This text has color #D8E4B8 on white background.


Black color preview on #D8E4B8 background

This text has black color on #D8E4B8 background.


White color preview on #D8E4B8 background

This text has white color on #D8E4B8 background.


Related colors

Complementary color

Complementary color for #hex is #271B47.


I love getcolorcode.com

Triadic colors

1 #B8D8E4 and #E4B8D8 with #D8E4B8 are triadic colors.

2 #B8E4D8 and #E4D8B8 with #D8E4B8 are triadic colors.