COLOR #D2F0AB

HEX: #D2F0AB
RGB: (210,240,171)

Color info

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

RGB color model

#D2F0AB color RGB value is (210,240,171).

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

RGB channels and saturation

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

210
240
171

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

Portions of RGB colors in percentages

R + G + B =
210 + 240 + 171 = 621 (100%)
R 210 of 621 ~ 33.82%
G 240 of 621 ~ 38.65%
B 171 of 621 ~ 27.54%

%33.82
%38.65
%27.54

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 28.75%
  • 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
%28.75
%5.88

Codes

Color #D2F0AB in popluar color models

D2F0AB
RGB210240171
HSL86°69.70%80.59%
HSB/HSV86°28.75%94.12%
CMYK12.50%0.00%28.75%
5.88%

Color #D2F0AB in popluar number systems.

HEXD2F0AB
Decimal210240171
Binary110100101111000010101011
Octal322360253

Shades and tints

Shades of #D2F0AB

#D2F0AB
(210,240,171)
#BFDB9C
(191,219,156)
#ACC68D
(172,198,141)
#99B17E
(153,177,126)
#869C6F
(134,156,111)
#738760
(115,135,96)
#607251
(96,114,81)
#4D5D42
(77,93,66)
#3A4833
(58,72,51)
#273324
(39,51,36)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #D2F0AB

#D2F0AB
(210,240,171)
#D6F1B2
(214,241,178)
#DAF2B9
(218,242,185)
#DEF3C0
(222,243,192)
#E2F4C7
(226,244,199)
#E6F5CE
(230,245,206)
#EAF6D5
(234,246,213)
#EEF7DC
(238,247,220)
#F2F8E3
(242,248,227)
#F6F9EA
(246,249,234)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F0AB; }

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

This text font color is #D2F0AB.


Background Color

.myBgColor { background-color: #D2F0AB; }

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

This div background color is #D2F0AB.


Border color

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

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

This div border color is #D2F0AB.


Opacity

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

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

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

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

This text has shadow with #D2F0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F0AB on black background.


Color preview on white background

This text has color #D2F0AB on white background.



Black color preview on #D2F0AB background

This text has black color on #D2F0AB background.


White color preview on #D2F0AB background

This text has white color on #D2F0AB background.