COLOR #D9FC9C

HEX: #D9FC9C
RGB: (217,252,156)

Color info

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

RGB color model

#D9FC9C color RGB value is (217,252,156).

  • red value is 217;
  • green value is 252;
  • blue value is 156.
RGB:
(217,252,156)
(85%,99%,61%)

RGB channels and saturation

R 217 of 255 = 85%
G 252 of 255 = 99%
B 156 of 255 = 61%

217
252
156

R + G + B ~ 82%. #D9FC9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 252 + 156 = 625 (100%)
R 217 of 625 ~ 34.72%
G 252 of 625 ~ 40.32%
B 156 of 625 ~ 24.96%

%34.72
%40.32
%24.96

CMYK color model

#D9FC9C color CMYK value is (14,0,38,1).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 1.18%
CMYK:
(14,0,38,1)
C14M0Y38K1 
(14%,0%,38%,1%)
(0.14/0.00/0.38/0.01)	

CMYK percentages

%13.89
%0
%38.1
%1.18

Codes

Color #D9FC9C in popluar color models

D9FC9C
RGB217252156
HSL82°94.12%80.00%
HSB/HSV82°38.10%98.82%
CMYK13.89%0.00%38.10%
1.18%

Color #D9FC9C in popluar number systems.

HEXD9FC9C
Decimal217252156
Binary110110011111110010011100
Octal331374234

Shades and tints

Shades of #D9FC9C

#D9FC9C
(217,252,156)
#C6E68E
(198,230,142)
#B3D080
(179,208,128)
#A0BA72
(160,186,114)
#8DA464
(141,164,100)
#7A8E56
(122,142,86)
#677848
(103,120,72)
#54623A
(84,98,58)
#414C2C
(65,76,44)
#2E361E
(46,54,30)
#1B2010
(27,32,16)
#000000
(0,0,0)

Tints of #D9FC9C

#D9FC9C
(217,252,156)
#DCFCA5
(220,252,165)
#DFFCAE
(223,252,174)
#E2FCB7
(226,252,183)
#E5FCC0
(229,252,192)
#E8FCC9
(232,252,201)
#EBFCD2
(235,252,210)
#EEFCDB
(238,252,219)
#F1FCE4
(241,252,228)
#F4FCED
(244,252,237)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FC9C color. Also use rgb(217,252,156) instead hex code.

Text Font Color

.myTextColor { color: #D9FC9C; }

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

This text font color is #D9FC9C.


Background Color

.myBgColor { background-color: #D9FC9C; }

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

This div background color is #D9FC9C.


Border color

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

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

This div border color is #D9FC9C.


Opacity

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

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

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

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

This text has shadow with #D9FC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FC9C on black background.


Color preview on white background

This text has color #D9FC9C on white background.



Black color preview on #D9FC9C background

This text has black color on #D9FC9C background.


White color preview on #D9FC9C background

This text has white color on #D9FC9C background.