COLOR #D9ABA1

HEX: #D9ABA1 RGB: (217,171,161)

Color info

#D9ABA1 contains red, green and blue colors in about the same proportion. Web safe color of #D9ABA1 is #CC9999 (or #C99).

RGB color model

#D9ABA1 color RGB value is (217,171,161).

RGB: (217,171,161) (85%, 67%, 63%)

RGB channels and saturation

R 217 of 255 = 85%
G 171 of 255 = 67%
B 161 of 255 = 63%

217
171
161

R + G + B ~ 72%. #D9ABA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 171 + 161 = 549 (100%)
R 217 of 549 ~ 39.53%
G 171 of 549 ~ 31.15%
B 161 of 549 ~ 29.33'%

%39.53
%31.15
%29.33

CMYK color model

#D9ABA1 color CMYK value is (0,21,26,15).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 25.81%
  • key color value is 14.90%

CMYK: (0,21,26,15)
C0M21Y26K15 (0%, 21%, 26%, 15%)
(0.00 / 0.21 / 0.26 / 0.15)

CMYK percentages

%0
%21.2
%25.81
%14.9

Codes

Color #D9ABA1 in popluar color models

D9 AB A1
RGB 217 171 161
HSL 11° 42.42% 74.12%
HSB/HSV 11° 25.81% 85.10%
CMYK 0.00% 21.20% 25.81%
14.90%

Color #D9ABA1 in popluar number systems.

HEX D9 AB A1
Decimal 217 171 161
Binary 11011001 10101011 10100001
Octal 331 253 241

Shades and tints

Shades of #D9ABA1

#D9ABA1
(217,171,161)
#C69C93
(198,156,147)
#B38D85
(179,141,133)
#A07E77
(160,126,119)
#8D6F69
(141,111,105)
#7A605B
(122,96,91)
#67514D
(103,81,77)
#54423F
(84,66,63)
#413331
(65,51,49)
#2E2423
(46,36,35)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #D9ABA1

#D9ABA1
(217,171,161)
#DCB2A9
(220,178,169)
#DFB9B1
(223,185,177)
#E2C0B9
(226,192,185)
#E5C7C1
(229,199,193)
#E8CEC9
(232,206,201)
#EBD5D1
(235,213,209)
#EEDCD9
(238,220,217)
#F1E3E1
(241,227,225)
#F4EAE9
(244,234,233)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ABA1; }

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

This text font color is #D9ABA1.

Background Color

.myBgColor { background-color: #D9ABA1; }

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

This div background color is #D9ABA1.

Border color

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

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

This div border color is #D9ABA1.

Opacity

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

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

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

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

This text has shadow with #D9ABA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9ABA1.

Preview

Color preview on black background

This text has color #D9ABA1 on black background.


Color preview on white background

This text has color #D9ABA1 on white background.


Black color preview on #D9ABA1 background

This text has black color on #D9ABA1 background.


White color preview on #D9ABA1 background

This text has white color on #D9ABA1 background.


Related colors

Complementary color

Complementary color for #hex is #26545E.


I love getcolorcode.com

Triadic colors

1 #A1D9AB and #ABA1D9 with #D9ABA1 are triadic colors.

2 #A1ABD9 and #ABD9A1 with #D9ABA1 are triadic colors.