COLOR #D8F29D

HEX: #D8F29D
RGB: (216,242,157)

Color info

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

RGB color model

#D8F29D color RGB value is (216,242,157).

  • red value is 216;
  • green value is 242;
  • blue value is 157.
RGB:
(216,242,157)
(85%,95%,62%)

RGB channels and saturation

R 216 of 255 = 85%
G 242 of 255 = 95%
B 157 of 255 = 62%

216
242
157

R + G + B ~ 81%. #D8F29D is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 242 + 157 = 615 (100%)
R 216 of 615 ~ 35.12%
G 242 of 615 ~ 39.35%
B 157 of 615 ~ 25.53%

%35.12
%39.35
%25.53

CMYK color model

#D8F29D color CMYK value is (11,0,35,5).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 5.10%
CMYK:
(11,0,35,5)
C11M0Y35K5 
(11%,0%,35%,5%)
(0.11/0.00/0.35/0.05)	

CMYK percentages

%10.74
%0
%35.12
%5.1

Codes

Color #D8F29D in popluar color models

D8F29D
RGB216242157
HSL78°76.58%78.24%
HSB/HSV78°35.12%94.90%
CMYK10.74%0.00%35.12%
5.10%

Color #D8F29D in popluar number systems.

HEXD8F29D
Decimal216242157
Binary110110001111001010011101
Octal330362235

Shades and tints

Shades of #D8F29D

#D8F29D
(216,242,157)
#C5DC8F
(197,220,143)
#B2C681
(178,198,129)
#9FB073
(159,176,115)
#8C9A65
(140,154,101)
#798457
(121,132,87)
#666E49
(102,110,73)
#53583B
(83,88,59)
#40422D
(64,66,45)
#2D2C1F
(45,44,31)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #D8F29D

#D8F29D
(216,242,157)
#DBF3A5
(219,243,165)
#DEF4AD
(222,244,173)
#E1F5B5
(225,245,181)
#E4F6BD
(228,246,189)
#E7F7C5
(231,247,197)
#EAF8CD
(234,248,205)
#EDF9D5
(237,249,213)
#F0FADD
(240,250,221)
#F3FBE5
(243,251,229)
#F6FCED
(246,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F29D color. Also use rgb(216,242,157) instead hex code.

Text Font Color

.myTextColor { color: #D8F29D; }

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

This text font color is #D8F29D.


Background Color

.myBgColor { background-color: #D8F29D; }

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

This div background color is #D8F29D.


Border color

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

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

This div border color is #D8F29D.


Opacity

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

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

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

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

This text has shadow with #D8F29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F29D on black background.


Color preview on white background

This text has color #D8F29D on white background.



Black color preview on #D8F29D background

This text has black color on #D8F29D background.


White color preview on #D8F29D background

This text has white color on #D8F29D background.