COLOR #D1ABA8

HEX: #D1ABA8 RGB: (209,171,168)

Color info

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

RGB color model

#D1ABA8 color RGB value is (209,171,168).

RGB: (209,171,168) (82%, 67%, 66%)

RGB channels and saturation

R 209 of 255 = 82%
G 171 of 255 = 67%
B 168 of 255 = 66%

209
171
168

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

Portions of RGB colors in percentages

R + G + B = 209 + 171 + 168 = 548 (100%)
R 209 of 548 ~ 38.14%
G 171 of 548 ~ 31.2%
B 168 of 548 ~ 30.66'%

%38.14
%31.2
%30.66

CMYK color model

#D1ABA8 color CMYK value is (0,18,20,18).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 19.62%
  • key color value is 18.04%

CMYK: (0,18,20,18)
C0M18Y20K18 (0%, 18%, 20%, 18%)
(0.00 / 0.18 / 0.20 / 0.18)

CMYK percentages

%0
%18.18
%19.62
%18.04

Codes

Color #D1ABA8 in popluar color models

D1 AB A8
RGB 209 171 168
HSL 30.83% 73.92%
HSB/HSV 19.62% 81.96%
CMYK 0.00% 18.18% 19.62%
18.04%

Color #D1ABA8 in popluar number systems.

HEX D1 AB A8
Decimal 209 171 168
Binary 11010001 10101011 10101000
Octal 321 253 250

Shades and tints

Shades of #D1ABA8

#D1ABA8
(209,171,168)
#BE9C99
(190,156,153)
#AB8D8A
(171,141,138)
#987E7B
(152,126,123)
#856F6C
(133,111,108)
#72605D
(114,96,93)
#5F514E
(95,81,78)
#4C423F
(76,66,63)
#393330
(57,51,48)
#262421
(38,36,33)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #D1ABA8

#D1ABA8
(209,171,168)
#D5B2AF
(213,178,175)
#D9B9B6
(217,185,182)
#DDC0BD
(221,192,189)
#E1C7C4
(225,199,196)
#E5CECB
(229,206,203)
#E9D5D2
(233,213,210)
#EDDCD9
(237,220,217)
#F1E3E0
(241,227,224)
#F5EAE7
(245,234,231)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ABA8; }

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

This text font color is #D1ABA8.

Background Color

.myBgColor { background-color: #D1ABA8; }

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

This div background color is #D1ABA8.

Border color

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

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

This div border color is #D1ABA8.

Opacity

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

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

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

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

This text has shadow with #D1ABA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1ABA8.

Preview

Color preview on black background

This text has color #D1ABA8 on black background.


Color preview on white background

This text has color #D1ABA8 on white background.


Black color preview on #D1ABA8 background

This text has black color on #D1ABA8 background.


White color preview on #D1ABA8 background

This text has white color on #D1ABA8 background.


Related colors

Complementary color

Complementary color for #hex is #2E5457.


I love getcolorcode.com

Triadic colors

1 #A8D1AB and #ABA8D1 with #D1ABA8 are triadic colors.

2 #A8ABD1 and #ABD1A8 with #D1ABA8 are triadic colors.