COLOR #D1C9B5

HEX: #D1C9B5
RGB: (209,201,181)

Color info

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

RGB color model

#D1C9B5 color RGB value is (209,201,181).

  • red value is 209;
  • green value is 201;
  • blue value is 181.
RGB:
(209,201,181)
(82%,79%,71%)

RGB channels and saturation

R 209 of 255 = 82%
G 201 of 255 = 79%
B 181 of 255 = 71%

209
201
181

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

Portions of RGB colors in percentages

R + G + B =
209 + 201 + 181 = 591 (100%)
R 209 of 591 ~ 35.36%
G 201 of 591 ~ 34.01%
B 181 of 591 ~ 30.63%

%35.36
%34.01
%30.63

CMYK color model

#D1C9B5 color CMYK value is (0,4,13,18).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 13.40%
  • key color value is 18.04%
CMYK:
(0,4,13,18)
C0M4Y13K18 
(0%,4%,13%,18%)
(0.00/0.04/0.13/0.18)	

CMYK percentages

%0
%3.83
%13.4
%18.04

Codes

Color #D1C9B5 in popluar color models

D1C9B5
RGB209201181
HSL43°23.33%76.47%
HSB/HSV43°13.40%81.96%
CMYK0.00%3.83%13.40%
18.04%

Color #D1C9B5 in popluar number systems.

HEXD1C9B5
Decimal209201181
Binary110100011100100110110101
Octal321311265

Shades and tints

Shades of #D1C9B5

#D1C9B5
(209,201,181)
#BEB7A5
(190,183,165)
#ABA595
(171,165,149)
#989385
(152,147,133)
#858175
(133,129,117)
#726F65
(114,111,101)
#5F5D55
(95,93,85)
#4C4B45
(76,75,69)
#393935
(57,57,53)
#262725
(38,39,37)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #D1C9B5

#D1C9B5
(209,201,181)
#D5CDBB
(213,205,187)
#D9D1C1
(217,209,193)
#DDD5C7
(221,213,199)
#E1D9CD
(225,217,205)
#E5DDD3
(229,221,211)
#E9E1D9
(233,225,217)
#EDE5DF
(237,229,223)
#F1E9E5
(241,233,229)
#F5EDEB
(245,237,235)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C9B5 color. Also use rgb(209,201,181) instead hex code.

Text Font Color

.myTextColor { color: #D1C9B5; }

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

This text font color is #D1C9B5.


Background Color

.myBgColor { background-color: #D1C9B5; }

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

This div background color is #D1C9B5.


Border color

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

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

This div border color is #D1C9B5.


Opacity

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

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

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

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

This text has shadow with #D1C9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C9B5 on black background.


Color preview on white background

This text has color #D1C9B5 on white background.



Black color preview on #D1C9B5 background

This text has black color on #D1C9B5 background.


White color preview on #D1C9B5 background

This text has white color on #D1C9B5 background.