COLOR #D2FFD8

HEX: #D2FFD8
RGB: (210,255,216)

Color info

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

RGB color model

#D2FFD8 color RGB value is (210,255,216).

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

RGB channels and saturation

R 210 of 255 = 82%
G 255 of 255 = 100%
B 216 of 255 = 85%

210
255
216

R + G + B ~ 89%. #D2FFD8 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 255 + 216 = 681 (100%)
R 210 of 681 ~ 30.84%
G 255 of 681 ~ 37.44%
B 216 of 681 ~ 31.72%

%30.84
%37.44
%31.72

CMYK color model

#D2FFD8 color CMYK value is (18,0,15,0).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 0.00%
CMYK:
(18,0,15,0)
C18M0Y15K0 
(18%,0%,15%,0%)
(0.18/0.00/0.15/0.00)	

CMYK percentages

%17.65
%0
%15.29
%0

Codes

Color #D2FFD8 in popluar color models

D2FFD8
RGB210255216
HSL128°100.00%91.18%
HSB/HSV128°17.65%100.00%
CMYK17.65%0.00%15.29%
0.00%

Color #D2FFD8 in popluar number systems.

HEXD2FFD8
Decimal210255216
Binary110100101111111111011000
Octal322377330

Shades and tints

Shades of #D2FFD8

#D2FFD8
(210,255,216)
#BFE8C5
(191,232,197)
#ACD1B2
(172,209,178)
#99BA9F
(153,186,159)
#86A38C
(134,163,140)
#738C79
(115,140,121)
#607566
(96,117,102)
#4D5E53
(77,94,83)
#3A4740
(58,71,64)
#27302D
(39,48,45)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #D2FFD8

#D2FFD8
(210,255,216)
#D6FFDB
(214,255,219)
#DAFFDE
(218,255,222)
#DEFFE1
(222,255,225)
#E2FFE4
(226,255,228)
#E6FFE7
(230,255,231)
#EAFFEA
(234,255,234)
#EEFFED
(238,255,237)
#F2FFF0
(242,255,240)
#F6FFF3
(246,255,243)
#FAFFF6
(250,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2FFD8; }

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

This text font color is #D2FFD8.


Background Color

.myBgColor { background-color: #D2FFD8; }

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

This div background color is #D2FFD8.


Border color

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

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

This div border color is #D2FFD8.


Opacity

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

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

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

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

This text has shadow with #D2FFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2FFD8 on black background.


Color preview on white background

This text has color #D2FFD8 on white background.



Black color preview on #D2FFD8 background

This text has black color on #D2FFD8 background.


White color preview on #D2FFD8 background

This text has white color on #D2FFD8 background.