COLOR #D6DBE6

HEX: #D6DBE6
RGB: (214,219,230)

Color info

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

RGB color model

#D6DBE6 color RGB value is (214,219,230).

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

RGB channels and saturation

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

214
219
230

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

Portions of RGB colors in percentages

R + G + B =
214 + 219 + 230 = 663 (100%)
R 214 of 663 ~ 32.28%
G 219 of 663 ~ 33.03%
B 230 of 663 ~ 34.69%

%32.28
%33.03
%34.69

CMYK color model

#D6DBE6 color CMYK value is (7,5,0,10).

  • cyan value is 6.96%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(7,5,0,10)
C7M5Y0K10 
(7%,5%,0%,10%)
(0.07/0.05/0.00/0.10)	

CMYK percentages

%6.96
%4.78
%0
%9.8

Codes

Color #D6DBE6 in popluar color models

D6DBE6
RGB214219230
HSL221°24.24%87.06%
HSB/HSV221°6.96%90.20%
CMYK6.96%4.78%0.00%
9.80%

Color #D6DBE6 in popluar number systems.

HEXD6DBE6
Decimal214219230
Binary110101101101101111100110
Octal326333346

Shades and tints

Shades of #D6DBE6

#D6DBE6
(214,219,230)
#C3C8D2
(195,200,210)
#B0B5BE
(176,181,190)
#9DA2AA
(157,162,170)
#8A8F96
(138,143,150)
#777C82
(119,124,130)
#64696E
(100,105,110)
#51565A
(81,86,90)
#3E4346
(62,67,70)
#2B3032
(43,48,50)
#181D1E
(24,29,30)
#000000
(0,0,0)

Tints of #D6DBE6

#D6DBE6
(214,219,230)
#D9DEE8
(217,222,232)
#DCE1EA
(220,225,234)
#DFE4EC
(223,228,236)
#E2E7EE
(226,231,238)
#E5EAF0
(229,234,240)
#E8EDF2
(232,237,242)
#EBF0F4
(235,240,244)
#EEF3F6
(238,243,246)
#F1F6F8
(241,246,248)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DBE6; }

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

This text font color is #D6DBE6.


Background Color

.myBgColor { background-color: #D6DBE6; }

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

This div background color is #D6DBE6.


Border color

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

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

This div border color is #D6DBE6.


Opacity

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

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

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

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

This text has shadow with #D6DBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DBE6 on black background.


Color preview on white background

This text has color #D6DBE6 on white background.



Black color preview on #D6DBE6 background

This text has black color on #D6DBE6 background.


White color preview on #D6DBE6 background

This text has white color on #D6DBE6 background.