COLOR #D6CCB9

HEX: #D6CCB9
RGB: (214,204,185)

Color info

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

RGB color model

#D6CCB9 color RGB value is (214,204,185).

  • red value is 214;
  • green value is 204;
  • blue value is 185.
RGB:
(214,204,185)
(84%,80%,73%)

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 185 of 255 = 73%

214
204
185

R + G + B ~ 79%. #D6CCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 204 + 185 = 603 (100%)
R 214 of 603 ~ 35.49%
G 204 of 603 ~ 33.83%
B 185 of 603 ~ 30.68%

%35.49
%33.83
%30.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 13.55%
  • key color value is 16.08%
CMYK:
(0,5,14,16)
C0M5Y14K16 
(0%,5%,14%,16%)
(0.00/0.05/0.14/0.16)	

CMYK percentages

%0
%4.67
%13.55
%16.08

Codes

Color #D6CCB9 in popluar color models

D6CCB9
RGB214204185
HSL39°26.13%78.24%
HSB/HSV39°13.55%83.92%
CMYK0.00%4.67%13.55%
16.08%

Color #D6CCB9 in popluar number systems.

HEXD6CCB9
Decimal214204185
Binary110101101100110010111001
Octal326314271

Shades and tints

Shades of #D6CCB9

#D6CCB9
(214,204,185)
#C3BAA9
(195,186,169)
#B0A899
(176,168,153)
#9D9689
(157,150,137)
#8A8479
(138,132,121)
#777269
(119,114,105)
#646059
(100,96,89)
#514E49
(81,78,73)
#3E3C39
(62,60,57)
#2B2A29
(43,42,41)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #D6CCB9

#D6CCB9
(214,204,185)
#D9D0BF
(217,208,191)
#DCD4C5
(220,212,197)
#DFD8CB
(223,216,203)
#E2DCD1
(226,220,209)
#E5E0D7
(229,224,215)
#E8E4DD
(232,228,221)
#EBE8E3
(235,232,227)
#EEECE9
(238,236,233)
#F1F0EF
(241,240,239)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CCB9 color. Also use rgb(214,204,185) instead hex code.

Text Font Color

.myTextColor { color: #D6CCB9; }

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

This text font color is #D6CCB9.


Background Color

.myBgColor { background-color: #D6CCB9; }

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

This div background color is #D6CCB9.


Border color

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

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

This div border color is #D6CCB9.


Opacity

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

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

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

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

This text has shadow with #D6CCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CCB9 on black background.


Color preview on white background

This text has color #D6CCB9 on white background.



Black color preview on #D6CCB9 background

This text has black color on #D6CCB9 background.


White color preview on #D6CCB9 background

This text has white color on #D6CCB9 background.