COLOR #D1C6AF

HEX: #D1C6AF
RGB: (209,198,175)

Color info

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

RGB color model

#D1C6AF color RGB value is (209,198,175).

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

RGB channels and saturation

R 209 of 255 = 82%
G 198 of 255 = 78%
B 175 of 255 = 69%

209
198
175

R + G + B ~ 76%. #D1C6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 198 + 175 = 582 (100%)
R 209 of 582 ~ 35.91%
G 198 of 582 ~ 34.02%
B 175 of 582 ~ 30.07%

%35.91
%34.02
%30.07

CMYK color model

#D1C6AF color CMYK value is (0,5,16,18).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 16.27%
  • key color value is 18.04%
CMYK:
(0,5,16,18)
C0M5Y16K18 
(0%,5%,16%,18%)
(0.00/0.05/0.16/0.18)	

CMYK percentages

%0
%5.26
%16.27
%18.04

Codes

Color #D1C6AF in popluar color models

D1C6AF
RGB209198175
HSL41°26.98%75.29%
HSB/HSV41°16.27%81.96%
CMYK0.00%5.26%16.27%
18.04%

Color #D1C6AF in popluar number systems.

HEXD1C6AF
Decimal209198175
Binary110100011100011010101111
Octal321306257

Shades and tints

Shades of #D1C6AF

#D1C6AF
(209,198,175)
#BEB4A0
(190,180,160)
#ABA291
(171,162,145)
#989082
(152,144,130)
#857E73
(133,126,115)
#726C64
(114,108,100)
#5F5A55
(95,90,85)
#4C4846
(76,72,70)
#393637
(57,54,55)
#262428
(38,36,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #D1C6AF

#D1C6AF
(209,198,175)
#D5CBB6
(213,203,182)
#D9D0BD
(217,208,189)
#DDD5C4
(221,213,196)
#E1DACB
(225,218,203)
#E5DFD2
(229,223,210)
#E9E4D9
(233,228,217)
#EDE9E0
(237,233,224)
#F1EEE7
(241,238,231)
#F5F3EE
(245,243,238)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C6AF; }

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

This text font color is #D1C6AF.


Background Color

.myBgColor { background-color: #D1C6AF; }

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

This div background color is #D1C6AF.


Border color

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

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

This div border color is #D1C6AF.


Opacity

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

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

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

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

This text has shadow with #D1C6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C6AF on black background.


Color preview on white background

This text has color #D1C6AF on white background.



Black color preview on #D1C6AF background

This text has black color on #D1C6AF background.


White color preview on #D1C6AF background

This text has white color on #D1C6AF background.