COLOR #D6E5EB

HEX: #D6E5EB
RGB: (214,229,235)

Color info

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

RGB color model

#D6E5EB color RGB value is (214,229,235).

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

RGB channels and saturation

R 214 of 255 = 84%
G 229 of 255 = 90%
B 235 of 255 = 92%

214
229
235

R + G + B ~ 89%. #D6E5EB is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 229 + 235 = 678 (100%)
R 214 of 678 ~ 31.56%
G 229 of 678 ~ 33.78%
B 235 of 678 ~ 34.66%

%31.56
%33.78
%34.66

CMYK color model

#D6E5EB color CMYK value is (9,3,0,8).

  • cyan value is 8.94%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,3,0,8)
C9M3Y0K8 
(9%,3%,0%,8%)
(0.09/0.03/0.00/0.08)	

CMYK percentages

%8.94
%2.55
%0
%7.84

Codes

Color #D6E5EB in popluar color models

D6E5EB
RGB214229235
HSL197°34.43%88.04%
HSB/HSV197°8.94%92.16%
CMYK8.94%2.55%0.00%
7.84%

Color #D6E5EB in popluar number systems.

HEXD6E5EB
Decimal214229235
Binary110101101110010111101011
Octal326345353

Shades and tints

Shades of #D6E5EB

#D6E5EB
(214,229,235)
#C3D1D6
(195,209,214)
#B0BDC1
(176,189,193)
#9DA9AC
(157,169,172)
#8A9597
(138,149,151)
#778182
(119,129,130)
#646D6D
(100,109,109)
#515958
(81,89,88)
#3E4543
(62,69,67)
#2B312E
(43,49,46)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #D6E5EB

#D6E5EB
(214,229,235)
#D9E7EC
(217,231,236)
#DCE9ED
(220,233,237)
#DFEBEE
(223,235,238)
#E2EDEF
(226,237,239)
#E5EFF0
(229,239,240)
#E8F1F1
(232,241,241)
#EBF3F2
(235,243,242)
#EEF5F3
(238,245,243)
#F1F7F4
(241,247,244)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E5EB; }

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

This text font color is #D6E5EB.


Background Color

.myBgColor { background-color: #D6E5EB; }

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

This div background color is #D6E5EB.


Border color

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

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

This div border color is #D6E5EB.


Opacity

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

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

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

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

This text has shadow with #D6E5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E5EB on black background.


Color preview on white background

This text has color #D6E5EB on white background.



Black color preview on #D6E5EB background

This text has black color on #D6E5EB background.


White color preview on #D6E5EB background

This text has white color on #D6E5EB background.