COLOR #D2F5A7

HEX: #D2F5A7
RGB: (210,245,167)

Color info

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

RGB color model

#D2F5A7 color RGB value is (210,245,167).

  • red value is 210;
  • green value is 245;
  • blue value is 167.
RGB:
(210,245,167)
(82%,96%,65%)

RGB channels and saturation

R 210 of 255 = 82%
G 245 of 255 = 96%
B 167 of 255 = 65%

210
245
167

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

Portions of RGB colors in percentages

R + G + B =
210 + 245 + 167 = 622 (100%)
R 210 of 622 ~ 33.76%
G 245 of 622 ~ 39.39%
B 167 of 622 ~ 26.85%

%33.76
%39.39
%26.85

CMYK color model

#D2F5A7 color CMYK value is (14,0,32,4).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 31.84%
  • key color value is 3.92%
CMYK:
(14,0,32,4)
C14M0Y32K4 
(14%,0%,32%,4%)
(0.14/0.00/0.32/0.04)	

CMYK percentages

%14.29
%0
%31.84
%3.92

Codes

Color #D2F5A7 in popluar color models

D2F5A7
RGB210245167
HSL87°79.59%80.78%
HSB/HSV87°31.84%96.08%
CMYK14.29%0.00%31.84%
3.92%

Color #D2F5A7 in popluar number systems.

HEXD2F5A7
Decimal210245167
Binary110100101111010110100111
Octal322365247

Shades and tints

Shades of #D2F5A7

#D2F5A7
(210,245,167)
#BFDF98
(191,223,152)
#ACC989
(172,201,137)
#99B37A
(153,179,122)
#869D6B
(134,157,107)
#73875C
(115,135,92)
#60714D
(96,113,77)
#4D5B3E
(77,91,62)
#3A452F
(58,69,47)
#272F20
(39,47,32)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #D2F5A7

#D2F5A7
(210,245,167)
#D6F5AF
(214,245,175)
#DAF5B7
(218,245,183)
#DEF5BF
(222,245,191)
#E2F5C7
(226,245,199)
#E6F5CF
(230,245,207)
#EAF5D7
(234,245,215)
#EEF5DF
(238,245,223)
#F2F5E7
(242,245,231)
#F6F5EF
(246,245,239)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F5A7 color. Also use rgb(210,245,167) instead hex code.

Text Font Color

.myTextColor { color: #D2F5A7; }

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

This text font color is #D2F5A7.


Background Color

.myBgColor { background-color: #D2F5A7; }

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

This div background color is #D2F5A7.


Border color

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

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

This div border color is #D2F5A7.


Opacity

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

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

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

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

This text has shadow with #D2F5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F5A7 on black background.


Color preview on white background

This text has color #D2F5A7 on white background.



Black color preview on #D2F5A7 background

This text has black color on #D2F5A7 background.


White color preview on #D2F5A7 background

This text has white color on #D2F5A7 background.