COLOR #D8F7B0

HEX: #D8F7B0 RGB: (216,247,176)

Color info

#D8F7B0 contains mainly red and green colors. Web safe color of #D8F7B0 is #CCFF99 (or #CF9).

RGB color model

#D8F7B0 color RGB value is (216,247,176).

RGB: (216,247,176) (85%, 97%, 69%)

RGB channels and saturation

R 216 of 255 = 85%
G 247 of 255 = 97%
B 176 of 255 = 69%

216
247
176

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

Portions of RGB colors in percentages

R + G + B = 216 + 247 + 176 = 639 (100%)
R 216 of 639 ~ 33.8%
G 247 of 639 ~ 38.65%
B 176 of 639 ~ 27.54'%

%33.8
%38.65
%27.54

CMYK color model

#D8F7B0 color CMYK value is (13,0,29,3).

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

CMYK: (13,0,29,3)
C13M0Y29K3 (13%, 0%, 29%, 3%)
(0.13 / 0.00 / 0.29 / 0.03)

CMYK percentages

%12.55
%0
%28.74
%3.14

Codes

Color #D8F7B0 in popluar color models

D8 F7 B0
RGB 216 247 176
HSL 86° 81.61% 82.94%
HSB/HSV 86° 28.74% 96.86%
CMYK 12.55% 0.00% 28.74%
3.14%

Color #D8F7B0 in popluar number systems.

HEX D8 F7 B0
Decimal 216 247 176
Binary 11011000 11110111 10110000
Octal 330 367 260

Shades and tints

Shades of #D8F7B0

#D8F7B0
(216,247,176)
#C5E1A0
(197,225,160)
#B2CB90
(178,203,144)
#9FB580
(159,181,128)
#8C9F70
(140,159,112)
#798960
(121,137,96)
#667350
(102,115,80)
#535D40
(83,93,64)
#404730
(64,71,48)
#2D3120
(45,49,32)
#1A1B10
(26,27,16)
#000000
(0,0,0)

Tints of #D8F7B0

#D8F7B0
(216,247,176)
#DBF7B7
(219,247,183)
#DEF7BE
(222,247,190)
#E1F7C5
(225,247,197)
#E4F7CC
(228,247,204)
#E7F7D3
(231,247,211)
#EAF7DA
(234,247,218)
#EDF7E1
(237,247,225)
#F0F7E8
(240,247,232)
#F3F7EF
(243,247,239)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F7B0; }

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

This text font color is #D8F7B0.

Background Color

.myBgColor { background-color: #D8F7B0; }

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

This div background color is #D8F7B0.

Border color

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

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

This div border color is #D8F7B0.

Opacity

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

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

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

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

This text has shadow with #D8F7B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F7B0.

Preview

Color preview on black background

This text has color #D8F7B0 on black background.


Color preview on white background

This text has color #D8F7B0 on white background.


Black color preview on #D8F7B0 background

This text has black color on #D8F7B0 background.


White color preview on #D8F7B0 background

This text has white color on #D8F7B0 background.


Related colors

Complementary color

Complementary color for #hex is #27084F.


I love getcolorcode.com

Triadic colors

1 #B0D8F7 and #F7B0D8 with #D8F7B0 are triadic colors.

2 #B0F7D8 and #F7D8B0 with #D8F7B0 are triadic colors.