COLOR #D1A1A8

HEX: #D1A1A8 RGB: (209,161,168)

Color info

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

RGB color model

#D1A1A8 color RGB value is (209,161,168).

RGB: (209,161,168) (82%, 63%, 66%)

RGB channels and saturation

R 209 of 255 = 82%
G 161 of 255 = 63%
B 168 of 255 = 66%

209
161
168

R + G + B ~ 70%. #D1A1A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 161 + 168 = 538 (100%)
R 209 of 538 ~ 38.85%
G 161 of 538 ~ 29.93%
B 168 of 538 ~ 31.23'%

%38.85
%29.93
%31.23

CMYK color model

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

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

CMYK: (0,23,20,18)
C0M23Y20K18 (0%, 23%, 20%, 18%)
(0.00 / 0.23 / 0.20 / 0.18)

CMYK percentages

%0
%22.97
%19.62
%18.04

Codes

Color #D1A1A8 in popluar color models

D1 A1 A8
RGB 209 161 168
HSL 351° 34.29% 72.55%
HSB/HSV 351° 22.97% 81.96%
CMYK 0.00% 22.97% 19.62%
18.04%

Color #D1A1A8 in popluar number systems.

HEX D1 A1 A8
Decimal 209 161 168
Binary 11010001 10100001 10101000
Octal 321 241 250

Shades and tints

Shades of #D1A1A8

#D1A1A8
(209,161,168)
#BE9399
(190,147,153)
#AB858A
(171,133,138)
#98777B
(152,119,123)
#85696C
(133,105,108)
#725B5D
(114,91,93)
#5F4D4E
(95,77,78)
#4C3F3F
(76,63,63)
#393130
(57,49,48)
#262321
(38,35,33)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #D1A1A8

#D1A1A8
(209,161,168)
#D5A9AF
(213,169,175)
#D9B1B6
(217,177,182)
#DDB9BD
(221,185,189)
#E1C1C4
(225,193,196)
#E5C9CB
(229,201,203)
#E9D1D2
(233,209,210)
#EDD9D9
(237,217,217)
#F1E1E0
(241,225,224)
#F5E9E7
(245,233,231)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A1A8; }

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

This text font color is #D1A1A8.

Background Color

.myBgColor { background-color: #D1A1A8; }

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

This div background color is #D1A1A8.

Border color

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

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

This div border color is #D1A1A8.

Opacity

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

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

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

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

This text has shadow with #D1A1A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A1A8.

Preview

Color preview on black background

This text has color #D1A1A8 on black background.


Color preview on white background

This text has color #D1A1A8 on white background.


Black color preview on #D1A1A8 background

This text has black color on #D1A1A8 background.


White color preview on #D1A1A8 background

This text has white color on #D1A1A8 background.


Related colors

Complementary color

Complementary color for #hex is #2E5E57.


I love getcolorcode.com

Triadic colors

1 #A8D1A1 and #A1A8D1 with #D1A1A8 are triadic colors.

2 #A8A1D1 and #A1D1A8 with #D1A1A8 are triadic colors.