COLOR #D1C6B5

HEX: #D1C6B5
RGB: (209,198,181)

Color info

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

RGB color model

#D1C6B5 color RGB value is (209,198,181).

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

RGB channels and saturation

R 209 of 255 = 82%
G 198 of 255 = 78%
B 181 of 255 = 71%

209
198
181

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

Portions of RGB colors in percentages

R + G + B =
209 + 198 + 181 = 588 (100%)
R 209 of 588 ~ 35.54%
G 198 of 588 ~ 33.67%
B 181 of 588 ~ 30.78%

%35.54
%33.67
%30.78

CMYK color model

#D1C6B5 color CMYK value is (0,5,13,18).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 13.40%
  • key color value is 18.04%
CMYK:
(0,5,13,18)
C0M5Y13K18 
(0%,5%,13%,18%)
(0.00/0.05/0.13/0.18)	

CMYK percentages

%0
%5.26
%13.4
%18.04

Codes

Color #D1C6B5 in popluar color models

D1C6B5
RGB209198181
HSL36°23.33%76.47%
HSB/HSV36°13.40%81.96%
CMYK0.00%5.26%13.40%
18.04%

Color #D1C6B5 in popluar number systems.

HEXD1C6B5
Decimal209198181
Binary110100011100011010110101
Octal321306265

Shades and tints

Shades of #D1C6B5

#D1C6B5
(209,198,181)
#BEB4A5
(190,180,165)
#ABA295
(171,162,149)
#989085
(152,144,133)
#857E75
(133,126,117)
#726C65
(114,108,101)
#5F5A55
(95,90,85)
#4C4845
(76,72,69)
#393635
(57,54,53)
#262425
(38,36,37)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #D1C6B5

#D1C6B5
(209,198,181)
#D5CBBB
(213,203,187)
#D9D0C1
(217,208,193)
#DDD5C7
(221,213,199)
#E1DACD
(225,218,205)
#E5DFD3
(229,223,211)
#E9E4D9
(233,228,217)
#EDE9DF
(237,233,223)
#F1EEE5
(241,238,229)
#F5F3EB
(245,243,235)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C6B5; }

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

This text font color is #D1C6B5.


Background Color

.myBgColor { background-color: #D1C6B5; }

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

This div background color is #D1C6B5.


Border color

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

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

This div border color is #D1C6B5.


Opacity

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

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

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

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

This text has shadow with #D1C6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C6B5 on black background.


Color preview on white background

This text has color #D1C6B5 on white background.



Black color preview on #D1C6B5 background

This text has black color on #D1C6B5 background.


White color preview on #D1C6B5 background

This text has white color on #D1C6B5 background.