COLOR #D1EDFC

HEX: #D1EDFC
RGB: (209,237,252)

Color info

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

RGB color model

#D1EDFC color RGB value is (209,237,252).

  • red value is 209;
  • green value is 237;
  • blue value is 252.
RGB:
(209,237,252)
(82%,93%,99%)

RGB channels and saturation

R 209 of 255 = 82%
G 237 of 255 = 93%
B 252 of 255 = 99%

209
237
252

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

Portions of RGB colors in percentages

R + G + B =
209 + 237 + 252 = 698 (100%)
R 209 of 698 ~ 29.94%
G 237 of 698 ~ 33.95%
B 252 of 698 ~ 36.1%

%29.94
%33.95
%36.1

CMYK color model

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

  • cyan value is 17.06%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(17,6,0,1)
C17M6Y0K1 
(17%,6%,0%,1%)
(0.17/0.06/0.00/0.01)	

CMYK percentages

%17.06
%5.95
%0
%1.18

Codes

Color #D1EDFC in popluar color models

D1EDFC
RGB209237252
HSL201°87.76%90.39%
HSB/HSV201°17.06%98.82%
CMYK17.06%5.95%0.00%
1.18%

Color #D1EDFC in popluar number systems.

HEXD1EDFC
Decimal209237252
Binary110100011110110111111100
Octal321355374

Shades and tints

Shades of #D1EDFC

#D1EDFC
(209,237,252)
#BED8E6
(190,216,230)
#ABC3D0
(171,195,208)
#98AEBA
(152,174,186)
#8599A4
(133,153,164)
#72848E
(114,132,142)
#5F6F78
(95,111,120)
#4C5A62
(76,90,98)
#39454C
(57,69,76)
#263036
(38,48,54)
#131B20
(19,27,32)
#000000
(0,0,0)

Tints of #D1EDFC

#D1EDFC
(209,237,252)
#D5EEFC
(213,238,252)
#D9EFFC
(217,239,252)
#DDF0FC
(221,240,252)
#E1F1FC
(225,241,252)
#E5F2FC
(229,242,252)
#E9F3FC
(233,243,252)
#EDF4FC
(237,244,252)
#F1F5FC
(241,245,252)
#F5F6FC
(245,246,252)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EDFC color. Also use rgb(209,237,252) instead hex code.

Text Font Color

.myTextColor { color: #D1EDFC; }

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

This text font color is #D1EDFC.


Background Color

.myBgColor { background-color: #D1EDFC; }

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

This div background color is #D1EDFC.


Border color

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

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

This div border color is #D1EDFC.


Opacity

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

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

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

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

This text has shadow with #D1EDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EDFC on black background.


Color preview on white background

This text has color #D1EDFC on white background.



Black color preview on #D1EDFC background

This text has black color on #D1EDFC background.


White color preview on #D1EDFC background

This text has white color on #D1EDFC background.