COLOR #D2CCA7

HEX: #D2CCA7
RGB: (210,204,167)

Color info

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

RGB color model

#D2CCA7 color RGB value is (210,204,167).

  • red value is 210;
  • green value is 204;
  • blue value is 167.
RGB:
(210,204,167)
(82%,80%,65%)

RGB channels and saturation

R 210 of 255 = 82%
G 204 of 255 = 80%
B 167 of 255 = 65%

210
204
167

R + G + B ~ 76%. #D2CCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 204 + 167 = 581 (100%)
R 210 of 581 ~ 36.14%
G 204 of 581 ~ 35.11%
B 167 of 581 ~ 28.74%

%36.14
%35.11
%28.74

CMYK color model

#D2CCA7 color CMYK value is (0,3,20,18).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 20.48%
  • key color value is 17.65%
CMYK:
(0,3,20,18)
C0M3Y20K18 
(0%,3%,20%,18%)
(0.00/0.03/0.20/0.18)	

CMYK percentages

%0
%2.86
%20.48
%17.65

Codes

Color #D2CCA7 in popluar color models

D2CCA7
RGB210204167
HSL52°32.33%73.92%
HSB/HSV52°20.48%82.35%
CMYK0.00%2.86%20.48%
17.65%

Color #D2CCA7 in popluar number systems.

HEXD2CCA7
Decimal210204167
Binary110100101100110010100111
Octal322314247

Shades and tints

Shades of #D2CCA7

#D2CCA7
(210,204,167)
#BFBA98
(191,186,152)
#ACA889
(172,168,137)
#99967A
(153,150,122)
#86846B
(134,132,107)
#73725C
(115,114,92)
#60604D
(96,96,77)
#4D4E3E
(77,78,62)
#3A3C2F
(58,60,47)
#272A20
(39,42,32)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #D2CCA7

#D2CCA7
(210,204,167)
#D6D0AF
(214,208,175)
#DAD4B7
(218,212,183)
#DED8BF
(222,216,191)
#E2DCC7
(226,220,199)
#E6E0CF
(230,224,207)
#EAE4D7
(234,228,215)
#EEE8DF
(238,232,223)
#F2ECE7
(242,236,231)
#F6F0EF
(246,240,239)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CCA7 color. Also use rgb(210,204,167) instead hex code.

Text Font Color

.myTextColor { color: #D2CCA7; }

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

This text font color is #D2CCA7.


Background Color

.myBgColor { background-color: #D2CCA7; }

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

This div background color is #D2CCA7.


Border color

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

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

This div border color is #D2CCA7.


Opacity

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

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

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

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

This text has shadow with #D2CCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CCA7 on black background.


Color preview on white background

This text has color #D2CCA7 on white background.



Black color preview on #D2CCA7 background

This text has black color on #D2CCA7 background.


White color preview on #D2CCA7 background

This text has white color on #D2CCA7 background.