COLOR #D8F87C

HEX: #D8F87C
RGB: (216,248,124)

Color info

#D8F87C contains mainly red and green colors. Web safe color of #D8F87C is #CCFF66 (or #CF6).

RGB color model

#D8F87C color RGB value is (216,248,124).

  • red value is 216;
  • green value is 248;
  • blue value is 124.
RGB:
(216,248,124)
(85%,97%,49%)

RGB channels and saturation

R 216 of 255 = 85%
G 248 of 255 = 97%
B 124 of 255 = 49%

216
248
124

R + G + B ~ 77%. #D8F87C is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 248 + 124 = 588 (100%)
R 216 of 588 ~ 36.73%
G 248 of 588 ~ 42.18%
B 124 of 588 ~ 21.09%

%36.73
%42.18
%21.09

CMYK color model

#D8F87C color CMYK value is (13,0,50,3).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 2.75%
CMYK:
(13,0,50,3)
C13M0Y50K3 
(13%,0%,50%,3%)
(0.13/0.00/0.50/0.03)	

CMYK percentages

%12.9
%0
%50
%2.75

Codes

Color #D8F87C in popluar color models

D8F87C
RGB216248124
HSL75°89.86%72.94%
HSB/HSV75°50.00%97.25%
CMYK12.90%0.00%50.00%
2.75%

Color #D8F87C in popluar number systems.

HEXD8F87C
Decimal216248124
Binary11011000111110001111100
Octal330370174

Shades and tints

Shades of #D8F87C

#D8F87C
(216,248,124)
#C5E271
(197,226,113)
#B2CC66
(178,204,102)
#9FB65B
(159,182,91)
#8CA050
(140,160,80)
#798A45
(121,138,69)
#66743A
(102,116,58)
#535E2F
(83,94,47)
#404824
(64,72,36)
#2D3219
(45,50,25)
#1A1C0E
(26,28,14)
#000000
(0,0,0)

Tints of #D8F87C

#D8F87C
(216,248,124)
#DBF887
(219,248,135)
#DEF892
(222,248,146)
#E1F89D
(225,248,157)
#E4F8A8
(228,248,168)
#E7F8B3
(231,248,179)
#EAF8BE
(234,248,190)
#EDF8C9
(237,248,201)
#F0F8D4
(240,248,212)
#F3F8DF
(243,248,223)
#F6F8EA
(246,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F87C color. Also use rgb(216,248,124) instead hex code.

Text Font Color

.myTextColor { color: #D8F87C; }

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

This text font color is #D8F87C.


Background Color

.myBgColor { background-color: #D8F87C; }

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

This div background color is #D8F87C.


Border color

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

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

This div border color is #D8F87C.


Opacity

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

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

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

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

This text has shadow with #D8F87C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F87C on black background.


Color preview on white background

This text has color #D8F87C on white background.



Black color preview on #D8F87C background

This text has black color on #D8F87C background.


White color preview on #D8F87C background

This text has white color on #D8F87C background.