COLOR #D2F0AA

HEX: #D2F0AA
RGB: (210,240,170)

Color info

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

RGB color model

#D2F0AA color RGB value is (210,240,170).

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

RGB channels and saturation

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

210
240
170

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

Portions of RGB colors in percentages

R + G + B =
210 + 240 + 170 = 620 (100%)
R 210 of 620 ~ 33.87%
G 240 of 620 ~ 38.71%
B 170 of 620 ~ 27.42%

%33.87
%38.71
%27.42

CMYK color model

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

  • cyan value is 12.50%
  • 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.5
%0
%29.17
%5.88

Codes

Color #D2F0AA in popluar color models

D2F0AA
RGB210240170
HSL86°70.00%80.39%
HSB/HSV86°29.17%94.12%
CMYK12.50%0.00%29.17%
5.88%

Color #D2F0AA in popluar number systems.

HEXD2F0AA
Decimal210240170
Binary110100101111000010101010
Octal322360252

Shades and tints

Shades of #D2F0AA

#D2F0AA
(210,240,170)
#BFDB9B
(191,219,155)
#ACC68C
(172,198,140)
#99B17D
(153,177,125)
#869C6E
(134,156,110)
#73875F
(115,135,95)
#607250
(96,114,80)
#4D5D41
(77,93,65)
#3A4832
(58,72,50)
#273323
(39,51,35)
#141E14
(20,30,20)
#000000
(0,0,0)

Tints of #D2F0AA

#D2F0AA
(210,240,170)
#D6F1B1
(214,241,177)
#DAF2B8
(218,242,184)
#DEF3BF
(222,243,191)
#E2F4C6
(226,244,198)
#E6F5CD
(230,245,205)
#EAF6D4
(234,246,212)
#EEF7DB
(238,247,219)
#F2F8E2
(242,248,226)
#F6F9E9
(246,249,233)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F0AA; }

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

This text font color is #D2F0AA.


Background Color

.myBgColor { background-color: #D2F0AA; }

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

This div background color is #D2F0AA.


Border color

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

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

This div border color is #D2F0AA.


Opacity

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

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

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

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

This text has shadow with #D2F0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F0AA on black background.


Color preview on white background

This text has color #D2F0AA on white background.



Black color preview on #D2F0AA background

This text has black color on #D2F0AA background.


White color preview on #D2F0AA background

This text has white color on #D2F0AA background.