COLOR #D3E6FB

HEX: #D3E6FB
RGB: (211,230,251)

Color info

#D3E6FB contains red, green and blue colors in about the same proportion. Web safe color of #D3E6FB is #CCCCFF (or #CCF).

RGB color model

#D3E6FB color RGB value is (211,230,251).

  • red value is 211;
  • green value is 230;
  • blue value is 251.
RGB:
(211,230,251)
(83%,90%,98%)

RGB channels and saturation

R 211 of 255 = 83%
G 230 of 255 = 90%
B 251 of 255 = 98%

211
230
251

R + G + B ~ 90%. #D3E6FB is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 230 + 251 = 692 (100%)
R 211 of 692 ~ 30.49%
G 230 of 692 ~ 33.24%
B 251 of 692 ~ 36.27%

%30.49
%33.24
%36.27

CMYK color model

#D3E6FB color CMYK value is (16,8,0,2).

  • cyan value is 15.94%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(16,8,0,2)
C16M8Y0K2 
(16%,8%,0%,2%)
(0.16/0.08/0.00/0.02)	

CMYK percentages

%15.94
%8.37
%0
%1.57

Codes

Color #D3E6FB in popluar color models

D3E6FB
RGB211230251
HSL212°83.33%90.59%
HSB/HSV212°15.94%98.43%
CMYK15.94%8.37%0.00%
1.57%

Color #D3E6FB in popluar number systems.

HEXD3E6FB
Decimal211230251
Binary110100111110011011111011
Octal323346373

Shades and tints

Shades of #D3E6FB

#D3E6FB
(211,230,251)
#C0D2E5
(192,210,229)
#ADBECF
(173,190,207)
#9AAAB9
(154,170,185)
#8796A3
(135,150,163)
#74828D
(116,130,141)
#616E77
(97,110,119)
#4E5A61
(78,90,97)
#3B464B
(59,70,75)
#283235
(40,50,53)
#151E1F
(21,30,31)
#000000
(0,0,0)

Tints of #D3E6FB

#D3E6FB
(211,230,251)
#D7E8FB
(215,232,251)
#DBEAFB
(219,234,251)
#DFECFB
(223,236,251)
#E3EEFB
(227,238,251)
#E7F0FB
(231,240,251)
#EBF2FB
(235,242,251)
#EFF4FB
(239,244,251)
#F3F6FB
(243,246,251)
#F7F8FB
(247,248,251)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E6FB color. Also use rgb(211,230,251) instead hex code.

Text Font Color

.myTextColor { color: #D3E6FB; }

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

This text font color is #D3E6FB.


Background Color

.myBgColor { background-color: #D3E6FB; }

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

This div background color is #D3E6FB.


Border color

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

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

This div border color is #D3E6FB.


Opacity

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

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

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

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

This text has shadow with #D3E6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E6FB on black background.


Color preview on white background

This text has color #D3E6FB on white background.



Black color preview on #D3E6FB background

This text has black color on #D3E6FB background.


White color preview on #D3E6FB background

This text has white color on #D3E6FB background.