COLOR #D3EBFB

HEX: #D3EBFB
RGB: (211,235,251)

Color info

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

RGB color model

#D3EBFB color RGB value is (211,235,251).

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

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 251 of 255 = 98%

211
235
251

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

Portions of RGB colors in percentages

R + G + B =
211 + 235 + 251 = 697 (100%)
R 211 of 697 ~ 30.27%
G 235 of 697 ~ 33.72%
B 251 of 697 ~ 36.01%

%30.27
%33.72
%36.01

CMYK color model

#D3EBFB color CMYK value is (16,6,0,2).

  • cyan value is 15.94%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(16,6,0,2)
C16M6Y0K2 
(16%,6%,0%,2%)
(0.16/0.06/0.00/0.02)	

CMYK percentages

%15.94
%6.37
%0
%1.57

Codes

Color #D3EBFB in popluar color models

D3EBFB
RGB211235251
HSL204°83.33%90.59%
HSB/HSV204°15.94%98.43%
CMYK15.94%6.37%0.00%
1.57%

Color #D3EBFB in popluar number systems.

HEXD3EBFB
Decimal211235251
Binary110100111110101111111011
Octal323353373

Shades and tints

Shades of #D3EBFB

#D3EBFB
(211,235,251)
#C0D6E5
(192,214,229)
#ADC1CF
(173,193,207)
#9AACB9
(154,172,185)
#8797A3
(135,151,163)
#74828D
(116,130,141)
#616D77
(97,109,119)
#4E5861
(78,88,97)
#3B434B
(59,67,75)
#282E35
(40,46,53)
#15191F
(21,25,31)
#000000
(0,0,0)

Tints of #D3EBFB

#D3EBFB
(211,235,251)
#D7ECFB
(215,236,251)
#DBEDFB
(219,237,251)
#DFEEFB
(223,238,251)
#E3EFFB
(227,239,251)
#E7F0FB
(231,240,251)
#EBF1FB
(235,241,251)
#EFF2FB
(239,242,251)
#F3F3FB
(243,243,251)
#F7F4FB
(247,244,251)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EBFB; }

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

This text font color is #D3EBFB.


Background Color

.myBgColor { background-color: #D3EBFB; }

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

This div background color is #D3EBFB.


Border color

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

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

This div border color is #D3EBFB.


Opacity

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

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

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

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

This text has shadow with #D3EBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EBFB on black background.


Color preview on white background

This text has color #D3EBFB on white background.



Black color preview on #D3EBFB background

This text has black color on #D3EBFB background.


White color preview on #D3EBFB background

This text has white color on #D3EBFB background.