COLOR #D8EDBC

HEX: #D8EDBC RGB: (216,237,188)

Color info

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

RGB color model

#D8EDBC color RGB value is (216,237,188).

RGB: (216,237,188) (85%, 93%, 74%)

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 188 of 255 = 74%

216
237
188

R + G + B ~ 84%. #D8EDBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 237 + 188 = 641 (100%)
R 216 of 641 ~ 33.7%
G 237 of 641 ~ 36.97%
B 188 of 641 ~ 29.33'%

%33.7
%36.97
%29.33

CMYK color model

#D8EDBC color CMYK value is (9,0,21,7).

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 20.68%
  • key color value is 7.06%

CMYK: (9,0,21,7)
C9M0Y21K7 (9%, 0%, 21%, 7%)
(0.09 / 0.00 / 0.21 / 0.07)

CMYK percentages

%8.86
%0
%20.68
%7.06

Codes

Color #D8EDBC in popluar color models

D8 ED BC
RGB 216 237 188
HSL 86° 57.65% 83.33%
HSB/HSV 86° 20.68% 92.94%
CMYK 8.86% 0.00% 20.68%
7.06%

Color #D8EDBC in popluar number systems.

HEX D8 ED BC
Decimal 216 237 188
Binary 11011000 11101101 10111100
Octal 330 355 274

Shades and tints

Shades of #D8EDBC

#D8EDBC
(216,237,188)
#C5D8AB
(197,216,171)
#B2C39A
(178,195,154)
#9FAE89
(159,174,137)
#8C9978
(140,153,120)
#798467
(121,132,103)
#666F56
(102,111,86)
#535A45
(83,90,69)
#404534
(64,69,52)
#2D3023
(45,48,35)
#1A1B12
(26,27,18)
#000000
(0,0,0)

Tints of #D8EDBC

#D8EDBC
(216,237,188)
#DBEEC2
(219,238,194)
#DEEFC8
(222,239,200)
#E1F0CE
(225,240,206)
#E4F1D4
(228,241,212)
#E7F2DA
(231,242,218)
#EAF3E0
(234,243,224)
#EDF4E6
(237,244,230)
#F0F5EC
(240,245,236)
#F3F6F2
(243,246,242)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EDBC color. Also use rgb(216,237,188) instead hex code.

Text Font Color

.myTextColor { color: #D8EDBC; }

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

This text font color is #D8EDBC.

Background Color

.myBgColor { background-color: #D8EDBC; }

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

This div background color is #D8EDBC.

Border color

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

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

This div border color is #D8EDBC.

Opacity

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

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

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

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

This text has shadow with #D8EDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EDBC.

Preview

Color preview on black background

This text has color #D8EDBC on black background.


Color preview on white background

This text has color #D8EDBC on white background.


Black color preview on #D8EDBC background

This text has black color on #D8EDBC background.


White color preview on #D8EDBC background

This text has white color on #D8EDBC background.


Related colors

Complementary color

Complementary color for #D8EDBC is #271243.


I love getcolorcode.com

Triadic colors

1 #BCD8ED and #EDBCD8 with #D8EDBC are triadic colors.

2 #BCEDD8 and #EDD8BC with #D8EDBC are triadic colors.