COLOR #D9FAAB

HEX: #D9FAAB
RGB: (217,250,171)

Color info

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

RGB color model

#D9FAAB color RGB value is (217,250,171).

  • red value is 217;
  • green value is 250;
  • blue value is 171.
RGB:
(217,250,171)
(85%,98%,67%)

RGB channels and saturation

R 217 of 255 = 85%
G 250 of 255 = 98%
B 171 of 255 = 67%

217
250
171

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

Portions of RGB colors in percentages

R + G + B =
217 + 250 + 171 = 638 (100%)
R 217 of 638 ~ 34.01%
G 250 of 638 ~ 39.18%
B 171 of 638 ~ 26.8%

%34.01
%39.18
%26.8

CMYK color model

#D9FAAB color CMYK value is (13,0,32,2).

  • cyan value is 13.20%
  • magenta value is 0.00%
  • yellow value is 31.60%
  • key color value is 1.96%
CMYK:
(13,0,32,2)
C13M0Y32K2 
(13%,0%,32%,2%)
(0.13/0.00/0.32/0.02)	

CMYK percentages

%13.2
%0
%31.6
%1.96

Codes

Color #D9FAAB in popluar color models

D9FAAB
RGB217250171
HSL85°88.76%82.55%
HSB/HSV85°31.60%98.04%
CMYK13.20%0.00%31.60%
1.96%

Color #D9FAAB in popluar number systems.

HEXD9FAAB
Decimal217250171
Binary110110011111101010101011
Octal331372253

Shades and tints

Shades of #D9FAAB

#D9FAAB
(217,250,171)
#C6E49C
(198,228,156)
#B3CE8D
(179,206,141)
#A0B87E
(160,184,126)
#8DA26F
(141,162,111)
#7A8C60
(122,140,96)
#677651
(103,118,81)
#546042
(84,96,66)
#414A33
(65,74,51)
#2E3424
(46,52,36)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #D9FAAB

#D9FAAB
(217,250,171)
#DCFAB2
(220,250,178)
#DFFAB9
(223,250,185)
#E2FAC0
(226,250,192)
#E5FAC7
(229,250,199)
#E8FACE
(232,250,206)
#EBFAD5
(235,250,213)
#EEFADC
(238,250,220)
#F1FAE3
(241,250,227)
#F4FAEA
(244,250,234)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9FAAB color. Also use rgb(217,250,171) instead hex code.

Text Font Color

.myTextColor { color: #D9FAAB; }

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

This text font color is #D9FAAB.


Background Color

.myBgColor { background-color: #D9FAAB; }

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

This div background color is #D9FAAB.


Border color

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

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

This div border color is #D9FAAB.


Opacity

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

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

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

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

This text has shadow with #D9FAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9FAAB on black background.


Color preview on white background

This text has color #D9FAAB on white background.



Black color preview on #D9FAAB background

This text has black color on #D9FAAB background.


White color preview on #D9FAAB background

This text has white color on #D9FAAB background.