COLOR #D1C6A2

HEX: #D1C6A2
RGB: (209,198,162)

Color info

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

RGB color model

#D1C6A2 color RGB value is (209,198,162).

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

RGB channels and saturation

R 209 of 255 = 82%
G 198 of 255 = 78%
B 162 of 255 = 64%

209
198
162

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

Portions of RGB colors in percentages

R + G + B =
209 + 198 + 162 = 569 (100%)
R 209 of 569 ~ 36.73%
G 198 of 569 ~ 34.8%
B 162 of 569 ~ 28.47%

%36.73
%34.8
%28.47

CMYK color model

#D1C6A2 color CMYK value is (0,5,22,18).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 22.49%
  • key color value is 18.04%
CMYK:
(0,5,22,18)
C0M5Y22K18 
(0%,5%,22%,18%)
(0.00/0.05/0.22/0.18)	

CMYK percentages

%0
%5.26
%22.49
%18.04

Codes

Color #D1C6A2 in popluar color models

D1C6A2
RGB209198162
HSL46°33.81%72.75%
HSB/HSV46°22.49%81.96%
CMYK0.00%5.26%22.49%
18.04%

Color #D1C6A2 in popluar number systems.

HEXD1C6A2
Decimal209198162
Binary110100011100011010100010
Octal321306242

Shades and tints

Shades of #D1C6A2

#D1C6A2
(209,198,162)
#BEB494
(190,180,148)
#ABA286
(171,162,134)
#989078
(152,144,120)
#857E6A
(133,126,106)
#726C5C
(114,108,92)
#5F5A4E
(95,90,78)
#4C4840
(76,72,64)
#393632
(57,54,50)
#262424
(38,36,36)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #D1C6A2

#D1C6A2
(209,198,162)
#D5CBAA
(213,203,170)
#D9D0B2
(217,208,178)
#DDD5BA
(221,213,186)
#E1DAC2
(225,218,194)
#E5DFCA
(229,223,202)
#E9E4D2
(233,228,210)
#EDE9DA
(237,233,218)
#F1EEE2
(241,238,226)
#F5F3EA
(245,243,234)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C6A2; }

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

This text font color is #D1C6A2.


Background Color

.myBgColor { background-color: #D1C6A2; }

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

This div background color is #D1C6A2.


Border color

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

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

This div border color is #D1C6A2.


Opacity

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

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

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

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

This text has shadow with #D1C6A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C6A2 on black background.


Color preview on white background

This text has color #D1C6A2 on white background.



Black color preview on #D1C6A2 background

This text has black color on #D1C6A2 background.


White color preview on #D1C6A2 background

This text has white color on #D1C6A2 background.