COLOR #D2F8D1

HEX: #D2F8D1
RGB: (210,248,209)

Color info

#D2F8D1 contains red, green and blue colors in about the same proportion. Web safe color of #D2F8D1 is #CCFFCC (or #CFC).

RGB color model

#D2F8D1 color RGB value is (210,248,209).

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

RGB channels and saturation

R 210 of 255 = 82%
G 248 of 255 = 97%
B 209 of 255 = 82%

210
248
209

R + G + B ~ 87%. #D2F8D1 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 248 + 209 = 667 (100%)
R 210 of 667 ~ 31.48%
G 248 of 667 ~ 37.18%
B 209 of 667 ~ 31.33%

%31.48
%37.18
%31.33

CMYK color model

#D2F8D1 color CMYK value is (15,0,16,3).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 2.75%
CMYK:
(15,0,16,3)
C15M0Y16K3 
(15%,0%,16%,3%)
(0.15/0.00/0.16/0.03)	

CMYK percentages

%15.32
%0
%15.73
%2.75

Codes

Color #D2F8D1 in popluar color models

D2F8D1
RGB210248209
HSL118°73.58%89.61%
HSB/HSV118°15.73%97.25%
CMYK15.32%0.00%15.73%
2.75%

Color #D2F8D1 in popluar number systems.

HEXD2F8D1
Decimal210248209
Binary110100101111100011010001
Octal322370321

Shades and tints

Shades of #D2F8D1

#D2F8D1
(210,248,209)
#BFE2BE
(191,226,190)
#ACCCAB
(172,204,171)
#99B698
(153,182,152)
#86A085
(134,160,133)
#738A72
(115,138,114)
#60745F
(96,116,95)
#4D5E4C
(77,94,76)
#3A4839
(58,72,57)
#273226
(39,50,38)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #D2F8D1

#D2F8D1
(210,248,209)
#D6F8D5
(214,248,213)
#DAF8D9
(218,248,217)
#DEF8DD
(222,248,221)
#E2F8E1
(226,248,225)
#E6F8E5
(230,248,229)
#EAF8E9
(234,248,233)
#EEF8ED
(238,248,237)
#F2F8F1
(242,248,241)
#F6F8F5
(246,248,245)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F8D1; }

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

This text font color is #D2F8D1.


Background Color

.myBgColor { background-color: #D2F8D1; }

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

This div background color is #D2F8D1.


Border color

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

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

This div border color is #D2F8D1.


Opacity

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

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

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

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

This text has shadow with #D2F8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F8D1 on black background.


Color preview on white background

This text has color #D2F8D1 on white background.



Black color preview on #D2F8D1 background

This text has black color on #D2F8D1 background.


White color preview on #D2F8D1 background

This text has white color on #D2F8D1 background.