COLOR #D1AB8F

HEX: #D1AB8F
RGB: (209,171,143)

Color info

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

RGB color model

#D1AB8F color RGB value is (209,171,143).

  • red value is 209;
  • green value is 171;
  • blue value is 143.
RGB:
(209,171,143)
(82%,67%,56%)

RGB channels and saturation

R 209 of 255 = 82%
G 171 of 255 = 67%
B 143 of 255 = 56%

209
171
143

R + G + B ~ 68%. #D1AB8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 171 + 143 = 523 (100%)
R 209 of 523 ~ 39.96%
G 171 of 523 ~ 32.7%
B 143 of 523 ~ 27.34%

%39.96
%32.7
%27.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 31.58%
  • key color value is 18.04%
CMYK:
(0,18,32,18)
C0M18Y32K18 
(0%,18%,32%,18%)
(0.00/0.18/0.32/0.18)	

CMYK percentages

%0
%18.18
%31.58
%18.04

Codes

Color #D1AB8F in popluar color models

D1AB8F
RGB209171143
HSL25°41.77%69.02%
HSB/HSV25°31.58%81.96%
CMYK0.00%18.18%31.58%
18.04%

Color #D1AB8F in popluar number systems.

HEXD1AB8F
Decimal209171143
Binary110100011010101110001111
Octal321253217

Shades and tints

Shades of #D1AB8F

#D1AB8F
(209,171,143)
#BE9C82
(190,156,130)
#AB8D75
(171,141,117)
#987E68
(152,126,104)
#856F5B
(133,111,91)
#72604E
(114,96,78)
#5F5141
(95,81,65)
#4C4234
(76,66,52)
#393327
(57,51,39)
#26241A
(38,36,26)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #D1AB8F

#D1AB8F
(209,171,143)
#D5B299
(213,178,153)
#D9B9A3
(217,185,163)
#DDC0AD
(221,192,173)
#E1C7B7
(225,199,183)
#E5CEC1
(229,206,193)
#E9D5CB
(233,213,203)
#EDDCD5
(237,220,213)
#F1E3DF
(241,227,223)
#F5EAE9
(245,234,233)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AB8F color. Also use rgb(209,171,143) instead hex code.

Text Font Color

.myTextColor { color: #D1AB8F; }

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

This text font color is #D1AB8F.


Background Color

.myBgColor { background-color: #D1AB8F; }

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

This div background color is #D1AB8F.


Border color

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

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

This div border color is #D1AB8F.


Opacity

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

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

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

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

This text has shadow with #D1AB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AB8F on black background.


Color preview on white background

This text has color #D1AB8F on white background.



Black color preview on #D1AB8F background

This text has black color on #D1AB8F background.


White color preview on #D1AB8F background

This text has white color on #D1AB8F background.