COLOR #D2FDEE

HEX: #D2FDEE
RGB: (210,253,238)

Color info

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

RGB color model

#D2FDEE color RGB value is (210,253,238).

  • red value is 210;
  • green value is 253;
  • blue value is 238.
RGB:
(210,253,238)
(82%,99%,93%)

RGB channels and saturation

R 210 of 255 = 82%
G 253 of 255 = 99%
B 238 of 255 = 93%

210
253
238

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

Portions of RGB colors in percentages

R + G + B =
210 + 253 + 238 = 701 (100%)
R 210 of 701 ~ 29.96%
G 253 of 701 ~ 36.09%
B 238 of 701 ~ 33.95%

%29.96
%36.09
%33.95

CMYK color model

#D2FDEE color CMYK value is (17,0,6,1).

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 0.78%
CMYK:
(17,0,6,1)
C17M0Y6K1 
(17%,0%,6%,1%)
(0.17/0.00/0.06/0.01)	

CMYK percentages

%17
%0
%5.93
%0.78

Codes

Color #D2FDEE in popluar color models

D2FDEE
RGB210253238
HSL159°91.49%90.78%
HSB/HSV159°17.00%99.22%
CMYK17.00%0.00%5.93%
0.78%

Color #D2FDEE in popluar number systems.

HEXD2FDEE
Decimal210253238
Binary110100101111110111101110
Octal322375356

Shades and tints

Shades of #D2FDEE

#D2FDEE
(210,253,238)
#BFE6D9
(191,230,217)
#ACCFC4
(172,207,196)
#99B8AF
(153,184,175)
#86A19A
(134,161,154)
#738A85
(115,138,133)
#607370
(96,115,112)
#4D5C5B
(77,92,91)
#3A4546
(58,69,70)
#272E31
(39,46,49)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #D2FDEE

#D2FDEE
(210,253,238)
#D6FDEF
(214,253,239)
#DAFDF0
(218,253,240)
#DEFDF1
(222,253,241)
#E2FDF2
(226,253,242)
#E6FDF3
(230,253,243)
#EAFDF4
(234,253,244)
#EEFDF5
(238,253,245)
#F2FDF6
(242,253,246)
#F6FDF7
(246,253,247)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2FDEE color. Also use rgb(210,253,238) instead hex code.

Text Font Color

.myTextColor { color: #D2FDEE; }

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

This text font color is #D2FDEE.


Background Color

.myBgColor { background-color: #D2FDEE; }

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

This div background color is #D2FDEE.


Border color

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

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

This div border color is #D2FDEE.


Opacity

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

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

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

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

This text has shadow with #D2FDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2FDEE on black background.


Color preview on white background

This text has color #D2FDEE on white background.



Black color preview on #D2FDEE background

This text has black color on #D2FDEE background.


White color preview on #D2FDEE background

This text has white color on #D2FDEE background.