COLOR #D8F4B0

HEX: #D8F4B0
RGB: (216,244,176)

Color info

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

RGB color model

#D8F4B0 color RGB value is (216,244,176).

  • red value is 216;
  • green value is 244;
  • blue value is 176.
RGB:
(216,244,176)
(85%,96%,69%)

RGB channels and saturation

R 216 of 255 = 85%
G 244 of 255 = 96%
B 176 of 255 = 69%

216
244
176

R + G + B ~ 83%. #D8F4B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 244 + 176 = 636 (100%)
R 216 of 636 ~ 33.96%
G 244 of 636 ~ 38.36%
B 176 of 636 ~ 27.67%

%33.96
%38.36
%27.67

CMYK color model

#D8F4B0 color CMYK value is (11,0,28,4).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 27.87%
  • key color value is 4.31%
CMYK:
(11,0,28,4)
C11M0Y28K4 
(11%,0%,28%,4%)
(0.11/0.00/0.28/0.04)	

CMYK percentages

%11.48
%0
%27.87
%4.31

Codes

Color #D8F4B0 in popluar color models

D8F4B0
RGB216244176
HSL85°75.56%82.35%
HSB/HSV85°27.87%95.69%
CMYK11.48%0.00%27.87%
4.31%

Color #D8F4B0 in popluar number systems.

HEXD8F4B0
Decimal216244176
Binary110110001111010010110000
Octal330364260

Shades and tints

Shades of #D8F4B0

#D8F4B0
(216,244,176)
#C5DEA0
(197,222,160)
#B2C890
(178,200,144)
#9FB280
(159,178,128)
#8C9C70
(140,156,112)
#798660
(121,134,96)
#667050
(102,112,80)
#535A40
(83,90,64)
#404430
(64,68,48)
#2D2E20
(45,46,32)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #D8F4B0

#D8F4B0
(216,244,176)
#DBF5B7
(219,245,183)
#DEF6BE
(222,246,190)
#E1F7C5
(225,247,197)
#E4F8CC
(228,248,204)
#E7F9D3
(231,249,211)
#EAFADA
(234,250,218)
#EDFBE1
(237,251,225)
#F0FCE8
(240,252,232)
#F3FDEF
(243,253,239)
#F6FEF6
(246,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F4B0; }

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

This text font color is #D8F4B0.


Background Color

.myBgColor { background-color: #D8F4B0; }

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

This div background color is #D8F4B0.


Border color

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

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

This div border color is #D8F4B0.


Opacity

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

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

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

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

This text has shadow with #D8F4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F4B0 on black background.


Color preview on white background

This text has color #D8F4B0 on white background.



Black color preview on #D8F4B0 background

This text has black color on #D8F4B0 background.


White color preview on #D8F4B0 background

This text has white color on #D8F4B0 background.