COLOR #D8F1B7

HEX: #D8F1B7
RGB: (216,241,183)

Color info

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

RGB color model

#D8F1B7 color RGB value is (216,241,183).

  • red value is 216;
  • green value is 241;
  • blue value is 183.
RGB:
(216,241,183)
(85%,95%,72%)

RGB channels and saturation

R 216 of 255 = 85%
G 241 of 255 = 95%
B 183 of 255 = 72%

216
241
183

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

Portions of RGB colors in percentages

R + G + B =
216 + 241 + 183 = 640 (100%)
R 216 of 640 ~ 33.75%
G 241 of 640 ~ 37.66%
B 183 of 640 ~ 28.59%

%33.75
%37.66
%28.59

CMYK color model

#D8F1B7 color CMYK value is (10,0,24,5).

  • cyan value is 10.37%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 5.49%
CMYK:
(10,0,24,5)
C10M0Y24K5 
(10%,0%,24%,5%)
(0.10/0.00/0.24/0.05)	

CMYK percentages

%10.37
%0
%24.07
%5.49

Codes

Color #D8F1B7 in popluar color models

D8F1B7
RGB216241183
HSL86°67.44%83.14%
HSB/HSV86°24.07%94.51%
CMYK10.37%0.00%24.07%
5.49%

Color #D8F1B7 in popluar number systems.

HEXD8F1B7
Decimal216241183
Binary110110001111000110110111
Octal330361267

Shades and tints

Shades of #D8F1B7

#D8F1B7
(216,241,183)
#C5DCA7
(197,220,167)
#B2C797
(178,199,151)
#9FB287
(159,178,135)
#8C9D77
(140,157,119)
#798867
(121,136,103)
#667357
(102,115,87)
#535E47
(83,94,71)
#404937
(64,73,55)
#2D3427
(45,52,39)
#1A1F17
(26,31,23)
#000000
(0,0,0)

Tints of #D8F1B7

#D8F1B7
(216,241,183)
#DBF2BD
(219,242,189)
#DEF3C3
(222,243,195)
#E1F4C9
(225,244,201)
#E4F5CF
(228,245,207)
#E7F6D5
(231,246,213)
#EAF7DB
(234,247,219)
#EDF8E1
(237,248,225)
#F0F9E7
(240,249,231)
#F3FAED
(243,250,237)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F1B7 color. Also use rgb(216,241,183) instead hex code.

Text Font Color

.myTextColor { color: #D8F1B7; }

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

This text font color is #D8F1B7.


Background Color

.myBgColor { background-color: #D8F1B7; }

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

This div background color is #D8F1B7.


Border color

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

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

This div border color is #D8F1B7.


Opacity

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

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

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

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

This text has shadow with #D8F1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F1B7 on black background.


Color preview on white background

This text has color #D8F1B7 on white background.



Black color preview on #D8F1B7 background

This text has black color on #D8F1B7 background.


White color preview on #D8F1B7 background

This text has white color on #D8F1B7 background.