COLOR #D6DBCF

HEX: #D6DBCF
RGB: (214,219,207)

Color info

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

RGB color model

#D6DBCF color RGB value is (214,219,207).

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

RGB channels and saturation

R 214 of 255 = 84%
G 219 of 255 = 86%
B 207 of 255 = 81%

214
219
207

R + G + B ~ 84%. #D6DBCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 219 + 207 = 640 (100%)
R 214 of 640 ~ 33.44%
G 219 of 640 ~ 34.22%
B 207 of 640 ~ 32.34%

%33.44
%34.22
%32.34

CMYK color model

#D6DBCF color CMYK value is (2,0,5,14).

  • cyan value is 2.28%
  • magenta value is 0.00%
  • yellow value is 5.48%
  • key color value is 14.12%
CMYK:
(2,0,5,14)
C2M0Y5K14 
(2%,0%,5%,14%)
(0.02/0.00/0.05/0.14)	

CMYK percentages

%2.28
%0
%5.48
%14.12

Codes

Color #D6DBCF in popluar color models

D6DBCF
RGB214219207
HSL85°14.29%83.53%
HSB/HSV85°5.48%85.88%
CMYK2.28%0.00%5.48%
14.12%

Color #D6DBCF in popluar number systems.

HEXD6DBCF
Decimal214219207
Binary110101101101101111001111
Octal326333317

Shades and tints

Shades of #D6DBCF

#D6DBCF
(214,219,207)
#C3C8BD
(195,200,189)
#B0B5AB
(176,181,171)
#9DA299
(157,162,153)
#8A8F87
(138,143,135)
#777C75
(119,124,117)
#646963
(100,105,99)
#515651
(81,86,81)
#3E433F
(62,67,63)
#2B302D
(43,48,45)
#181D1B
(24,29,27)
#000000
(0,0,0)

Tints of #D6DBCF

#D6DBCF
(214,219,207)
#D9DED3
(217,222,211)
#DCE1D7
(220,225,215)
#DFE4DB
(223,228,219)
#E2E7DF
(226,231,223)
#E5EAE3
(229,234,227)
#E8EDE7
(232,237,231)
#EBF0EB
(235,240,235)
#EEF3EF
(238,243,239)
#F1F6F3
(241,246,243)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DBCF; }

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

This text font color is #D6DBCF.


Background Color

.myBgColor { background-color: #D6DBCF; }

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

This div background color is #D6DBCF.


Border color

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

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

This div border color is #D6DBCF.


Opacity

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

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

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

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

This text has shadow with #D6DBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DBCF on black background.


Color preview on white background

This text has color #D6DBCF on white background.



Black color preview on #D6DBCF background

This text has black color on #D6DBCF background.


White color preview on #D6DBCF background

This text has white color on #D6DBCF background.