COLOR #D1A6A4

HEX: #D1A6A4 RGB: (209,166,164)

Color info

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

RGB color model

#D1A6A4 color RGB value is (209,166,164).

RGB: (209,166,164) (82%, 65%, 64%)

RGB channels and saturation

R 209 of 255 = 82%
G 166 of 255 = 65%
B 164 of 255 = 64%

209
166
164

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

Portions of RGB colors in percentages

R + G + B = 209 + 166 + 164 = 539 (100%)
R 209 of 539 ~ 38.78%
G 166 of 539 ~ 30.8%
B 164 of 539 ~ 30.43'%

%38.78
%30.8
%30.43

CMYK color model

#D1A6A4 color CMYK value is (0,21,22,18).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 21.53%
  • key color value is 18.04%

CMYK: (0,21,22,18)
C0M21Y22K18 (0%, 21%, 22%, 18%)
(0.00 / 0.21 / 0.22 / 0.18)

CMYK percentages

%0
%20.57
%21.53
%18.04

Codes

Color #D1A6A4 in popluar color models

D1 A6 A4
RGB 209 166 164
HSL 32.85% 73.14%
HSB/HSV 21.53% 81.96%
CMYK 0.00% 20.57% 21.53%
18.04%

Color #D1A6A4 in popluar number systems.

HEX D1 A6 A4
Decimal 209 166 164
Binary 11010001 10100110 10100100
Octal 321 246 244

Shades and tints

Shades of #D1A6A4

#D1A6A4
(209,166,164)
#BE9796
(190,151,150)
#AB8888
(171,136,136)
#98797A
(152,121,122)
#856A6C
(133,106,108)
#725B5E
(114,91,94)
#5F4C50
(95,76,80)
#4C3D42
(76,61,66)
#392E34
(57,46,52)
#261F26
(38,31,38)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #D1A6A4

#D1A6A4
(209,166,164)
#D5AEAC
(213,174,172)
#D9B6B4
(217,182,180)
#DDBEBC
(221,190,188)
#E1C6C4
(225,198,196)
#E5CECC
(229,206,204)
#E9D6D4
(233,214,212)
#EDDEDC
(237,222,220)
#F1E6E4
(241,230,228)
#F5EEEC
(245,238,236)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A6A4 color. Also use rgb(209,166,164) instead hex code.

Text Font Color

.myTextColor { color: #D1A6A4; }

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

This text font color is #D1A6A4.

Background Color

.myBgColor { background-color: #D1A6A4; }

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

This div background color is #D1A6A4.

Border color

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

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

This div border color is #D1A6A4.

Opacity

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

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

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

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

This text has shadow with #D1A6A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A6A4.

Preview

Color preview on black background

This text has color #D1A6A4 on black background.


Color preview on white background

This text has color #D1A6A4 on white background.


Black color preview on #D1A6A4 background

This text has black color on #D1A6A4 background.


White color preview on #D1A6A4 background

This text has white color on #D1A6A4 background.


Related colors

Complementary color

Complementary color for #hex is #2E595B.


I love getcolorcode.com

Triadic colors

1 #A4D1A6 and #A6A4D1 with #D1A6A4 are triadic colors.

2 #A4A6D1 and #A6D1A4 with #D1A6A4 are triadic colors.