COLOR #D6E3FB

HEX: #D6E3FB
RGB: (214,227,251)

Color info

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

RGB color model

#D6E3FB color RGB value is (214,227,251).

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

RGB channels and saturation

R 214 of 255 = 84%
G 227 of 255 = 89%
B 251 of 255 = 98%

214
227
251

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

Portions of RGB colors in percentages

R + G + B =
214 + 227 + 251 = 692 (100%)
R 214 of 692 ~ 30.92%
G 227 of 692 ~ 32.8%
B 251 of 692 ~ 36.27%

%30.92
%32.8
%36.27

CMYK color model

#D6E3FB color CMYK value is (15,10,0,2).

  • cyan value is 14.74%
  • magenta value is 9.56%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(15,10,0,2)
C15M10Y0K2 
(15%,10%,0%,2%)
(0.15/0.10/0.00/0.02)	

CMYK percentages

%14.74
%9.56
%0
%1.57

Codes

Color #D6E3FB in popluar color models

D6E3FB
RGB214227251
HSL219°82.22%91.18%
HSB/HSV219°14.74%98.43%
CMYK14.74%9.56%0.00%
1.57%

Color #D6E3FB in popluar number systems.

HEXD6E3FB
Decimal214227251
Binary110101101110001111111011
Octal326343373

Shades and tints

Shades of #D6E3FB

#D6E3FB
(214,227,251)
#C3CFE5
(195,207,229)
#B0BBCF
(176,187,207)
#9DA7B9
(157,167,185)
#8A93A3
(138,147,163)
#777F8D
(119,127,141)
#646B77
(100,107,119)
#515761
(81,87,97)
#3E434B
(62,67,75)
#2B2F35
(43,47,53)
#181B1F
(24,27,31)
#000000
(0,0,0)

Tints of #D6E3FB

#D6E3FB
(214,227,251)
#D9E5FB
(217,229,251)
#DCE7FB
(220,231,251)
#DFE9FB
(223,233,251)
#E2EBFB
(226,235,251)
#E5EDFB
(229,237,251)
#E8EFFB
(232,239,251)
#EBF1FB
(235,241,251)
#EEF3FB
(238,243,251)
#F1F5FB
(241,245,251)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E3FB; }

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

This text font color is #D6E3FB.


Background Color

.myBgColor { background-color: #D6E3FB; }

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

This div background color is #D6E3FB.


Border color

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

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

This div border color is #D6E3FB.


Opacity

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

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

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

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

This text has shadow with #D6E3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E3FB on black background.


Color preview on white background

This text has color #D6E3FB on white background.



Black color preview on #D6E3FB background

This text has black color on #D6E3FB background.


White color preview on #D6E3FB background

This text has white color on #D6E3FB background.