COLOR #D6D5CB

HEX: #D6D5CB
RGB: (214,213,203)

Color info

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

RGB color model

#D6D5CB color RGB value is (214,213,203).

  • red value is 214;
  • green value is 213;
  • blue value is 203.
RGB:
(214,213,203)
(84%,84%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 213 of 255 = 84%
B 203 of 255 = 80%

214
213
203

R + G + B ~ 83%. #D6D5CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 213 + 203 = 630 (100%)
R 214 of 630 ~ 33.97%
G 213 of 630 ~ 33.81%
B 203 of 630 ~ 32.22%

%33.97
%33.81
%32.22

CMYK color model

#D6D5CB color CMYK value is (0,0,5,16).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(0,0,5,16)
C0M0Y5K16 
(0%,0%,5%,16%)
(0.00/0.00/0.05/0.16)	

CMYK percentages

%0
%0.47
%5.14
%16.08

Codes

Color #D6D5CB in popluar color models

D6D5CB
RGB214213203
HSL55°11.83%81.76%
HSB/HSV55°5.14%83.92%
CMYK0.00%0.47%5.14%
16.08%

Color #D6D5CB in popluar number systems.

HEXD6D5CB
Decimal214213203
Binary110101101101010111001011
Octal326325313

Shades and tints

Shades of #D6D5CB

#D6D5CB
(214,213,203)
#C3C2B9
(195,194,185)
#B0AFA7
(176,175,167)
#9D9C95
(157,156,149)
#8A8983
(138,137,131)
#777671
(119,118,113)
#64635F
(100,99,95)
#51504D
(81,80,77)
#3E3D3B
(62,61,59)
#2B2A29
(43,42,41)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #D6D5CB

#D6D5CB
(214,213,203)
#D9D8CF
(217,216,207)
#DCDBD3
(220,219,211)
#DFDED7
(223,222,215)
#E2E1DB
(226,225,219)
#E5E4DF
(229,228,223)
#E8E7E3
(232,231,227)
#EBEAE7
(235,234,231)
#EEEDEB
(238,237,235)
#F1F0EF
(241,240,239)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D5CB color. Also use rgb(214,213,203) instead hex code.

Text Font Color

.myTextColor { color: #D6D5CB; }

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

This text font color is #D6D5CB.


Background Color

.myBgColor { background-color: #D6D5CB; }

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

This div background color is #D6D5CB.


Border color

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

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

This div border color is #D6D5CB.


Opacity

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

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

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

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

This text has shadow with #D6D5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D5CB on black background.


Color preview on white background

This text has color #D6D5CB on white background.



Black color preview on #D6D5CB background

This text has black color on #D6D5CB background.


White color preview on #D6D5CB background

This text has white color on #D6D5CB background.