COLOR #D1A69D

HEX: #D1A69D
RGB: (209,166,157)

Color info

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

RGB color model

#D1A69D color RGB value is (209,166,157).

  • red value is 209;
  • green value is 166;
  • blue value is 157.
RGB:
(209,166,157)
(82%,65%,62%)

RGB channels and saturation

R 209 of 255 = 82%
G 166 of 255 = 65%
B 157 of 255 = 62%

209
166
157

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

Portions of RGB colors in percentages

R + G + B =
209 + 166 + 157 = 532 (100%)
R 209 of 532 ~ 39.29%
G 166 of 532 ~ 31.2%
B 157 of 532 ~ 29.51%

%39.29
%31.2
%29.51

CMYK color model

#D1A69D color CMYK value is (0,21,25,18).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 24.88%
  • key color value is 18.04%
CMYK:
(0,21,25,18)
C0M21Y25K18 
(0%,21%,25%,18%)
(0.00/0.21/0.25/0.18)	

CMYK percentages

%0
%20.57
%24.88
%18.04

Codes

Color #D1A69D in popluar color models

D1A69D
RGB209166157
HSL10°36.11%71.76%
HSB/HSV10°24.88%81.96%
CMYK0.00%20.57%24.88%
18.04%

Color #D1A69D in popluar number systems.

HEXD1A69D
Decimal209166157
Binary110100011010011010011101
Octal321246235

Shades and tints

Shades of #D1A69D

#D1A69D
(209,166,157)
#BE978F
(190,151,143)
#AB8881
(171,136,129)
#987973
(152,121,115)
#856A65
(133,106,101)
#725B57
(114,91,87)
#5F4C49
(95,76,73)
#4C3D3B
(76,61,59)
#392E2D
(57,46,45)
#261F1F
(38,31,31)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #D1A69D

#D1A69D
(209,166,157)
#D5AEA5
(213,174,165)
#D9B6AD
(217,182,173)
#DDBEB5
(221,190,181)
#E1C6BD
(225,198,189)
#E5CEC5
(229,206,197)
#E9D6CD
(233,214,205)
#EDDED5
(237,222,213)
#F1E6DD
(241,230,221)
#F5EEE5
(245,238,229)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A69D; }

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

This text font color is #D1A69D.


Background Color

.myBgColor { background-color: #D1A69D; }

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

This div background color is #D1A69D.


Border color

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

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

This div border color is #D1A69D.


Opacity

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

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

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

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

This text has shadow with #D1A69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A69D on black background.


Color preview on white background

This text has color #D1A69D on white background.



Black color preview on #D1A69D background

This text has black color on #D1A69D background.


White color preview on #D1A69D background

This text has white color on #D1A69D background.