COLOR #D8F7BA

HEX: #D8F7BA
RGB: (216,247,186)

Color info

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

RGB color model

#D8F7BA color RGB value is (216,247,186).

  • red value is 216;
  • green value is 247;
  • blue value is 186.
RGB:
(216,247,186)
(85%,97%,73%)

RGB channels and saturation

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

216
247
186

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

Portions of RGB colors in percentages

R + G + B =
216 + 247 + 186 = 649 (100%)
R 216 of 649 ~ 33.28%
G 247 of 649 ~ 38.06%
B 186 of 649 ~ 28.66%

%33.28
%38.06
%28.66

CMYK color model

#D8F7BA color CMYK value is (13,0,25,3).

  • cyan value is 12.55%
  • magenta value is 0.00%
  • yellow value is 24.70%
  • key color value is 3.14%
CMYK:
(13,0,25,3)
C13M0Y25K3 
(13%,0%,25%,3%)
(0.13/0.00/0.25/0.03)	

CMYK percentages

%12.55
%0
%24.7
%3.14

Codes

Color #D8F7BA in popluar color models

D8F7BA
RGB216247186
HSL90°79.22%84.90%
HSB/HSV90°24.70%96.86%
CMYK12.55%0.00%24.70%
3.14%

Color #D8F7BA in popluar number systems.

HEXD8F7BA
Decimal216247186
Binary110110001111011110111010
Octal330367272

Shades and tints

Shades of #D8F7BA

#D8F7BA
(216,247,186)
#C5E1AA
(197,225,170)
#B2CB9A
(178,203,154)
#9FB58A
(159,181,138)
#8C9F7A
(140,159,122)
#79896A
(121,137,106)
#66735A
(102,115,90)
#535D4A
(83,93,74)
#40473A
(64,71,58)
#2D312A
(45,49,42)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #D8F7BA

#D8F7BA
(216,247,186)
#DBF7C0
(219,247,192)
#DEF7C6
(222,247,198)
#E1F7CC
(225,247,204)
#E4F7D2
(228,247,210)
#E7F7D8
(231,247,216)
#EAF7DE
(234,247,222)
#EDF7E4
(237,247,228)
#F0F7EA
(240,247,234)
#F3F7F0
(243,247,240)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F7BA; }

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

This text font color is #D8F7BA.


Background Color

.myBgColor { background-color: #D8F7BA; }

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

This div background color is #D8F7BA.


Border color

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

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

This div border color is #D8F7BA.


Opacity

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

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

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

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

This text has shadow with #D8F7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F7BA on black background.


Color preview on white background

This text has color #D8F7BA on white background.



Black color preview on #D8F7BA background

This text has black color on #D8F7BA background.


White color preview on #D8F7BA background

This text has white color on #D8F7BA background.