COLOR #D8EFBB

HEX: #D8EFBB RGB: (216,239,187)

Color info

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

RGB color model

#D8EFBB color RGB value is (216,239,187).

RGB: (216,239,187) (85%, 94%, 73%)

RGB channels and saturation

R 216 of 255 = 85%
G 239 of 255 = 94%
B 187 of 255 = 73%

216
239
187

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

Portions of RGB colors in percentages

R + G + B = 216 + 239 + 187 = 642 (100%)
R 216 of 642 ~ 33.64%
G 239 of 642 ~ 37.23%
B 187 of 642 ~ 29.13'%

%33.64
%37.23
%29.13

CMYK color model

#D8EFBB color CMYK value is (10,0,22,6).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 6.27%

CMYK: (10,0,22,6)
C10M0Y22K6 (10%, 0%, 22%, 6%)
(0.10 / 0.00 / 0.22 / 0.06)

CMYK percentages

%9.62
%0
%21.76
%6.27

Codes

Color #D8EFBB in popluar color models

D8 EF BB
RGB 216 239 187
HSL 87° 61.90% 83.53%
HSB/HSV 87° 21.76% 93.73%
CMYK 9.62% 0.00% 21.76%
6.27%

Color #D8EFBB in popluar number systems.

HEX D8 EF BB
Decimal 216 239 187
Binary 11011000 11101111 10111011
Octal 330 357 273

Shades and tints

Shades of #D8EFBB

#D8EFBB
(216,239,187)
#C5DAAA
(197,218,170)
#B2C599
(178,197,153)
#9FB088
(159,176,136)
#8C9B77
(140,155,119)
#798666
(121,134,102)
#667155
(102,113,85)
#535C44
(83,92,68)
#404733
(64,71,51)
#2D3222
(45,50,34)
#1A1D11
(26,29,17)
#000000
(0,0,0)

Tints of #D8EFBB

#D8EFBB
(216,239,187)
#DBF0C1
(219,240,193)
#DEF1C7
(222,241,199)
#E1F2CD
(225,242,205)
#E4F3D3
(228,243,211)
#E7F4D9
(231,244,217)
#EAF5DF
(234,245,223)
#EDF6E5
(237,246,229)
#F0F7EB
(240,247,235)
#F3F8F1
(243,248,241)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EFBB color. Also use rgb(216,239,187) instead hex code.

Text Font Color

.myTextColor { color: #D8EFBB; }

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

This text font color is #D8EFBB.

Background Color

.myBgColor { background-color: #D8EFBB; }

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

This div background color is #D8EFBB.

Border color

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

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

This div border color is #D8EFBB.

Opacity

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

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

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

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

This text has shadow with #D8EFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EFBB.

Preview

Color preview on black background

This text has color #D8EFBB on black background.


Color preview on white background

This text has color #D8EFBB on white background.


Black color preview on #D8EFBB background

This text has black color on #D8EFBB background.


White color preview on #D8EFBB background

This text has white color on #D8EFBB background.


Related colors

Complementary color

Complementary color for #hex is #271044.


I love getcolorcode.com

Triadic colors

1 #BBD8EF and #EFBBD8 with #D8EFBB are triadic colors.

2 #BBEFD8 and #EFD8BB with #D8EFBB are triadic colors.