COLOR #D1AF8E

HEX: #D1AF8E
RGB: (209,175,142)

Color info

#D1AF8E contains mainly red and green colors. Web safe color of #D1AF8E is #CC9999 (or #C99).

RGB color model

#D1AF8E color RGB value is (209,175,142).

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

RGB channels and saturation

R 209 of 255 = 82%
G 175 of 255 = 69%
B 142 of 255 = 56%

209
175
142

R + G + B ~ 69%. #D1AF8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 175 + 142 = 526 (100%)
R 209 of 526 ~ 39.73%
G 175 of 526 ~ 33.27%
B 142 of 526 ~ 27%

%39.73
%33.27
%27

CMYK color model

#D1AF8E color CMYK value is (0,16,32,18).

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 32.06%
  • key color value is 18.04%
CMYK:
(0,16,32,18)
C0M16Y32K18 
(0%,16%,32%,18%)
(0.00/0.16/0.32/0.18)	

CMYK percentages

%0
%16.27
%32.06
%18.04

Codes

Color #D1AF8E in popluar color models

D1AF8E
RGB209175142
HSL30°42.14%68.82%
HSB/HSV30°32.06%81.96%
CMYK0.00%16.27%32.06%
18.04%

Color #D1AF8E in popluar number systems.

HEXD1AF8E
Decimal209175142
Binary110100011010111110001110
Octal321257216

Shades and tints

Shades of #D1AF8E

#D1AF8E
(209,175,142)
#BEA082
(190,160,130)
#AB9176
(171,145,118)
#98826A
(152,130,106)
#85735E
(133,115,94)
#726452
(114,100,82)
#5F5546
(95,85,70)
#4C463A
(76,70,58)
#39372E
(57,55,46)
#262822
(38,40,34)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #D1AF8E

#D1AF8E
(209,175,142)
#D5B698
(213,182,152)
#D9BDA2
(217,189,162)
#DDC4AC
(221,196,172)
#E1CBB6
(225,203,182)
#E5D2C0
(229,210,192)
#E9D9CA
(233,217,202)
#EDE0D4
(237,224,212)
#F1E7DE
(241,231,222)
#F5EEE8
(245,238,232)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AF8E; }

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

This text font color is #D1AF8E.


Background Color

.myBgColor { background-color: #D1AF8E; }

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

This div background color is #D1AF8E.


Border color

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

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

This div border color is #D1AF8E.


Opacity

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

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

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

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

This text has shadow with #D1AF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AF8E on black background.


Color preview on white background

This text has color #D1AF8E on white background.



Black color preview on #D1AF8E background

This text has black color on #D1AF8E background.


White color preview on #D1AF8E background

This text has white color on #D1AF8E background.