COLOR #D1FAAB

HEX: #D1FAAB
RGB: (209,250,171)

Color info

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

RGB color model

#D1FAAB color RGB value is (209,250,171).

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

RGB channels and saturation

R 209 of 255 = 82%
G 250 of 255 = 98%
B 171 of 255 = 67%

209
250
171

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

Portions of RGB colors in percentages

R + G + B =
209 + 250 + 171 = 630 (100%)
R 209 of 630 ~ 33.17%
G 250 of 630 ~ 39.68%
B 171 of 630 ~ 27.14%

%33.17
%39.68
%27.14

CMYK color model

#D1FAAB color CMYK value is (16,0,32,2).

  • cyan value is 16.40%
  • magenta value is 0.00%
  • yellow value is 31.60%
  • key color value is 1.96%
CMYK:
(16,0,32,2)
C16M0Y32K2 
(16%,0%,32%,2%)
(0.16/0.00/0.32/0.02)	

CMYK percentages

%16.4
%0
%31.6
%1.96

Codes

Color #D1FAAB in popluar color models

D1FAAB
RGB209250171
HSL91°88.76%82.55%
HSB/HSV91°31.60%98.04%
CMYK16.40%0.00%31.60%
1.96%

Color #D1FAAB in popluar number systems.

HEXD1FAAB
Decimal209250171
Binary110100011111101010101011
Octal321372253

Shades and tints

Shades of #D1FAAB

#D1FAAB
(209,250,171)
#BEE49C
(190,228,156)
#ABCE8D
(171,206,141)
#98B87E
(152,184,126)
#85A26F
(133,162,111)
#728C60
(114,140,96)
#5F7651
(95,118,81)
#4C6042
(76,96,66)
#394A33
(57,74,51)
#263424
(38,52,36)
#131E15
(19,30,21)
#000000
(0,0,0)

Tints of #D1FAAB

#D1FAAB
(209,250,171)
#D5FAB2
(213,250,178)
#D9FAB9
(217,250,185)
#DDFAC0
(221,250,192)
#E1FAC7
(225,250,199)
#E5FACE
(229,250,206)
#E9FAD5
(233,250,213)
#EDFADC
(237,250,220)
#F1FAE3
(241,250,227)
#F5FAEA
(245,250,234)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1FAAB; }

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

This text font color is #D1FAAB.


Background Color

.myBgColor { background-color: #D1FAAB; }

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

This div background color is #D1FAAB.


Border color

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

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

This div border color is #D1FAAB.


Opacity

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

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

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

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

This text has shadow with #D1FAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1FAAB on black background.


Color preview on white background

This text has color #D1FAAB on white background.



Black color preview on #D1FAAB background

This text has black color on #D1FAAB background.


White color preview on #D1FAAB background

This text has white color on #D1FAAB background.