COLOR #D9FEA1

HEX: #D9FEA1
RGB: (217,254,161)

Color info

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

RGB color model

#D9FEA1 color RGB value is (217,254,161).

  • red value is 217;
  • green value is 254;
  • blue value is 161.
RGB:
(217,254,161)
(85%,100%,63%)

RGB channels and saturation

R 217 of 255 = 85%
G 254 of 255 = 100%
B 161 of 255 = 63%

217
254
161

R + G + B ~ 83%. #D9FEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 254 + 161 = 632 (100%)
R 217 of 632 ~ 34.34%
G 254 of 632 ~ 40.19%
B 161 of 632 ~ 25.47%

%34.34
%40.19
%25.47

CMYK color model

#D9FEA1 color CMYK value is (15,0,37,0).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 0.39%
CMYK:
(15,0,37,0)
C15M0Y37K0 
(15%,0%,37%,0%)
(0.15/0.00/0.37/0.00)	

CMYK percentages

%14.57
%0
%36.61
%0.39

Codes

Color #D9FEA1 in popluar color models

D9FEA1
RGB217254161
HSL84°97.89%81.37%
HSB/HSV84°36.61%99.61%
CMYK14.57%0.00%36.61%
0.39%

Color #D9FEA1 in popluar number systems.

HEXD9FEA1
Decimal217254161
Binary110110011111111010100001
Octal331376241

Shades and tints

Shades of #D9FEA1

#D9FEA1
(217,254,161)
#C6E793
(198,231,147)
#B3D085
(179,208,133)
#A0B977
(160,185,119)
#8DA269
(141,162,105)
#7A8B5B
(122,139,91)
#67744D
(103,116,77)
#545D3F
(84,93,63)
#414631
(65,70,49)
#2E2F23
(46,47,35)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #D9FEA1

#D9FEA1
(217,254,161)
#DCFEA9
(220,254,169)
#DFFEB1
(223,254,177)
#E2FEB9
(226,254,185)
#E5FEC1
(229,254,193)
#E8FEC9
(232,254,201)
#EBFED1
(235,254,209)
#EEFED9
(238,254,217)
#F1FEE1
(241,254,225)
#F4FEE9
(244,254,233)
#F7FEF1
(247,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FEA1 color. Also use rgb(217,254,161) instead hex code.

Text Font Color

.myTextColor { color: #D9FEA1; }

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

This text font color is #D9FEA1.


Background Color

.myBgColor { background-color: #D9FEA1; }

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

This div background color is #D9FEA1.


Border color

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

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

This div border color is #D9FEA1.


Opacity

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

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

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

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

This text has shadow with #D9FEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FEA1 on black background.


Color preview on white background

This text has color #D9FEA1 on white background.



Black color preview on #D9FEA1 background

This text has black color on #D9FEA1 background.


White color preview on #D9FEA1 background

This text has white color on #D9FEA1 background.