COLOR #D9AB8E

HEX: #D9AB8E
RGB: (217,171,142)

Color info

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

RGB color model

#D9AB8E color RGB value is (217,171,142).

  • red value is 217;
  • green value is 171;
  • blue value is 142.
RGB:
(217,171,142)
(85%,67%,56%)

RGB channels and saturation

R 217 of 255 = 85%
G 171 of 255 = 67%
B 142 of 255 = 56%

217
171
142

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

Portions of RGB colors in percentages

R + G + B =
217 + 171 + 142 = 530 (100%)
R 217 of 530 ~ 40.94%
G 171 of 530 ~ 32.26%
B 142 of 530 ~ 26.79%

%40.94
%32.26
%26.79

CMYK color model

#D9AB8E color CMYK value is (0,21,35,15).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 34.56%
  • key color value is 14.90%
CMYK:
(0,21,35,15)
C0M21Y35K15 
(0%,21%,35%,15%)
(0.00/0.21/0.35/0.15)	

CMYK percentages

%0
%21.2
%34.56
%14.9

Codes

Color #D9AB8E in popluar color models

D9AB8E
RGB217171142
HSL23°49.67%70.39%
HSB/HSV23°34.56%85.10%
CMYK0.00%21.20%34.56%
14.90%

Color #D9AB8E in popluar number systems.

HEXD9AB8E
Decimal217171142
Binary110110011010101110001110
Octal331253216

Shades and tints

Shades of #D9AB8E

#D9AB8E
(217,171,142)
#C69C82
(198,156,130)
#B38D76
(179,141,118)
#A07E6A
(160,126,106)
#8D6F5E
(141,111,94)
#7A6052
(122,96,82)
#675146
(103,81,70)
#54423A
(84,66,58)
#41332E
(65,51,46)
#2E2422
(46,36,34)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #D9AB8E

#D9AB8E
(217,171,142)
#DCB298
(220,178,152)
#DFB9A2
(223,185,162)
#E2C0AC
(226,192,172)
#E5C7B6
(229,199,182)
#E8CEC0
(232,206,192)
#EBD5CA
(235,213,202)
#EEDCD4
(238,220,212)
#F1E3DE
(241,227,222)
#F4EAE8
(244,234,232)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AB8E color. Also use rgb(217,171,142) instead hex code.

Text Font Color

.myTextColor { color: #D9AB8E; }

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

This text font color is #D9AB8E.


Background Color

.myBgColor { background-color: #D9AB8E; }

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

This div background color is #D9AB8E.


Border color

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

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

This div border color is #D9AB8E.


Opacity

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

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

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

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

This text has shadow with #D9AB8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AB8E on black background.


Color preview on white background

This text has color #D9AB8E on white background.



Black color preview on #D9AB8E background

This text has black color on #D9AB8E background.


White color preview on #D9AB8E background

This text has white color on #D9AB8E background.