COLOR #D2F1AD

HEX: #D2F1AD RGB: (210,241,173)

Color info

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

RGB color model

#D2F1AD color RGB value is (210,241,173).

RGB: (210,241,173) (82%, 95%, 68%)

RGB channels and saturation

R 210 of 255 = 82%
G 241 of 255 = 95%
B 173 of 255 = 68%

210
241
173

R + G + B ~ 82%. #D2F1AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 241 + 173 = 624 (100%)
R 210 of 624 ~ 33.65%
G 241 of 624 ~ 38.62%
B 173 of 624 ~ 27.72'%

%33.65
%38.62
%27.72

CMYK color model

#D2F1AD color CMYK value is (13,0,28,5).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 5.49%

CMYK: (13,0,28,5)
C13M0Y28K5 (13%, 0%, 28%, 5%)
(0.13 / 0.00 / 0.28 / 0.05)

CMYK percentages

%12.86
%0
%28.22
%5.49

Codes

Color #D2F1AD in popluar color models

D2 F1 AD
RGB 210 241 173
HSL 87° 70.83% 81.18%
HSB/HSV 87° 28.22% 94.51%
CMYK 12.86% 0.00% 28.22%
5.49%

Color #D2F1AD in popluar number systems.

HEX D2 F1 AD
Decimal 210 241 173
Binary 11010010 11110001 10101101
Octal 322 361 255

Shades and tints

Shades of #D2F1AD

#D2F1AD
(210,241,173)
#BFDC9E
(191,220,158)
#ACC78F
(172,199,143)
#99B280
(153,178,128)
#869D71
(134,157,113)
#738862
(115,136,98)
#607353
(96,115,83)
#4D5E44
(77,94,68)
#3A4935
(58,73,53)
#273426
(39,52,38)
#141F17
(20,31,23)
#000000
(0,0,0)

Tints of #D2F1AD

#D2F1AD
(210,241,173)
#D6F2B4
(214,242,180)
#DAF3BB
(218,243,187)
#DEF4C2
(222,244,194)
#E2F5C9
(226,245,201)
#E6F6D0
(230,246,208)
#EAF7D7
(234,247,215)
#EEF8DE
(238,248,222)
#F2F9E5
(242,249,229)
#F6FAEC
(246,250,236)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F1AD; }

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

This text font color is #D2F1AD.

Background Color

.myBgColor { background-color: #D2F1AD; }

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

This div background color is #D2F1AD.

Border color

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

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

This div border color is #D2F1AD.

Opacity

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

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

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

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

This text has shadow with #D2F1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2F1AD.

Preview

Color preview on black background

This text has color #D2F1AD on black background.


Color preview on white background

This text has color #D2F1AD on white background.


Black color preview on #D2F1AD background

This text has black color on #D2F1AD background.


White color preview on #D2F1AD background

This text has white color on #D2F1AD background.


Related colors

Complementary color

Complementary color for #hex is #2D0E52.


I love getcolorcode.com

Triadic colors

1 #ADD2F1 and #F1ADD2 with #D2F1AD are triadic colors.

2 #ADF1D2 and #F1D2AD with #D2F1AD are triadic colors.