COLOR #D6EAFB

HEX: #D6EAFB
RGB: (214,234,251)

Color info

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

RGB color model

#D6EAFB color RGB value is (214,234,251).

  • red value is 214;
  • green value is 234;
  • blue value is 251.
RGB:
(214,234,251)
(84%,92%,98%)

RGB channels and saturation

R 214 of 255 = 84%
G 234 of 255 = 92%
B 251 of 255 = 98%

214
234
251

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

Portions of RGB colors in percentages

R + G + B =
214 + 234 + 251 = 699 (100%)
R 214 of 699 ~ 30.62%
G 234 of 699 ~ 33.48%
B 251 of 699 ~ 35.91%

%30.62
%33.48
%35.91

CMYK color model

#D6EAFB color CMYK value is (15,7,0,2).

  • cyan value is 14.74%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(15,7,0,2)
C15M7Y0K2 
(15%,7%,0%,2%)
(0.15/0.07/0.00/0.02)	

CMYK percentages

%14.74
%6.77
%0
%1.57

Codes

Color #D6EAFB in popluar color models

D6EAFB
RGB214234251
HSL208°82.22%91.18%
HSB/HSV208°14.74%98.43%
CMYK14.74%6.77%0.00%
1.57%

Color #D6EAFB in popluar number systems.

HEXD6EAFB
Decimal214234251
Binary110101101110101011111011
Octal326352373

Shades and tints

Shades of #D6EAFB

#D6EAFB
(214,234,251)
#C3D5E5
(195,213,229)
#B0C0CF
(176,192,207)
#9DABB9
(157,171,185)
#8A96A3
(138,150,163)
#77818D
(119,129,141)
#646C77
(100,108,119)
#515761
(81,87,97)
#3E424B
(62,66,75)
#2B2D35
(43,45,53)
#18181F
(24,24,31)
#000000
(0,0,0)

Tints of #D6EAFB

#D6EAFB
(214,234,251)
#D9EBFB
(217,235,251)
#DCECFB
(220,236,251)
#DFEDFB
(223,237,251)
#E2EEFB
(226,238,251)
#E5EFFB
(229,239,251)
#E8F0FB
(232,240,251)
#EBF1FB
(235,241,251)
#EEF2FB
(238,242,251)
#F1F3FB
(241,243,251)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EAFB color. Also use rgb(214,234,251) instead hex code.

Text Font Color

.myTextColor { color: #D6EAFB; }

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

This text font color is #D6EAFB.


Background Color

.myBgColor { background-color: #D6EAFB; }

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

This div background color is #D6EAFB.


Border color

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

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

This div border color is #D6EAFB.


Opacity

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

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

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

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

This text has shadow with #D6EAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EAFB on black background.


Color preview on white background

This text has color #D6EAFB on white background.



Black color preview on #D6EAFB background

This text has black color on #D6EAFB background.


White color preview on #D6EAFB background

This text has white color on #D6EAFB background.