COLOR #D1C6AA

HEX: #D1C6AA
RGB: (209,198,170)

Color info

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

RGB color model

#D1C6AA color RGB value is (209,198,170).

  • red value is 209;
  • green value is 198;
  • blue value is 170.
RGB:
(209,198,170)
(82%,78%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 198 of 255 = 78%
B 170 of 255 = 67%

209
198
170

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

Portions of RGB colors in percentages

R + G + B =
209 + 198 + 170 = 577 (100%)
R 209 of 577 ~ 36.22%
G 198 of 577 ~ 34.32%
B 170 of 577 ~ 29.46%

%36.22
%34.32
%29.46

CMYK color model

#D1C6AA color CMYK value is (0,5,19,18).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 18.66%
  • key color value is 18.04%
CMYK:
(0,5,19,18)
C0M5Y19K18 
(0%,5%,19%,18%)
(0.00/0.05/0.19/0.18)	

CMYK percentages

%0
%5.26
%18.66
%18.04

Codes

Color #D1C6AA in popluar color models

D1C6AA
RGB209198170
HSL43°29.77%74.31%
HSB/HSV43°18.66%81.96%
CMYK0.00%5.26%18.66%
18.04%

Color #D1C6AA in popluar number systems.

HEXD1C6AA
Decimal209198170
Binary110100011100011010101010
Octal321306252

Shades and tints

Shades of #D1C6AA

#D1C6AA
(209,198,170)
#BEB49B
(190,180,155)
#ABA28C
(171,162,140)
#98907D
(152,144,125)
#857E6E
(133,126,110)
#726C5F
(114,108,95)
#5F5A50
(95,90,80)
#4C4841
(76,72,65)
#393632
(57,54,50)
#262423
(38,36,35)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #D1C6AA

#D1C6AA
(209,198,170)
#D5CBB1
(213,203,177)
#D9D0B8
(217,208,184)
#DDD5BF
(221,213,191)
#E1DAC6
(225,218,198)
#E5DFCD
(229,223,205)
#E9E4D4
(233,228,212)
#EDE9DB
(237,233,219)
#F1EEE2
(241,238,226)
#F5F3E9
(245,243,233)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C6AA color. Also use rgb(209,198,170) instead hex code.

Text Font Color

.myTextColor { color: #D1C6AA; }

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

This text font color is #D1C6AA.


Background Color

.myBgColor { background-color: #D1C6AA; }

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

This div background color is #D1C6AA.


Border color

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

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

This div border color is #D1C6AA.


Opacity

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

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

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

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

This text has shadow with #D1C6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C6AA on black background.


Color preview on white background

This text has color #D1C6AA on white background.



Black color preview on #D1C6AA background

This text has black color on #D1C6AA background.


White color preview on #D1C6AA background

This text has white color on #D1C6AA background.