COLOR #D1F0AA

HEX: #D1F0AA
RGB: (209,240,170)

Color info

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

RGB color model

#D1F0AA color RGB value is (209,240,170).

  • red value is 209;
  • green value is 240;
  • blue value is 170.
RGB:
(209,240,170)
(82%,94%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 240 of 255 = 94%
B 170 of 255 = 67%

209
240
170

R + G + B ~ 81%. #D1F0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 240 + 170 = 619 (100%)
R 209 of 619 ~ 33.76%
G 240 of 619 ~ 38.77%
B 170 of 619 ~ 27.46%

%33.76
%38.77
%27.46

CMYK color model

#D1F0AA color CMYK value is (13,0,29,6).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 5.88%
CMYK:
(13,0,29,6)
C13M0Y29K6 
(13%,0%,29%,6%)
(0.13/0.00/0.29/0.06)	

CMYK percentages

%12.92
%0
%29.17
%5.88

Codes

Color #D1F0AA in popluar color models

D1F0AA
RGB209240170
HSL87°70.00%80.39%
HSB/HSV87°29.17%94.12%
CMYK12.92%0.00%29.17%
5.88%

Color #D1F0AA in popluar number systems.

HEXD1F0AA
Decimal209240170
Binary110100011111000010101010
Octal321360252

Shades and tints

Shades of #D1F0AA

#D1F0AA
(209,240,170)
#BEDB9B
(190,219,155)
#ABC68C
(171,198,140)
#98B17D
(152,177,125)
#859C6E
(133,156,110)
#72875F
(114,135,95)
#5F7250
(95,114,80)
#4C5D41
(76,93,65)
#394832
(57,72,50)
#263323
(38,51,35)
#131E14
(19,30,20)
#000000
(0,0,0)

Tints of #D1F0AA

#D1F0AA
(209,240,170)
#D5F1B1
(213,241,177)
#D9F2B8
(217,242,184)
#DDF3BF
(221,243,191)
#E1F4C6
(225,244,198)
#E5F5CD
(229,245,205)
#E9F6D4
(233,246,212)
#EDF7DB
(237,247,219)
#F1F8E2
(241,248,226)
#F5F9E9
(245,249,233)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F0AA color. Also use rgb(209,240,170) instead hex code.

Text Font Color

.myTextColor { color: #D1F0AA; }

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

This text font color is #D1F0AA.


Background Color

.myBgColor { background-color: #D1F0AA; }

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

This div background color is #D1F0AA.


Border color

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

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

This div border color is #D1F0AA.


Opacity

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

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

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

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

This text has shadow with #D1F0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F0AA on black background.


Color preview on white background

This text has color #D1F0AA on white background.



Black color preview on #D1F0AA background

This text has black color on #D1F0AA background.


White color preview on #D1F0AA background

This text has white color on #D1F0AA background.