COLOR #D2F2D8

HEX: #D2F2D8
RGB: (210,242,216)

Color info

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

RGB color model

#D2F2D8 color RGB value is (210,242,216).

  • red value is 210;
  • green value is 242;
  • blue value is 216.
RGB:
(210,242,216)
(82%,95%,85%)

RGB channels and saturation

R 210 of 255 = 82%
G 242 of 255 = 95%
B 216 of 255 = 85%

210
242
216

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

Portions of RGB colors in percentages

R + G + B =
210 + 242 + 216 = 668 (100%)
R 210 of 668 ~ 31.44%
G 242 of 668 ~ 36.23%
B 216 of 668 ~ 32.34%

%31.44
%36.23
%32.34

CMYK color model

#D2F2D8 color CMYK value is (13,0,11,5).

  • cyan value is 13.22%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 5.10%
CMYK:
(13,0,11,5)
C13M0Y11K5 
(13%,0%,11%,5%)
(0.13/0.00/0.11/0.05)	

CMYK percentages

%13.22
%0
%10.74
%5.1

Codes

Color #D2F2D8 in popluar color models

D2F2D8
RGB210242216
HSL131°55.17%88.63%
HSB/HSV131°13.22%94.90%
CMYK13.22%0.00%10.74%
5.10%

Color #D2F2D8 in popluar number systems.

HEXD2F2D8
Decimal210242216
Binary110100101111001011011000
Octal322362330

Shades and tints

Shades of #D2F2D8

#D2F2D8
(210,242,216)
#BFDCC5
(191,220,197)
#ACC6B2
(172,198,178)
#99B09F
(153,176,159)
#869A8C
(134,154,140)
#738479
(115,132,121)
#606E66
(96,110,102)
#4D5853
(77,88,83)
#3A4240
(58,66,64)
#272C2D
(39,44,45)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #D2F2D8

#D2F2D8
(210,242,216)
#D6F3DB
(214,243,219)
#DAF4DE
(218,244,222)
#DEF5E1
(222,245,225)
#E2F6E4
(226,246,228)
#E6F7E7
(230,247,231)
#EAF8EA
(234,248,234)
#EEF9ED
(238,249,237)
#F2FAF0
(242,250,240)
#F6FBF3
(246,251,243)
#FAFCF6
(250,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F2D8 color. Also use rgb(210,242,216) instead hex code.

Text Font Color

.myTextColor { color: #D2F2D8; }

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

This text font color is #D2F2D8.


Background Color

.myBgColor { background-color: #D2F2D8; }

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

This div background color is #D2F2D8.


Border color

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

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

This div border color is #D2F2D8.


Opacity

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

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

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

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

This text has shadow with #D2F2D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F2D8 on black background.


Color preview on white background

This text has color #D2F2D8 on white background.



Black color preview on #D2F2D8 background

This text has black color on #D2F2D8 background.


White color preview on #D2F2D8 background

This text has white color on #D2F2D8 background.