COLOR #D6D0CD

HEX: #D6D0CD
RGB: (214,208,205)

Color info

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

RGB color model

#D6D0CD color RGB value is (214,208,205).

  • red value is 214;
  • green value is 208;
  • blue value is 205.
RGB:
(214,208,205)
(84%,82%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 208 of 255 = 82%
B 205 of 255 = 80%

214
208
205

R + G + B ~ 82%. #D6D0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 208 + 205 = 627 (100%)
R 214 of 627 ~ 34.13%
G 208 of 627 ~ 33.17%
B 205 of 627 ~ 32.7%

%34.13
%33.17
%32.7

CMYK color model

#D6D0CD color CMYK value is (0,3,4,16).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 4.21%
  • key color value is 16.08%
CMYK:
(0,3,4,16)
C0M3Y4K16 
(0%,3%,4%,16%)
(0.00/0.03/0.04/0.16)	

CMYK percentages

%0
%2.8
%4.21
%16.08

Codes

Color #D6D0CD in popluar color models

D6D0CD
RGB214208205
HSL20°9.89%82.16%
HSB/HSV20°4.21%83.92%
CMYK0.00%2.80%4.21%
16.08%

Color #D6D0CD in popluar number systems.

HEXD6D0CD
Decimal214208205
Binary110101101101000011001101
Octal326320315

Shades and tints

Shades of #D6D0CD

#D6D0CD
(214,208,205)
#C3BEBB
(195,190,187)
#B0ACA9
(176,172,169)
#9D9A97
(157,154,151)
#8A8885
(138,136,133)
#777673
(119,118,115)
#646461
(100,100,97)
#51524F
(81,82,79)
#3E403D
(62,64,61)
#2B2E2B
(43,46,43)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #D6D0CD

#D6D0CD
(214,208,205)
#D9D4D1
(217,212,209)
#DCD8D5
(220,216,213)
#DFDCD9
(223,220,217)
#E2E0DD
(226,224,221)
#E5E4E1
(229,228,225)
#E8E8E5
(232,232,229)
#EBECE9
(235,236,233)
#EEF0ED
(238,240,237)
#F1F4F1
(241,244,241)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D0CD color. Also use rgb(214,208,205) instead hex code.

Text Font Color

.myTextColor { color: #D6D0CD; }

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

This text font color is #D6D0CD.


Background Color

.myBgColor { background-color: #D6D0CD; }

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

This div background color is #D6D0CD.


Border color

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

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

This div border color is #D6D0CD.


Opacity

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

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

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

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

This text has shadow with #D6D0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D0CD on black background.


Color preview on white background

This text has color #D6D0CD on white background.



Black color preview on #D6D0CD background

This text has black color on #D6D0CD background.


White color preview on #D6D0CD background

This text has white color on #D6D0CD background.