COLOR #D2F0E8

HEX: #D2F0E8
RGB: (210,240,232)

Color info

#D2F0E8 contains red, green and blue colors in about the same proportion. Web safe color of #D2F0E8 is #CCFFFF (or #CFF).

RGB color model

#D2F0E8 color RGB value is (210,240,232).

  • red value is 210;
  • green value is 240;
  • blue value is 232.
RGB:
(210,240,232)
(82%,94%,91%)

RGB channels and saturation

R 210 of 255 = 82%
G 240 of 255 = 94%
B 232 of 255 = 91%

210
240
232

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

Portions of RGB colors in percentages

R + G + B =
210 + 240 + 232 = 682 (100%)
R 210 of 682 ~ 30.79%
G 240 of 682 ~ 35.19%
B 232 of 682 ~ 34.02%

%30.79
%35.19
%34.02

CMYK color model

#D2F0E8 color CMYK value is (13,0,3,6).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 5.88%
CMYK:
(13,0,3,6)
C13M0Y3K6 
(13%,0%,3%,6%)
(0.13/0.00/0.03/0.06)	

CMYK percentages

%12.5
%0
%3.33
%5.88

Codes

Color #D2F0E8 in popluar color models

D2F0E8
RGB210240232
HSL164°50.00%88.24%
HSB/HSV164°12.50%94.12%
CMYK12.50%0.00%3.33%
5.88%

Color #D2F0E8 in popluar number systems.

HEXD2F0E8
Decimal210240232
Binary110100101111000011101000
Octal322360350

Shades and tints

Shades of #D2F0E8

#D2F0E8
(210,240,232)
#BFDBD3
(191,219,211)
#ACC6BE
(172,198,190)
#99B1A9
(153,177,169)
#869C94
(134,156,148)
#73877F
(115,135,127)
#60726A
(96,114,106)
#4D5D55
(77,93,85)
#3A4840
(58,72,64)
#27332B
(39,51,43)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #D2F0E8

#D2F0E8
(210,240,232)
#D6F1EA
(214,241,234)
#DAF2EC
(218,242,236)
#DEF3EE
(222,243,238)
#E2F4F0
(226,244,240)
#E6F5F2
(230,245,242)
#EAF6F4
(234,246,244)
#EEF7F6
(238,247,246)
#F2F8F8
(242,248,248)
#F6F9FA
(246,249,250)
#FAFAFC
(250,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F0E8 color. Also use rgb(210,240,232) instead hex code.

Text Font Color

.myTextColor { color: #D2F0E8; }

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

This text font color is #D2F0E8.


Background Color

.myBgColor { background-color: #D2F0E8; }

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

This div background color is #D2F0E8.


Border color

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

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

This div border color is #D2F0E8.


Opacity

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

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

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

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

This text has shadow with #D2F0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F0E8 on black background.


Color preview on white background

This text has color #D2F0E8 on white background.



Black color preview on #D2F0E8 background

This text has black color on #D2F0E8 background.


White color preview on #D2F0E8 background

This text has white color on #D2F0E8 background.