COLOR #D1A49C

HEX: #D1A49C RGB: (209,164,156)

Color info

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

RGB color model

#D1A49C color RGB value is (209,164,156).

RGB: (209,164,156) (82%, 64%, 61%)

RGB channels and saturation

R 209 of 255 = 82%
G 164 of 255 = 64%
B 156 of 255 = 61%

209
164
156

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

Portions of RGB colors in percentages

R + G + B = 209 + 164 + 156 = 529 (100%)
R 209 of 529 ~ 39.51%
G 164 of 529 ~ 31%
B 156 of 529 ~ 29.49'%

%39.51
%31
%29.49

CMYK color model

#D1A49C color CMYK value is (0,22,25,18).

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

CMYK: (0,22,25,18)
C0M22Y25K18 (0%, 22%, 25%, 18%)
(0.00 / 0.22 / 0.25 / 0.18)

CMYK percentages

%0
%21.53
%25.36
%18.04

Codes

Color #D1A49C in popluar color models

D1 A4 9C
RGB 209 164 156
HSL 36.55% 71.57%
HSB/HSV 25.36% 81.96%
CMYK 0.00% 21.53% 25.36%
18.04%

Color #D1A49C in popluar number systems.

HEX D1 A4 9C
Decimal 209 164 156
Binary 11010001 10100100 10011100
Octal 321 244 234

Shades and tints

Shades of #D1A49C

#D1A49C
(209,164,156)
#BE968E
(190,150,142)
#AB8880
(171,136,128)
#987A72
(152,122,114)
#856C64
(133,108,100)
#725E56
(114,94,86)
#5F5048
(95,80,72)
#4C423A
(76,66,58)
#39342C
(57,52,44)
#26261E
(38,38,30)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #D1A49C

#D1A49C
(209,164,156)
#D5ACA5
(213,172,165)
#D9B4AE
(217,180,174)
#DDBCB7
(221,188,183)
#E1C4C0
(225,196,192)
#E5CCC9
(229,204,201)
#E9D4D2
(233,212,210)
#EDDCDB
(237,220,219)
#F1E4E4
(241,228,228)
#F5ECED
(245,236,237)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A49C; }

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

This text font color is #D1A49C.

Background Color

.myBgColor { background-color: #D1A49C; }

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

This div background color is #D1A49C.

Border color

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

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

This div border color is #D1A49C.

Opacity

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

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

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

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

This text has shadow with #D1A49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A49C.

Preview

Color preview on black background

This text has color #D1A49C on black background.


Color preview on white background

This text has color #D1A49C on white background.


Black color preview on #D1A49C background

This text has black color on #D1A49C background.


White color preview on #D1A49C background

This text has white color on #D1A49C background.


Related colors

Complementary color

Complementary color for #hex is #2E5B63.


I love getcolorcode.com

Triadic colors

1 #9CD1A4 and #A49CD1 with #D1A49C are triadic colors.

2 #9CA4D1 and #A4D19C with #D1A49C are triadic colors.