COLOR #D8EBB9

HEX: #D8EBB9 RGB: (216,235,185)

Color info

#D8EBB9 contains red, green and blue colors in about the same proportion. Web safe color of #D8EBB9 is #CCFFCC (or #CFC).

RGB color model

#D8EBB9 color RGB value is (216,235,185).

RGB: (216,235,185) (85%, 92%, 73%)

RGB channels and saturation

R 216 of 255 = 85%
G 235 of 255 = 92%
B 185 of 255 = 73%

216
235
185

R + G + B ~ 83%. #D8EBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 235 + 185 = 636 (100%)
R 216 of 636 ~ 33.96%
G 235 of 636 ~ 36.95%
B 185 of 636 ~ 29.09'%

%33.96
%36.95
%29.09

CMYK color model

#D8EBB9 color CMYK value is (8,0,21,8).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 7.84%

CMYK: (8,0,21,8)
C8M0Y21K8 (8%, 0%, 21%, 8%)
(0.08 / 0.00 / 0.21 / 0.08)

CMYK percentages

%8.09
%0
%21.28
%7.84

Codes

Color #D8EBB9 in popluar color models

D8 EB B9
RGB 216 235 185
HSL 83° 55.56% 82.35%
HSB/HSV 83° 21.28% 92.16%
CMYK 8.09% 0.00% 21.28%
7.84%

Color #D8EBB9 in popluar number systems.

HEX D8 EB B9
Decimal 216 235 185
Binary 11011000 11101011 10111001
Octal 330 353 271

Shades and tints

Shades of #D8EBB9

#D8EBB9
(216,235,185)
#C5D6A9
(197,214,169)
#B2C199
(178,193,153)
#9FAC89
(159,172,137)
#8C9779
(140,151,121)
#798269
(121,130,105)
#666D59
(102,109,89)
#535849
(83,88,73)
#404339
(64,67,57)
#2D2E29
(45,46,41)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #D8EBB9

#D8EBB9
(216,235,185)
#DBECBF
(219,236,191)
#DEEDC5
(222,237,197)
#E1EECB
(225,238,203)
#E4EFD1
(228,239,209)
#E7F0D7
(231,240,215)
#EAF1DD
(234,241,221)
#EDF2E3
(237,242,227)
#F0F3E9
(240,243,233)
#F3F4EF
(243,244,239)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EBB9 color. Also use rgb(216,235,185) instead hex code.

Text Font Color

.myTextColor { color: #D8EBB9; }

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

This text font color is #D8EBB9.

Background Color

.myBgColor { background-color: #D8EBB9; }

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

This div background color is #D8EBB9.

Border color

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

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

This div border color is #D8EBB9.

Opacity

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

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

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

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

This text has shadow with #D8EBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EBB9.

Preview

Color preview on black background

This text has color #D8EBB9 on black background.


Color preview on white background

This text has color #D8EBB9 on white background.


Black color preview on #D8EBB9 background

This text has black color on #D8EBB9 background.


White color preview on #D8EBB9 background

This text has white color on #D8EBB9 background.


Related colors

Complementary color

Complementary color for #hex is #271446.


I love getcolorcode.com

Triadic colors

1 #B9D8EB and #EBB9D8 with #D8EBB9 are triadic colors.

2 #B9EBD8 and #EBD8B9 with #D8EBB9 are triadic colors.