COLOR #D6E5DB

HEX: #D6E5DB
RGB: (214,229,219)

Color info

#D6E5DB contains red, green and blue colors in about the same proportion. Web safe color of #D6E5DB is #CCCCCC (or #CCC).

RGB color model

#D6E5DB color RGB value is (214,229,219).

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

RGB channels and saturation

R 214 of 255 = 84%
G 229 of 255 = 90%
B 219 of 255 = 86%

214
229
219

R + G + B ~ 87%. #D6E5DB is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 229 + 219 = 662 (100%)
R 214 of 662 ~ 32.33%
G 229 of 662 ~ 34.59%
B 219 of 662 ~ 33.08%

%32.33
%34.59
%33.08

CMYK color model

#D6E5DB color CMYK value is (7,0,4,10).

  • cyan value is 6.55%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 10.20%
CMYK:
(7,0,4,10)
C7M0Y4K10 
(7%,0%,4%,10%)
(0.07/0.00/0.04/0.10)	

CMYK percentages

%6.55
%0
%4.37
%10.2

Codes

Color #D6E5DB in popluar color models

D6E5DB
RGB214229219
HSL140°22.39%86.86%
HSB/HSV140°6.55%89.80%
CMYK6.55%0.00%4.37%
10.20%

Color #D6E5DB in popluar number systems.

HEXD6E5DB
Decimal214229219
Binary110101101110010111011011
Octal326345333

Shades and tints

Shades of #D6E5DB

#D6E5DB
(214,229,219)
#C3D1C8
(195,209,200)
#B0BDB5
(176,189,181)
#9DA9A2
(157,169,162)
#8A958F
(138,149,143)
#77817C
(119,129,124)
#646D69
(100,109,105)
#515956
(81,89,86)
#3E4543
(62,69,67)
#2B3130
(43,49,48)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #D6E5DB

#D6E5DB
(214,229,219)
#D9E7DE
(217,231,222)
#DCE9E1
(220,233,225)
#DFEBE4
(223,235,228)
#E2EDE7
(226,237,231)
#E5EFEA
(229,239,234)
#E8F1ED
(232,241,237)
#EBF3F0
(235,243,240)
#EEF5F3
(238,245,243)
#F1F7F6
(241,247,246)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E5DB; }

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

This text font color is #D6E5DB.


Background Color

.myBgColor { background-color: #D6E5DB; }

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

This div background color is #D6E5DB.


Border color

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

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

This div border color is #D6E5DB.


Opacity

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

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

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

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

This text has shadow with #D6E5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E5DB on black background.


Color preview on white background

This text has color #D6E5DB on white background.



Black color preview on #D6E5DB background

This text has black color on #D6E5DB background.


White color preview on #D6E5DB background

This text has white color on #D6E5DB background.