COLOR #D6D7CB

HEX: #D6D7CB
RGB: (214,215,203)

Color info

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

RGB color model

#D6D7CB color RGB value is (214,215,203).

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

RGB channels and saturation

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

214
215
203

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

Portions of RGB colors in percentages

R + G + B =
214 + 215 + 203 = 632 (100%)
R 214 of 632 ~ 33.86%
G 215 of 632 ~ 34.02%
B 203 of 632 ~ 32.12%

%33.86
%34.02
%32.12

CMYK color model

#D6D7CB color CMYK value is (0,0,6,16).

  • cyan value is 0.47%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 15.69%
CMYK:
(0,0,6,16)
C0M0Y6K16 
(0%,0%,6%,16%)
(0.00/0.00/0.06/0.16)	

CMYK percentages

%0.47
%0
%5.58
%15.69

Codes

Color #D6D7CB in popluar color models

D6D7CB
RGB214215203
HSL65°13.04%81.96%
HSB/HSV65°5.58%84.31%
CMYK0.47%0.00%5.58%
15.69%

Color #D6D7CB in popluar number systems.

HEXD6D7CB
Decimal214215203
Binary110101101101011111001011
Octal326327313

Shades and tints

Shades of #D6D7CB

#D6D7CB
(214,215,203)
#C3C4B9
(195,196,185)
#B0B1A7
(176,177,167)
#9D9E95
(157,158,149)
#8A8B83
(138,139,131)
#777871
(119,120,113)
#64655F
(100,101,95)
#51524D
(81,82,77)
#3E3F3B
(62,63,59)
#2B2C29
(43,44,41)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #D6D7CB

#D6D7CB
(214,215,203)
#D9DACF
(217,218,207)
#DCDDD3
(220,221,211)
#DFE0D7
(223,224,215)
#E2E3DB
(226,227,219)
#E5E6DF
(229,230,223)
#E8E9E3
(232,233,227)
#EBECE7
(235,236,231)
#EEEFEB
(238,239,235)
#F1F2EF
(241,242,239)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D7CB; }

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

This text font color is #D6D7CB.


Background Color

.myBgColor { background-color: #D6D7CB; }

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

This div background color is #D6D7CB.


Border color

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

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

This div border color is #D6D7CB.


Opacity

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

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

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

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

This text has shadow with #D6D7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D7CB on black background.


Color preview on white background

This text has color #D6D7CB on white background.



Black color preview on #D6D7CB background

This text has black color on #D6D7CB background.


White color preview on #D6D7CB background

This text has white color on #D6D7CB background.