COLOR #D6CCAD

HEX: #D6CCAD
RGB: (214,204,173)

Color info

#D6CCAD contains red, green and blue colors in about the same proportion. Web safe color of #D6CCAD is #CCCC99 (or #CC9).

RGB color model

#D6CCAD color RGB value is (214,204,173).

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

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 173 of 255 = 68%

214
204
173

R + G + B ~ 77%. #D6CCAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 204 + 173 = 591 (100%)
R 214 of 591 ~ 36.21%
G 204 of 591 ~ 34.52%
B 173 of 591 ~ 29.27%

%36.21
%34.52
%29.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 19.16%
  • key color value is 16.08%
CMYK:
(0,5,19,16)
C0M5Y19K16 
(0%,5%,19%,16%)
(0.00/0.05/0.19/0.16)	

CMYK percentages

%0
%4.67
%19.16
%16.08

Codes

Color #D6CCAD in popluar color models

D6CCAD
RGB214204173
HSL45°33.33%75.88%
HSB/HSV45°19.16%83.92%
CMYK0.00%4.67%19.16%
16.08%

Color #D6CCAD in popluar number systems.

HEXD6CCAD
Decimal214204173
Binary110101101100110010101101
Octal326314255

Shades and tints

Shades of #D6CCAD

#D6CCAD
(214,204,173)
#C3BA9E
(195,186,158)
#B0A88F
(176,168,143)
#9D9680
(157,150,128)
#8A8471
(138,132,113)
#777262
(119,114,98)
#646053
(100,96,83)
#514E44
(81,78,68)
#3E3C35
(62,60,53)
#2B2A26
(43,42,38)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #D6CCAD

#D6CCAD
(214,204,173)
#D9D0B4
(217,208,180)
#DCD4BB
(220,212,187)
#DFD8C2
(223,216,194)
#E2DCC9
(226,220,201)
#E5E0D0
(229,224,208)
#E8E4D7
(232,228,215)
#EBE8DE
(235,232,222)
#EEECE5
(238,236,229)
#F1F0EC
(241,240,236)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CCAD; }

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

This text font color is #D6CCAD.


Background Color

.myBgColor { background-color: #D6CCAD; }

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

This div background color is #D6CCAD.


Border color

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

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

This div border color is #D6CCAD.


Opacity

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

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

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

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

This text has shadow with #D6CCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CCAD on black background.


Color preview on white background

This text has color #D6CCAD on white background.



Black color preview on #D6CCAD background

This text has black color on #D6CCAD background.


White color preview on #D6CCAD background

This text has white color on #D6CCAD background.