COLOR #D2F7AC

HEX: #D2F7AC
RGB: (210,247,172)

Color info

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

RGB color model

#D2F7AC color RGB value is (210,247,172).

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

RGB channels and saturation

R 210 of 255 = 82%
G 247 of 255 = 97%
B 172 of 255 = 67%

210
247
172

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

Portions of RGB colors in percentages

R + G + B =
210 + 247 + 172 = 629 (100%)
R 210 of 629 ~ 33.39%
G 247 of 629 ~ 39.27%
B 172 of 629 ~ 27.34%

%33.39
%39.27
%27.34

CMYK color model

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

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • 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
%30.36
%3.14

Codes

Color #D2F7AC in popluar color models

D2F7AC
RGB210247172
HSL90°82.42%82.16%
HSB/HSV90°30.36%96.86%
CMYK14.98%0.00%30.36%
3.14%

Color #D2F7AC in popluar number systems.

HEXD2F7AC
Decimal210247172
Binary110100101111011110101100
Octal322367254

Shades and tints

Shades of #D2F7AC

#D2F7AC
(210,247,172)
#BFE19D
(191,225,157)
#ACCB8E
(172,203,142)
#99B57F
(153,181,127)
#869F70
(134,159,112)
#738961
(115,137,97)
#607352
(96,115,82)
#4D5D43
(77,93,67)
#3A4734
(58,71,52)
#273125
(39,49,37)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #D2F7AC

#D2F7AC
(210,247,172)
#D6F7B3
(214,247,179)
#DAF7BA
(218,247,186)
#DEF7C1
(222,247,193)
#E2F7C8
(226,247,200)
#E6F7CF
(230,247,207)
#EAF7D6
(234,247,214)
#EEF7DD
(238,247,221)
#F2F7E4
(242,247,228)
#F6F7EB
(246,247,235)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F7AC; }

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

This text font color is #D2F7AC.


Background Color

.myBgColor { background-color: #D2F7AC; }

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

This div background color is #D2F7AC.


Border color

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

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

This div border color is #D2F7AC.


Opacity

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

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

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

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

This text has shadow with #D2F7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F7AC on black background.


Color preview on white background

This text has color #D2F7AC on white background.



Black color preview on #D2F7AC background

This text has black color on #D2F7AC background.


White color preview on #D2F7AC background

This text has white color on #D2F7AC background.