COLOR #D1EBFC

HEX: #D1EBFC
RGB: (209,235,252)

Color info

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

RGB color model

#D1EBFC color RGB value is (209,235,252).

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

RGB channels and saturation

R 209 of 255 = 82%
G 235 of 255 = 92%
B 252 of 255 = 99%

209
235
252

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

Portions of RGB colors in percentages

R + G + B =
209 + 235 + 252 = 696 (100%)
R 209 of 696 ~ 30.03%
G 235 of 696 ~ 33.76%
B 252 of 696 ~ 36.21%

%30.03
%33.76
%36.21

CMYK color model

#D1EBFC color CMYK value is (17,7,0,1).

  • cyan value is 17.06%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(17,7,0,1)
C17M7Y0K1 
(17%,7%,0%,1%)
(0.17/0.07/0.00/0.01)	

CMYK percentages

%17.06
%6.75
%0
%1.18

Codes

Color #D1EBFC in popluar color models

D1EBFC
RGB209235252
HSL204°87.76%90.39%
HSB/HSV204°17.06%98.82%
CMYK17.06%6.75%0.00%
1.18%

Color #D1EBFC in popluar number systems.

HEXD1EBFC
Decimal209235252
Binary110100011110101111111100
Octal321353374

Shades and tints

Shades of #D1EBFC

#D1EBFC
(209,235,252)
#BED6E6
(190,214,230)
#ABC1D0
(171,193,208)
#98ACBA
(152,172,186)
#8597A4
(133,151,164)
#72828E
(114,130,142)
#5F6D78
(95,109,120)
#4C5862
(76,88,98)
#39434C
(57,67,76)
#262E36
(38,46,54)
#131920
(19,25,32)
#000000
(0,0,0)

Tints of #D1EBFC

#D1EBFC
(209,235,252)
#D5ECFC
(213,236,252)
#D9EDFC
(217,237,252)
#DDEEFC
(221,238,252)
#E1EFFC
(225,239,252)
#E5F0FC
(229,240,252)
#E9F1FC
(233,241,252)
#EDF2FC
(237,242,252)
#F1F3FC
(241,243,252)
#F5F4FC
(245,244,252)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EBFC; }

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

This text font color is #D1EBFC.


Background Color

.myBgColor { background-color: #D1EBFC; }

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

This div background color is #D1EBFC.


Border color

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

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

This div border color is #D1EBFC.


Opacity

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

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

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

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

This text has shadow with #D1EBFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EBFC on black background.


Color preview on white background

This text has color #D1EBFC on white background.



Black color preview on #D1EBFC background

This text has black color on #D1EBFC background.


White color preview on #D1EBFC background

This text has white color on #D1EBFC background.