COLOR #D2F8E0

HEX: #D2F8E0
RGB: (210,248,224)

Color info

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

RGB color model

#D2F8E0 color RGB value is (210,248,224).

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

RGB channels and saturation

R 210 of 255 = 82%
G 248 of 255 = 97%
B 224 of 255 = 88%

210
248
224

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

Portions of RGB colors in percentages

R + G + B =
210 + 248 + 224 = 682 (100%)
R 210 of 682 ~ 30.79%
G 248 of 682 ~ 36.36%
B 224 of 682 ~ 32.84%

%30.79
%36.36
%32.84

CMYK color model

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

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • 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
%9.68
%2.75

Codes

Color #D2F8E0 in popluar color models

D2F8E0
RGB210248224
HSL142°73.08%89.80%
HSB/HSV142°15.32%97.25%
CMYK15.32%0.00%9.68%
2.75%

Color #D2F8E0 in popluar number systems.

HEXD2F8E0
Decimal210248224
Binary110100101111100011100000
Octal322370340

Shades and tints

Shades of #D2F8E0

#D2F8E0
(210,248,224)
#BFE2CC
(191,226,204)
#ACCCB8
(172,204,184)
#99B6A4
(153,182,164)
#86A090
(134,160,144)
#738A7C
(115,138,124)
#607468
(96,116,104)
#4D5E54
(77,94,84)
#3A4840
(58,72,64)
#27322C
(39,50,44)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #D2F8E0

#D2F8E0
(210,248,224)
#D6F8E2
(214,248,226)
#DAF8E4
(218,248,228)
#DEF8E6
(222,248,230)
#E2F8E8
(226,248,232)
#E6F8EA
(230,248,234)
#EAF8EC
(234,248,236)
#EEF8EE
(238,248,238)
#F2F8F0
(242,248,240)
#F6F8F2
(246,248,242)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F8E0; }

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

This text font color is #D2F8E0.


Background Color

.myBgColor { background-color: #D2F8E0; }

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

This div background color is #D2F8E0.


Border color

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

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

This div border color is #D2F8E0.


Opacity

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

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

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

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

This text has shadow with #D2F8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F8E0 on black background.


Color preview on white background

This text has color #D2F8E0 on white background.



Black color preview on #D2F8E0 background

This text has black color on #D2F8E0 background.


White color preview on #D2F8E0 background

This text has white color on #D2F8E0 background.