COLOR #D2F0E4

HEX: #D2F0E4
RGB: (210,240,228)

Color info

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

RGB color model

#D2F0E4 color RGB value is (210,240,228).

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

RGB channels and saturation

R 210 of 255 = 82%
G 240 of 255 = 94%
B 228 of 255 = 89%

210
240
228

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

Portions of RGB colors in percentages

R + G + B =
210 + 240 + 228 = 678 (100%)
R 210 of 678 ~ 30.97%
G 240 of 678 ~ 35.4%
B 228 of 678 ~ 33.63%

%30.97
%35.4
%33.63

CMYK color model

#D2F0E4 color CMYK value is (13,0,5,6).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 5.88%
CMYK:
(13,0,5,6)
C13M0Y5K6 
(13%,0%,5%,6%)
(0.13/0.00/0.05/0.06)	

CMYK percentages

%12.5
%0
%5
%5.88

Codes

Color #D2F0E4 in popluar color models

D2F0E4
RGB210240228
HSL156°50.00%88.24%
HSB/HSV156°12.50%94.12%
CMYK12.50%0.00%5.00%
5.88%

Color #D2F0E4 in popluar number systems.

HEXD2F0E4
Decimal210240228
Binary110100101111000011100100
Octal322360344

Shades and tints

Shades of #D2F0E4

#D2F0E4
(210,240,228)
#BFDBD0
(191,219,208)
#ACC6BC
(172,198,188)
#99B1A8
(153,177,168)
#869C94
(134,156,148)
#738780
(115,135,128)
#60726C
(96,114,108)
#4D5D58
(77,93,88)
#3A4844
(58,72,68)
#273330
(39,51,48)
#141E1C
(20,30,28)
#000000
(0,0,0)

Tints of #D2F0E4

#D2F0E4
(210,240,228)
#D6F1E6
(214,241,230)
#DAF2E8
(218,242,232)
#DEF3EA
(222,243,234)
#E2F4EC
(226,244,236)
#E6F5EE
(230,245,238)
#EAF6F0
(234,246,240)
#EEF7F2
(238,247,242)
#F2F8F4
(242,248,244)
#F6F9F6
(246,249,246)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F0E4; }

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

This text font color is #D2F0E4.


Background Color

.myBgColor { background-color: #D2F0E4; }

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

This div background color is #D2F0E4.


Border color

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

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

This div border color is #D2F0E4.


Opacity

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

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

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

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

This text has shadow with #D2F0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F0E4 on black background.


Color preview on white background

This text has color #D2F0E4 on white background.



Black color preview on #D2F0E4 background

This text has black color on #D2F0E4 background.


White color preview on #D2F0E4 background

This text has white color on #D2F0E4 background.