COLOR #D2F7AE

HEX: #D2F7AE
RGB: (210,247,174)

Color info

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

RGB color model

#D2F7AE color RGB value is (210,247,174).

  • red value is 210;
  • green value is 247;
  • blue value is 174.
RGB:
(210,247,174)
(82%,97%,68%)

RGB channels and saturation

R 210 of 255 = 82%
G 247 of 255 = 97%
B 174 of 255 = 68%

210
247
174

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

Portions of RGB colors in percentages

R + G + B =
210 + 247 + 174 = 631 (100%)
R 210 of 631 ~ 33.28%
G 247 of 631 ~ 39.14%
B 174 of 631 ~ 27.58%

%33.28
%39.14
%27.58

CMYK color model

#D2F7AE color CMYK value is (15,0,30,3).

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 3.14%
CMYK:
(15,0,30,3)
C15M0Y30K3 
(15%,0%,30%,3%)
(0.15/0.00/0.30/0.03)	

CMYK percentages

%14.98
%0
%29.55
%3.14

Codes

Color #D2F7AE in popluar color models

D2F7AE
RGB210247174
HSL90°82.02%82.55%
HSB/HSV90°29.55%96.86%
CMYK14.98%0.00%29.55%
3.14%

Color #D2F7AE in popluar number systems.

HEXD2F7AE
Decimal210247174
Binary110100101111011110101110
Octal322367256

Shades and tints

Shades of #D2F7AE

#D2F7AE
(210,247,174)
#BFE19F
(191,225,159)
#ACCB90
(172,203,144)
#99B581
(153,181,129)
#869F72
(134,159,114)
#738963
(115,137,99)
#607354
(96,115,84)
#4D5D45
(77,93,69)
#3A4736
(58,71,54)
#273127
(39,49,39)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #D2F7AE

#D2F7AE
(210,247,174)
#D6F7B5
(214,247,181)
#DAF7BC
(218,247,188)
#DEF7C3
(222,247,195)
#E2F7CA
(226,247,202)
#E6F7D1
(230,247,209)
#EAF7D8
(234,247,216)
#EEF7DF
(238,247,223)
#F2F7E6
(242,247,230)
#F6F7ED
(246,247,237)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F7AE color. Also use rgb(210,247,174) instead hex code.

Text Font Color

.myTextColor { color: #D2F7AE; }

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

This text font color is #D2F7AE.


Background Color

.myBgColor { background-color: #D2F7AE; }

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

This div background color is #D2F7AE.


Border color

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

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

This div border color is #D2F7AE.


Opacity

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

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

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

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

This text has shadow with #D2F7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F7AE on black background.


Color preview on white background

This text has color #D2F7AE on white background.



Black color preview on #D2F7AE background

This text has black color on #D2F7AE background.


White color preview on #D2F7AE background

This text has white color on #D2F7AE background.