COLOR #D2F8A7

HEX: #D2F8A7
RGB: (210,248,167)

Color info

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

RGB color model

#D2F8A7 color RGB value is (210,248,167).

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

RGB channels and saturation

R 210 of 255 = 82%
G 248 of 255 = 97%
B 167 of 255 = 65%

210
248
167

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

Portions of RGB colors in percentages

R + G + B =
210 + 248 + 167 = 625 (100%)
R 210 of 625 ~ 33.6%
G 248 of 625 ~ 39.68%
B 167 of 625 ~ 26.72%

%33.6
%39.68
%26.72

CMYK color model

#D2F8A7 color CMYK value is (15,0,33,3).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 32.66%
  • key color value is 2.75%
CMYK:
(15,0,33,3)
C15M0Y33K3 
(15%,0%,33%,3%)
(0.15/0.00/0.33/0.03)	

CMYK percentages

%15.32
%0
%32.66
%2.75

Codes

Color #D2F8A7 in popluar color models

D2F8A7
RGB210248167
HSL88°85.26%81.37%
HSB/HSV88°32.66%97.25%
CMYK15.32%0.00%32.66%
2.75%

Color #D2F8A7 in popluar number systems.

HEXD2F8A7
Decimal210248167
Binary110100101111100010100111
Octal322370247

Shades and tints

Shades of #D2F8A7

#D2F8A7
(210,248,167)
#BFE298
(191,226,152)
#ACCC89
(172,204,137)
#99B67A
(153,182,122)
#86A06B
(134,160,107)
#738A5C
(115,138,92)
#60744D
(96,116,77)
#4D5E3E
(77,94,62)
#3A482F
(58,72,47)
#273220
(39,50,32)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #D2F8A7

#D2F8A7
(210,248,167)
#D6F8AF
(214,248,175)
#DAF8B7
(218,248,183)
#DEF8BF
(222,248,191)
#E2F8C7
(226,248,199)
#E6F8CF
(230,248,207)
#EAF8D7
(234,248,215)
#EEF8DF
(238,248,223)
#F2F8E7
(242,248,231)
#F6F8EF
(246,248,239)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F8A7; }

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

This text font color is #D2F8A7.


Background Color

.myBgColor { background-color: #D2F8A7; }

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

This div background color is #D2F8A7.


Border color

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

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

This div border color is #D2F8A7.


Opacity

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

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

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

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

This text has shadow with #D2F8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F8A7 on black background.


Color preview on white background

This text has color #D2F8A7 on white background.



Black color preview on #D2F8A7 background

This text has black color on #D2F8A7 background.


White color preview on #D2F8A7 background

This text has white color on #D2F8A7 background.