COLOR #D3EBF6

HEX: #D3EBF6
RGB: (211,235,246)

Color info

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

RGB color model

#D3EBF6 color RGB value is (211,235,246).

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

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 246 of 255 = 96%

211
235
246

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

Portions of RGB colors in percentages

R + G + B =
211 + 235 + 246 = 692 (100%)
R 211 of 692 ~ 30.49%
G 235 of 692 ~ 33.96%
B 246 of 692 ~ 35.55%

%30.49
%33.96
%35.55

CMYK color model

#D3EBF6 color CMYK value is (14,4,0,4).

  • cyan value is 14.23%
  • magenta value is 4.47%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(14,4,0,4)
C14M4Y0K4 
(14%,4%,0%,4%)
(0.14/0.04/0.00/0.04)	

CMYK percentages

%14.23
%4.47
%0
%3.53

Codes

Color #D3EBF6 in popluar color models

D3EBF6
RGB211235246
HSL199°66.04%89.61%
HSB/HSV199°14.23%96.47%
CMYK14.23%4.47%0.00%
3.53%

Color #D3EBF6 in popluar number systems.

HEXD3EBF6
Decimal211235246
Binary110100111110101111110110
Octal323353366

Shades and tints

Shades of #D3EBF6

#D3EBF6
(211,235,246)
#C0D6E0
(192,214,224)
#ADC1CA
(173,193,202)
#9AACB4
(154,172,180)
#87979E
(135,151,158)
#748288
(116,130,136)
#616D72
(97,109,114)
#4E585C
(78,88,92)
#3B4346
(59,67,70)
#282E30
(40,46,48)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #D3EBF6

#D3EBF6
(211,235,246)
#D7ECF6
(215,236,246)
#DBEDF6
(219,237,246)
#DFEEF6
(223,238,246)
#E3EFF6
(227,239,246)
#E7F0F6
(231,240,246)
#EBF1F6
(235,241,246)
#EFF2F6
(239,242,246)
#F3F3F6
(243,243,246)
#F7F4F6
(247,244,246)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EBF6; }

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

This text font color is #D3EBF6.


Background Color

.myBgColor { background-color: #D3EBF6; }

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

This div background color is #D3EBF6.


Border color

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

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

This div border color is #D3EBF6.


Opacity

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

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

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

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

This text has shadow with #D3EBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EBF6 on black background.


Color preview on white background

This text has color #D3EBF6 on white background.



Black color preview on #D3EBF6 background

This text has black color on #D3EBF6 background.


White color preview on #D3EBF6 background

This text has white color on #D3EBF6 background.