COLOR #D1C0AD

HEX: #D1C0AD
RGB: (209,192,173)

Color info

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

RGB color model

#D1C0AD color RGB value is (209,192,173).

  • red value is 209;
  • green value is 192;
  • blue value is 173.
RGB:
(209,192,173)
(82%,75%,68%)

RGB channels and saturation

R 209 of 255 = 82%
G 192 of 255 = 75%
B 173 of 255 = 68%

209
192
173

R + G + B ~ 75%. #D1C0AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 192 + 173 = 574 (100%)
R 209 of 574 ~ 36.41%
G 192 of 574 ~ 33.45%
B 173 of 574 ~ 30.14%

%36.41
%33.45
%30.14

CMYK color model

#D1C0AD color CMYK value is (0,8,17,18).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 17.22%
  • key color value is 18.04%
CMYK:
(0,8,17,18)
C0M8Y17K18 
(0%,8%,17%,18%)
(0.00/0.08/0.17/0.18)	

CMYK percentages

%0
%8.13
%17.22
%18.04

Codes

Color #D1C0AD in popluar color models

D1C0AD
RGB209192173
HSL32°28.13%74.90%
HSB/HSV32°17.22%81.96%
CMYK0.00%8.13%17.22%
18.04%

Color #D1C0AD in popluar number systems.

HEXD1C0AD
Decimal209192173
Binary110100011100000010101101
Octal321300255

Shades and tints

Shades of #D1C0AD

#D1C0AD
(209,192,173)
#BEAF9E
(190,175,158)
#AB9E8F
(171,158,143)
#988D80
(152,141,128)
#857C71
(133,124,113)
#726B62
(114,107,98)
#5F5A53
(95,90,83)
#4C4944
(76,73,68)
#393835
(57,56,53)
#262726
(38,39,38)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #D1C0AD

#D1C0AD
(209,192,173)
#D5C5B4
(213,197,180)
#D9CABB
(217,202,187)
#DDCFC2
(221,207,194)
#E1D4C9
(225,212,201)
#E5D9D0
(229,217,208)
#E9DED7
(233,222,215)
#EDE3DE
(237,227,222)
#F1E8E5
(241,232,229)
#F5EDEC
(245,237,236)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C0AD color. Also use rgb(209,192,173) instead hex code.

Text Font Color

.myTextColor { color: #D1C0AD; }

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

This text font color is #D1C0AD.


Background Color

.myBgColor { background-color: #D1C0AD; }

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

This div background color is #D1C0AD.


Border color

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

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

This div border color is #D1C0AD.


Opacity

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

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

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

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

This text has shadow with #D1C0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C0AD on black background.


Color preview on white background

This text has color #D1C0AD on white background.



Black color preview on #D1C0AD background

This text has black color on #D1C0AD background.


White color preview on #D1C0AD background

This text has white color on #D1C0AD background.