COLOR #D8E6B5

HEX: #D8E6B5 RGB: (216,230,181)

Color info

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

RGB color model

#D8E6B5 color RGB value is (216,230,181).

RGB: (216,230,181) (85%, 90%, 71%)

RGB channels and saturation

R 216 of 255 = 85%
G 230 of 255 = 90%
B 181 of 255 = 71%

216
230
181

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

Portions of RGB colors in percentages

R + G + B = 216 + 230 + 181 = 627 (100%)
R 216 of 627 ~ 34.45%
G 230 of 627 ~ 36.68%
B 181 of 627 ~ 28.87'%

%34.45
%36.68
%28.87

CMYK color model

#D8E6B5 color CMYK value is (6,0,21,10).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 9.80%

CMYK: (6,0,21,10)
C6M0Y21K10 (6%, 0%, 21%, 10%)
(0.06 / 0.00 / 0.21 / 0.10)

CMYK percentages

%6.09
%0
%21.3
%9.8

Codes

Color #D8E6B5 in popluar color models

D8 E6 B5
RGB 216 230 181
HSL 77° 49.49% 80.59%
HSB/HSV 77° 21.30% 90.20%
CMYK 6.09% 0.00% 21.30%
9.80%

Color #D8E6B5 in popluar number systems.

HEX D8 E6 B5
Decimal 216 230 181
Binary 11011000 11100110 10110101
Octal 330 346 265

Shades and tints

Shades of #D8E6B5

#D8E6B5
(216,230,181)
#C5D2A5
(197,210,165)
#B2BE95
(178,190,149)
#9FAA85
(159,170,133)
#8C9675
(140,150,117)
#798265
(121,130,101)
#666E55
(102,110,85)
#535A45
(83,90,69)
#404635
(64,70,53)
#2D3225
(45,50,37)
#1A1E15
(26,30,21)
#000000
(0,0,0)

Tints of #D8E6B5

#D8E6B5
(216,230,181)
#DBE8BB
(219,232,187)
#DEEAC1
(222,234,193)
#E1ECC7
(225,236,199)
#E4EECD
(228,238,205)
#E7F0D3
(231,240,211)
#EAF2D9
(234,242,217)
#EDF4DF
(237,244,223)
#F0F6E5
(240,246,229)
#F3F8EB
(243,248,235)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E6B5; }

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

This text font color is #D8E6B5.

Background Color

.myBgColor { background-color: #D8E6B5; }

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

This div background color is #D8E6B5.

Border color

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

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

This div border color is #D8E6B5.

Opacity

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

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

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

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

This text has shadow with #D8E6B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E6B5.

Preview

Color preview on black background

This text has color #D8E6B5 on black background.


Color preview on white background

This text has color #D8E6B5 on white background.


Black color preview on #D8E6B5 background

This text has black color on #D8E6B5 background.


White color preview on #D8E6B5 background

This text has white color on #D8E6B5 background.


Related colors

Complementary color

Complementary color for #hex is #27194A.


I love getcolorcode.com

Triadic colors

1 #B5D8E6 and #E6B5D8 with #D8E6B5 are triadic colors.

2 #B5E6D8 and #E6D8B5 with #D8E6B5 are triadic colors.