COLOR #D9FC8A

HEX: #D9FC8A
RGB: (217,252,138)

Color info

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

RGB color model

#D9FC8A color RGB value is (217,252,138).

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

RGB channels and saturation

R 217 of 255 = 85%
G 252 of 255 = 99%
B 138 of 255 = 54%

217
252
138

R + G + B ~ 79%. #D9FC8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 252 + 138 = 607 (100%)
R 217 of 607 ~ 35.75%
G 252 of 607 ~ 41.52%
B 138 of 607 ~ 22.73%

%35.75
%41.52
%22.73

CMYK color model

#D9FC8A color CMYK value is (14,0,45,1).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 1.18%
CMYK:
(14,0,45,1)
C14M0Y45K1 
(14%,0%,45%,1%)
(0.14/0.00/0.45/0.01)	

CMYK percentages

%13.89
%0
%45.24
%1.18

Codes

Color #D9FC8A in popluar color models

D9FC8A
RGB217252138
HSL78°95.00%76.47%
HSB/HSV78°45.24%98.82%
CMYK13.89%0.00%45.24%
1.18%

Color #D9FC8A in popluar number systems.

HEXD9FC8A
Decimal217252138
Binary110110011111110010001010
Octal331374212

Shades and tints

Shades of #D9FC8A

#D9FC8A
(217,252,138)
#C6E67E
(198,230,126)
#B3D072
(179,208,114)
#A0BA66
(160,186,102)
#8DA45A
(141,164,90)
#7A8E4E
(122,142,78)
#677842
(103,120,66)
#546236
(84,98,54)
#414C2A
(65,76,42)
#2E361E
(46,54,30)
#1B2012
(27,32,18)
#000000
(0,0,0)

Tints of #D9FC8A

#D9FC8A
(217,252,138)
#DCFC94
(220,252,148)
#DFFC9E
(223,252,158)
#E2FCA8
(226,252,168)
#E5FCB2
(229,252,178)
#E8FCBC
(232,252,188)
#EBFCC6
(235,252,198)
#EEFCD0
(238,252,208)
#F1FCDA
(241,252,218)
#F4FCE4
(244,252,228)
#F7FCEE
(247,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9FC8A; }

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

This text font color is #D9FC8A.


Background Color

.myBgColor { background-color: #D9FC8A; }

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

This div background color is #D9FC8A.


Border color

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

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

This div border color is #D9FC8A.


Opacity

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

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

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

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

This text has shadow with #D9FC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FC8A on black background.


Color preview on white background

This text has color #D9FC8A on white background.



Black color preview on #D9FC8A background

This text has black color on #D9FC8A background.


White color preview on #D9FC8A background

This text has white color on #D9FC8A background.