COLOR #D2F4ED

HEX: #D2F4ED
RGB: (210,244,237)

Color info

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

RGB color model

#D2F4ED color RGB value is (210,244,237).

  • red value is 210;
  • green value is 244;
  • blue value is 237.
RGB:
(210,244,237)
(82%,96%,93%)

RGB channels and saturation

R 210 of 255 = 82%
G 244 of 255 = 96%
B 237 of 255 = 93%

210
244
237

R + G + B ~ 90%. #D2F4ED is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 244 + 237 = 691 (100%)
R 210 of 691 ~ 30.39%
G 244 of 691 ~ 35.31%
B 237 of 691 ~ 34.3%

%30.39
%35.31
%34.3

CMYK color model

#D2F4ED color CMYK value is (14,0,3,4).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 4.31%
CMYK:
(14,0,3,4)
C14M0Y3K4 
(14%,0%,3%,4%)
(0.14/0.00/0.03/0.04)	

CMYK percentages

%13.93
%0
%2.87
%4.31

Codes

Color #D2F4ED in popluar color models

D2F4ED
RGB210244237
HSL168°60.71%89.02%
HSB/HSV168°13.93%95.69%
CMYK13.93%0.00%2.87%
4.31%

Color #D2F4ED in popluar number systems.

HEXD2F4ED
Decimal210244237
Binary110100101111010011101101
Octal322364355

Shades and tints

Shades of #D2F4ED

#D2F4ED
(210,244,237)
#BFDED8
(191,222,216)
#ACC8C3
(172,200,195)
#99B2AE
(153,178,174)
#869C99
(134,156,153)
#738684
(115,134,132)
#60706F
(96,112,111)
#4D5A5A
(77,90,90)
#3A4445
(58,68,69)
#272E30
(39,46,48)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #D2F4ED

#D2F4ED
(210,244,237)
#D6F5EE
(214,245,238)
#DAF6EF
(218,246,239)
#DEF7F0
(222,247,240)
#E2F8F1
(226,248,241)
#E6F9F2
(230,249,242)
#EAFAF3
(234,250,243)
#EEFBF4
(238,251,244)
#F2FCF5
(242,252,245)
#F6FDF6
(246,253,246)
#FAFEF7
(250,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F4ED color. Also use rgb(210,244,237) instead hex code.

Text Font Color

.myTextColor { color: #D2F4ED; }

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

This text font color is #D2F4ED.


Background Color

.myBgColor { background-color: #D2F4ED; }

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

This div background color is #D2F4ED.


Border color

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

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

This div border color is #D2F4ED.


Opacity

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

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

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

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

This text has shadow with #D2F4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F4ED on black background.


Color preview on white background

This text has color #D2F4ED on white background.



Black color preview on #D2F4ED background

This text has black color on #D2F4ED background.


White color preview on #D2F4ED background

This text has white color on #D2F4ED background.