COLOR #D2F4D8

HEX: #D2F4D8
RGB: (210,244,216)

Color info

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

RGB color model

#D2F4D8 color RGB value is (210,244,216).

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

RGB channels and saturation

R 210 of 255 = 82%
G 244 of 255 = 96%
B 216 of 255 = 85%

210
244
216

R + G + B ~ 88%. #D2F4D8 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 244 + 216 = 670 (100%)
R 210 of 670 ~ 31.34%
G 244 of 670 ~ 36.42%
B 216 of 670 ~ 32.24%

%31.34
%36.42
%32.24

CMYK color model

#D2F4D8 color CMYK value is (14,0,11,4).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 4.31%
CMYK:
(14,0,11,4)
C14M0Y11K4 
(14%,0%,11%,4%)
(0.14/0.00/0.11/0.04)	

CMYK percentages

%13.93
%0
%11.48
%4.31

Codes

Color #D2F4D8 in popluar color models

D2F4D8
RGB210244216
HSL131°60.71%89.02%
HSB/HSV131°13.93%95.69%
CMYK13.93%0.00%11.48%
4.31%

Color #D2F4D8 in popluar number systems.

HEXD2F4D8
Decimal210244216
Binary110100101111010011011000
Octal322364330

Shades and tints

Shades of #D2F4D8

#D2F4D8
(210,244,216)
#BFDEC5
(191,222,197)
#ACC8B2
(172,200,178)
#99B29F
(153,178,159)
#869C8C
(134,156,140)
#738679
(115,134,121)
#607066
(96,112,102)
#4D5A53
(77,90,83)
#3A4440
(58,68,64)
#272E2D
(39,46,45)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #D2F4D8

#D2F4D8
(210,244,216)
#D6F5DB
(214,245,219)
#DAF6DE
(218,246,222)
#DEF7E1
(222,247,225)
#E2F8E4
(226,248,228)
#E6F9E7
(230,249,231)
#EAFAEA
(234,250,234)
#EEFBED
(238,251,237)
#F2FCF0
(242,252,240)
#F6FDF3
(246,253,243)
#FAFEF6
(250,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F4D8; }

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

This text font color is #D2F4D8.


Background Color

.myBgColor { background-color: #D2F4D8; }

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

This div background color is #D2F4D8.


Border color

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

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

This div border color is #D2F4D8.


Opacity

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

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

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

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

This text has shadow with #D2F4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F4D8 on black background.


Color preview on white background

This text has color #D2F4D8 on white background.



Black color preview on #D2F4D8 background

This text has black color on #D2F4D8 background.


White color preview on #D2F4D8 background

This text has white color on #D2F4D8 background.