COLOR #D2F8DE

HEX: #D2F8DE
RGB: (210,248,222)

Color info

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

RGB color model

#D2F8DE color RGB value is (210,248,222).

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

RGB channels and saturation

R 210 of 255 = 82%
G 248 of 255 = 97%
B 222 of 255 = 87%

210
248
222

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

Portions of RGB colors in percentages

R + G + B =
210 + 248 + 222 = 680 (100%)
R 210 of 680 ~ 30.88%
G 248 of 680 ~ 36.47%
B 222 of 680 ~ 32.65%

%30.88
%36.47
%32.65

CMYK color model

#D2F8DE color CMYK value is (15,0,10,3).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 2.75%
CMYK:
(15,0,10,3)
C15M0Y10K3 
(15%,0%,10%,3%)
(0.15/0.00/0.10/0.03)	

CMYK percentages

%15.32
%0
%10.48
%2.75

Codes

Color #D2F8DE in popluar color models

D2F8DE
RGB210248222
HSL139°73.08%89.80%
HSB/HSV139°15.32%97.25%
CMYK15.32%0.00%10.48%
2.75%

Color #D2F8DE in popluar number systems.

HEXD2F8DE
Decimal210248222
Binary110100101111100011011110
Octal322370336

Shades and tints

Shades of #D2F8DE

#D2F8DE
(210,248,222)
#BFE2CA
(191,226,202)
#ACCCB6
(172,204,182)
#99B6A2
(153,182,162)
#86A08E
(134,160,142)
#738A7A
(115,138,122)
#607466
(96,116,102)
#4D5E52
(77,94,82)
#3A483E
(58,72,62)
#27322A
(39,50,42)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #D2F8DE

#D2F8DE
(210,248,222)
#D6F8E1
(214,248,225)
#DAF8E4
(218,248,228)
#DEF8E7
(222,248,231)
#E2F8EA
(226,248,234)
#E6F8ED
(230,248,237)
#EAF8F0
(234,248,240)
#EEF8F3
(238,248,243)
#F2F8F6
(242,248,246)
#F6F8F9
(246,248,249)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F8DE; }

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

This text font color is #D2F8DE.


Background Color

.myBgColor { background-color: #D2F8DE; }

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

This div background color is #D2F8DE.


Border color

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

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

This div border color is #D2F8DE.


Opacity

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

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

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

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

This text has shadow with #D2F8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F8DE on black background.


Color preview on white background

This text has color #D2F8DE on white background.



Black color preview on #D2F8DE background

This text has black color on #D2F8DE background.


White color preview on #D2F8DE background

This text has white color on #D2F8DE background.