COLOR #D2F9ED

HEX: #D2F9ED
RGB: (210,249,237)

Color info

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

RGB color model

#D2F9ED color RGB value is (210,249,237).

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

RGB channels and saturation

R 210 of 255 = 82%
G 249 of 255 = 98%
B 237 of 255 = 93%

210
249
237

R + G + B ~ 91%. #D2F9ED is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 249 + 237 = 696 (100%)
R 210 of 696 ~ 30.17%
G 249 of 696 ~ 35.78%
B 237 of 696 ~ 34.05%

%30.17
%35.78
%34.05

CMYK color model

#D2F9ED color CMYK value is (16,0,5,2).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 2.35%
CMYK:
(16,0,5,2)
C16M0Y5K2 
(16%,0%,5%,2%)
(0.16/0.00/0.05/0.02)	

CMYK percentages

%15.66
%0
%4.82
%2.35

Codes

Color #D2F9ED in popluar color models

D2F9ED
RGB210249237
HSL162°76.47%90.00%
HSB/HSV162°15.66%97.65%
CMYK15.66%0.00%4.82%
2.35%

Color #D2F9ED in popluar number systems.

HEXD2F9ED
Decimal210249237
Binary110100101111100111101101
Octal322371355

Shades and tints

Shades of #D2F9ED

#D2F9ED
(210,249,237)
#BFE3D8
(191,227,216)
#ACCDC3
(172,205,195)
#99B7AE
(153,183,174)
#86A199
(134,161,153)
#738B84
(115,139,132)
#60756F
(96,117,111)
#4D5F5A
(77,95,90)
#3A4945
(58,73,69)
#273330
(39,51,48)
#141D1B
(20,29,27)
#000000
(0,0,0)

Tints of #D2F9ED

#D2F9ED
(210,249,237)
#D6F9EE
(214,249,238)
#DAF9EF
(218,249,239)
#DEF9F0
(222,249,240)
#E2F9F1
(226,249,241)
#E6F9F2
(230,249,242)
#EAF9F3
(234,249,243)
#EEF9F4
(238,249,244)
#F2F9F5
(242,249,245)
#F6F9F6
(246,249,246)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F9ED; }

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

This text font color is #D2F9ED.


Background Color

.myBgColor { background-color: #D2F9ED; }

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

This div background color is #D2F9ED.


Border color

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

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

This div border color is #D2F9ED.


Opacity

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

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

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

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

This text has shadow with #D2F9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F9ED on black background.


Color preview on white background

This text has color #D2F9ED on white background.



Black color preview on #D2F9ED background

This text has black color on #D2F9ED background.


White color preview on #D2F9ED background

This text has white color on #D2F9ED background.