COLOR #D6EBFE

HEX: #D6EBFE
RGB: (214,235,254)

Color info

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

RGB color model

#D6EBFE color RGB value is (214,235,254).

  • red value is 214;
  • green value is 235;
  • blue value is 254.
RGB:
(214,235,254)
(84%,92%,100%)

RGB channels and saturation

R 214 of 255 = 84%
G 235 of 255 = 92%
B 254 of 255 = 100%

214
235
254

R + G + B ~ 92%. #D6EBFE is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 254 = 703 (100%)
R 214 of 703 ~ 30.44%
G 235 of 703 ~ 33.43%
B 254 of 703 ~ 36.13%

%30.44
%33.43
%36.13

CMYK color model

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

  • cyan value is 15.75%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(16,7,0,0)
C16M7Y0K0 
(16%,7%,0%,0%)
(0.16/0.07/0.00/0.00)	

CMYK percentages

%15.75
%7.48
%0
%0.39

Codes

Color #D6EBFE in popluar color models

D6EBFE
RGB214235254
HSL209°95.24%91.76%
HSB/HSV209°15.75%99.61%
CMYK15.75%7.48%0.00%
0.39%

Color #D6EBFE in popluar number systems.

HEXD6EBFE
Decimal214235254
Binary110101101110101111111110
Octal326353376

Shades and tints

Shades of #D6EBFE

#D6EBFE
(214,235,254)
#C3D6E7
(195,214,231)
#B0C1D0
(176,193,208)
#9DACB9
(157,172,185)
#8A97A2
(138,151,162)
#77828B
(119,130,139)
#646D74
(100,109,116)
#51585D
(81,88,93)
#3E4346
(62,67,70)
#2B2E2F
(43,46,47)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #D6EBFE

#D6EBFE
(214,235,254)
#D9ECFE
(217,236,254)
#DCEDFE
(220,237,254)
#DFEEFE
(223,238,254)
#E2EFFE
(226,239,254)
#E5F0FE
(229,240,254)
#E8F1FE
(232,241,254)
#EBF2FE
(235,242,254)
#EEF3FE
(238,243,254)
#F1F4FE
(241,244,254)
#F4F5FE
(244,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EBFE color. Also use rgb(214,235,254) instead hex code.

Text Font Color

.myTextColor { color: #D6EBFE; }

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

This text font color is #D6EBFE.


Background Color

.myBgColor { background-color: #D6EBFE; }

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

This div background color is #D6EBFE.


Border color

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

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

This div border color is #D6EBFE.


Opacity

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

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

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

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

This text has shadow with #D6EBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBFE on black background.


Color preview on white background

This text has color #D6EBFE on white background.



Black color preview on #D6EBFE background

This text has black color on #D6EBFE background.


White color preview on #D6EBFE background

This text has white color on #D6EBFE background.