COLOR #D1C7B6

HEX: #D1C7B6
RGB: (209,199,182)

Color info

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

RGB color model

#D1C7B6 color RGB value is (209,199,182).

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

RGB channels and saturation

R 209 of 255 = 82%
G 199 of 255 = 78%
B 182 of 255 = 71%

209
199
182

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

Portions of RGB colors in percentages

R + G + B =
209 + 199 + 182 = 590 (100%)
R 209 of 590 ~ 35.42%
G 199 of 590 ~ 33.73%
B 182 of 590 ~ 30.85%

%35.42
%33.73
%30.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 12.92%
  • 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
%4.78
%12.92
%18.04

Codes

Color #D1C7B6 in popluar color models

D1C7B6
RGB209199182
HSL38°22.69%76.67%
HSB/HSV38°12.92%81.96%
CMYK0.00%4.78%12.92%
18.04%

Color #D1C7B6 in popluar number systems.

HEXD1C7B6
Decimal209199182
Binary110100011100011110110110
Octal321307266

Shades and tints

Shades of #D1C7B6

#D1C7B6
(209,199,182)
#BEB5A6
(190,181,166)
#ABA396
(171,163,150)
#989186
(152,145,134)
#857F76
(133,127,118)
#726D66
(114,109,102)
#5F5B56
(95,91,86)
#4C4946
(76,73,70)
#393736
(57,55,54)
#262526
(38,37,38)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #D1C7B6

#D1C7B6
(209,199,182)
#D5CCBC
(213,204,188)
#D9D1C2
(217,209,194)
#DDD6C8
(221,214,200)
#E1DBCE
(225,219,206)
#E5E0D4
(229,224,212)
#E9E5DA
(233,229,218)
#EDEAE0
(237,234,224)
#F1EFE6
(241,239,230)
#F5F4EC
(245,244,236)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C7B6 color. Also use rgb(209,199,182) instead hex code.

Text Font Color

.myTextColor { color: #D1C7B6; }

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

This text font color is #D1C7B6.


Background Color

.myBgColor { background-color: #D1C7B6; }

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

This div background color is #D1C7B6.


Border color

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

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

This div border color is #D1C7B6.


Opacity

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

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

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

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

This text has shadow with #D1C7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C7B6 on black background.


Color preview on white background

This text has color #D1C7B6 on white background.



Black color preview on #D1C7B6 background

This text has black color on #D1C7B6 background.


White color preview on #D1C7B6 background

This text has white color on #D1C7B6 background.