COLOR #D8F37C

HEX: #D8F37C
RGB: (216,243,124)

Color info

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

RGB color model

#D8F37C color RGB value is (216,243,124).

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

RGB channels and saturation

R 216 of 255 = 85%
G 243 of 255 = 95%
B 124 of 255 = 49%

216
243
124

R + G + B ~ 76%. #D8F37C is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 243 + 124 = 583 (100%)
R 216 of 583 ~ 37.05%
G 243 of 583 ~ 41.68%
B 124 of 583 ~ 21.27%

%37.05
%41.68
%21.27

CMYK color model

#D8F37C color CMYK value is (11,0,49,5).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 48.97%
  • key color value is 4.71%
CMYK:
(11,0,49,5)
C11M0Y49K5 
(11%,0%,49%,5%)
(0.11/0.00/0.49/0.05)	

CMYK percentages

%11.11
%0
%48.97
%4.71

Codes

Color #D8F37C in popluar color models

D8F37C
RGB216243124
HSL74°83.22%71.96%
HSB/HSV74°48.97%95.29%
CMYK11.11%0.00%48.97%
4.71%

Color #D8F37C in popluar number systems.

HEXD8F37C
Decimal216243124
Binary11011000111100111111100
Octal330363174

Shades and tints

Shades of #D8F37C

#D8F37C
(216,243,124)
#C5DD71
(197,221,113)
#B2C766
(178,199,102)
#9FB15B
(159,177,91)
#8C9B50
(140,155,80)
#798545
(121,133,69)
#666F3A
(102,111,58)
#53592F
(83,89,47)
#404324
(64,67,36)
#2D2D19
(45,45,25)
#1A170E
(26,23,14)
#000000
(0,0,0)

Tints of #D8F37C

#D8F37C
(216,243,124)
#DBF487
(219,244,135)
#DEF592
(222,245,146)
#E1F69D
(225,246,157)
#E4F7A8
(228,247,168)
#E7F8B3
(231,248,179)
#EAF9BE
(234,249,190)
#EDFAC9
(237,250,201)
#F0FBD4
(240,251,212)
#F3FCDF
(243,252,223)
#F6FDEA
(246,253,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F37C; }

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

This text font color is #D8F37C.


Background Color

.myBgColor { background-color: #D8F37C; }

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

This div background color is #D8F37C.


Border color

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

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

This div border color is #D8F37C.


Opacity

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

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

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

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

This text has shadow with #D8F37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F37C on black background.


Color preview on white background

This text has color #D8F37C on white background.



Black color preview on #D8F37C background

This text has black color on #D8F37C background.


White color preview on #D8F37C background

This text has white color on #D8F37C background.