COLOR #D3EBFC

HEX: #D3EBFC
RGB: (211,235,252)

Color info

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

RGB color model

#D3EBFC color RGB value is (211,235,252).

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

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 252 of 255 = 99%

211
235
252

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

Portions of RGB colors in percentages

R + G + B =
211 + 235 + 252 = 698 (100%)
R 211 of 698 ~ 30.23%
G 235 of 698 ~ 33.67%
B 252 of 698 ~ 36.1%

%30.23
%33.67
%36.1

CMYK color model

#D3EBFC color CMYK value is (16,7,0,1).

  • cyan value is 16.27%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(16,7,0,1)
C16M7Y0K1 
(16%,7%,0%,1%)
(0.16/0.07/0.00/0.01)	

CMYK percentages

%16.27
%6.75
%0
%1.18

Codes

Color #D3EBFC in popluar color models

D3EBFC
RGB211235252
HSL205°87.23%90.78%
HSB/HSV205°16.27%98.82%
CMYK16.27%6.75%0.00%
1.18%

Color #D3EBFC in popluar number systems.

HEXD3EBFC
Decimal211235252
Binary110100111110101111111100
Octal323353374

Shades and tints

Shades of #D3EBFC

#D3EBFC
(211,235,252)
#C0D6E6
(192,214,230)
#ADC1D0
(173,193,208)
#9AACBA
(154,172,186)
#8797A4
(135,151,164)
#74828E
(116,130,142)
#616D78
(97,109,120)
#4E5862
(78,88,98)
#3B434C
(59,67,76)
#282E36
(40,46,54)
#151920
(21,25,32)
#000000
(0,0,0)

Tints of #D3EBFC

#D3EBFC
(211,235,252)
#D7ECFC
(215,236,252)
#DBEDFC
(219,237,252)
#DFEEFC
(223,238,252)
#E3EFFC
(227,239,252)
#E7F0FC
(231,240,252)
#EBF1FC
(235,241,252)
#EFF2FC
(239,242,252)
#F3F3FC
(243,243,252)
#F7F4FC
(247,244,252)
#FBF5FC
(251,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EBFC; }

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

This text font color is #D3EBFC.


Background Color

.myBgColor { background-color: #D3EBFC; }

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

This div background color is #D3EBFC.


Border color

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

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

This div border color is #D3EBFC.


Opacity

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

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

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

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

This text has shadow with #D3EBFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EBFC on black background.


Color preview on white background

This text has color #D3EBFC on white background.



Black color preview on #D3EBFC background

This text has black color on #D3EBFC background.


White color preview on #D3EBFC background

This text has white color on #D3EBFC background.