COLOR #D2F1AA

HEX: #D2F1AA
RGB: (210,241,170)

Color info

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

RGB color model

#D2F1AA color RGB value is (210,241,170).

  • red value is 210;
  • green value is 241;
  • blue value is 170.
RGB:
(210,241,170)
(82%,95%,67%)

RGB channels and saturation

R 210 of 255 = 82%
G 241 of 255 = 95%
B 170 of 255 = 67%

210
241
170

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

Portions of RGB colors in percentages

R + G + B =
210 + 241 + 170 = 621 (100%)
R 210 of 621 ~ 33.82%
G 241 of 621 ~ 38.81%
B 170 of 621 ~ 27.38%

%33.82
%38.81
%27.38

CMYK color model

#D2F1AA color CMYK value is (13,0,29,5).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 5.49%
CMYK:
(13,0,29,5)
C13M0Y29K5 
(13%,0%,29%,5%)
(0.13/0.00/0.29/0.05)	

CMYK percentages

%12.86
%0
%29.46
%5.49

Codes

Color #D2F1AA in popluar color models

D2F1AA
RGB210241170
HSL86°71.72%80.59%
HSB/HSV86°29.46%94.51%
CMYK12.86%0.00%29.46%
5.49%

Color #D2F1AA in popluar number systems.

HEXD2F1AA
Decimal210241170
Binary110100101111000110101010
Octal322361252

Shades and tints

Shades of #D2F1AA

#D2F1AA
(210,241,170)
#BFDC9B
(191,220,155)
#ACC78C
(172,199,140)
#99B27D
(153,178,125)
#869D6E
(134,157,110)
#73885F
(115,136,95)
#607350
(96,115,80)
#4D5E41
(77,94,65)
#3A4932
(58,73,50)
#273423
(39,52,35)
#141F14
(20,31,20)
#000000
(0,0,0)

Tints of #D2F1AA

#D2F1AA
(210,241,170)
#D6F2B1
(214,242,177)
#DAF3B8
(218,243,184)
#DEF4BF
(222,244,191)
#E2F5C6
(226,245,198)
#E6F6CD
(230,246,205)
#EAF7D4
(234,247,212)
#EEF8DB
(238,248,219)
#F2F9E2
(242,249,226)
#F6FAE9
(246,250,233)
#FAFBF0
(250,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F1AA color. Also use rgb(210,241,170) instead hex code.

Text Font Color

.myTextColor { color: #D2F1AA; }

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

This text font color is #D2F1AA.


Background Color

.myBgColor { background-color: #D2F1AA; }

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

This div background color is #D2F1AA.


Border color

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

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

This div border color is #D2F1AA.


Opacity

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

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

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

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

This text has shadow with #D2F1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F1AA on black background.


Color preview on white background

This text has color #D2F1AA on white background.



Black color preview on #D2F1AA background

This text has black color on #D2F1AA background.


White color preview on #D2F1AA background

This text has white color on #D2F1AA background.