COLOR #D8F7BB

HEX: #D8F7BB RGB: (216,247,187)

Color info

#D8F7BB contains mainly red and green colors. Web safe color of #D8F7BB is #CCFFCC (or #CFC).

RGB color model

#D8F7BB color RGB value is (216,247,187).

RGB: (216,247,187) (85%, 97%, 73%)

RGB channels and saturation

R 216 of 255 = 85%
G 247 of 255 = 97%
B 187 of 255 = 73%

216
247
187

R + G + B ~ 85%. #D8F7BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 247 + 187 = 650 (100%)
R 216 of 650 ~ 33.23%
G 247 of 650 ~ 38%
B 187 of 650 ~ 28.77'%

%33.23
%38
%28.77

CMYK color model

#D8F7BB color CMYK value is (13,0,24,3).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 3.14%

CMYK: (13,0,24,3)
C13M0Y24K3 (13%, 0%, 24%, 3%)
(0.13 / 0.00 / 0.24 / 0.03)

CMYK percentages

%12.55
%0
%24.29
%3.14

Codes

Color #D8F7BB in popluar color models

D8 F7 BB
RGB 216 247 187
HSL 91° 78.95% 85.10%
HSB/HSV 91° 24.29% 96.86%
CMYK 12.55% 0.00% 24.29%
3.14%

Color #D8F7BB in popluar number systems.

HEX D8 F7 BB
Decimal 216 247 187
Binary 11011000 11110111 10111011
Octal 330 367 273

Shades and tints

Shades of #D8F7BB

#D8F7BB
(216,247,187)
#C5E1AA
(197,225,170)
#B2CB99
(178,203,153)
#9FB588
(159,181,136)
#8C9F77
(140,159,119)
#798966
(121,137,102)
#667355
(102,115,85)
#535D44
(83,93,68)
#404733
(64,71,51)
#2D3122
(45,49,34)
#1A1B11
(26,27,17)
#000000
(0,0,0)

Tints of #D8F7BB

#D8F7BB
(216,247,187)
#DBF7C1
(219,247,193)
#DEF7C7
(222,247,199)
#E1F7CD
(225,247,205)
#E4F7D3
(228,247,211)
#E7F7D9
(231,247,217)
#EAF7DF
(234,247,223)
#EDF7E5
(237,247,229)
#F0F7EB
(240,247,235)
#F3F7F1
(243,247,241)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F7BB; }

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

This text font color is #D8F7BB.

Background Color

.myBgColor { background-color: #D8F7BB; }

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

This div background color is #D8F7BB.

Border color

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

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

This div border color is #D8F7BB.

Opacity

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

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

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

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

This text has shadow with #D8F7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F7BB.

Preview

Color preview on black background

This text has color #D8F7BB on black background.


Color preview on white background

This text has color #D8F7BB on white background.


Black color preview on #D8F7BB background

This text has black color on #D8F7BB background.


White color preview on #D8F7BB background

This text has white color on #D8F7BB background.


Related colors

Complementary color

Complementary color for #hex is #270844.


I love getcolorcode.com

Triadic colors

1 #BBD8F7 and #F7BBD8 with #D8F7BB are triadic colors.

2 #BBF7D8 and #F7D8BB with #D8F7BB are triadic colors.