COLOR #D2F0AD

HEX: #D2F0AD
RGB: (210,240,173)

Color info

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

RGB color model

#D2F0AD color RGB value is (210,240,173).

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

RGB channels and saturation

R 210 of 255 = 82%
G 240 of 255 = 94%
B 173 of 255 = 68%

210
240
173

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

Portions of RGB colors in percentages

R + G + B =
210 + 240 + 173 = 623 (100%)
R 210 of 623 ~ 33.71%
G 240 of 623 ~ 38.52%
B 173 of 623 ~ 27.77%

%33.71
%38.52
%27.77

CMYK color model

#D2F0AD color CMYK value is (13,0,28,6).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 5.88%
CMYK:
(13,0,28,6)
C13M0Y28K6 
(13%,0%,28%,6%)
(0.13/0.00/0.28/0.06)	

CMYK percentages

%12.5
%0
%27.92
%5.88

Codes

Color #D2F0AD in popluar color models

D2F0AD
RGB210240173
HSL87°69.07%80.98%
HSB/HSV87°27.92%94.12%
CMYK12.50%0.00%27.92%
5.88%

Color #D2F0AD in popluar number systems.

HEXD2F0AD
Decimal210240173
Binary110100101111000010101101
Octal322360255

Shades and tints

Shades of #D2F0AD

#D2F0AD
(210,240,173)
#BFDB9E
(191,219,158)
#ACC68F
(172,198,143)
#99B180
(153,177,128)
#869C71
(134,156,113)
#738762
(115,135,98)
#607253
(96,114,83)
#4D5D44
(77,93,68)
#3A4835
(58,72,53)
#273326
(39,51,38)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #D2F0AD

#D2F0AD
(210,240,173)
#D6F1B4
(214,241,180)
#DAF2BB
(218,242,187)
#DEF3C2
(222,243,194)
#E2F4C9
(226,244,201)
#E6F5D0
(230,245,208)
#EAF6D7
(234,246,215)
#EEF7DE
(238,247,222)
#F2F8E5
(242,248,229)
#F6F9EC
(246,249,236)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F0AD; }

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

This text font color is #D2F0AD.


Background Color

.myBgColor { background-color: #D2F0AD; }

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

This div background color is #D2F0AD.


Border color

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

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

This div border color is #D2F0AD.


Opacity

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

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

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

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

This text has shadow with #D2F0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F0AD on black background.


Color preview on white background

This text has color #D2F0AD on white background.



Black color preview on #D2F0AD background

This text has black color on #D2F0AD background.


White color preview on #D2F0AD background

This text has white color on #D2F0AD background.