COLOR #D1A689

HEX: #D1A689
RGB: (209,166,137)

Color info

#D1A689 contains mainly red and green colors. Web safe color of #D1A689 is #CC9999 (or #C99).

RGB color model

#D1A689 color RGB value is (209,166,137).

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

RGB channels and saturation

R 209 of 255 = 82%
G 166 of 255 = 65%
B 137 of 255 = 54%

209
166
137

R + G + B ~ 67%. #D1A689 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 166 + 137 = 512 (100%)
R 209 of 512 ~ 40.82%
G 166 of 512 ~ 32.42%
B 137 of 512 ~ 26.76%

%40.82
%32.42
%26.76

CMYK color model

#D1A689 color CMYK value is (0,21,34,18).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 34.45%
  • key color value is 18.04%
CMYK:
(0,21,34,18)
C0M21Y34K18 
(0%,21%,34%,18%)
(0.00/0.21/0.34/0.18)	

CMYK percentages

%0
%20.57
%34.45
%18.04

Codes

Color #D1A689 in popluar color models

D1A689
RGB209166137
HSL24°43.90%67.84%
HSB/HSV24°34.45%81.96%
CMYK0.00%20.57%34.45%
18.04%

Color #D1A689 in popluar number systems.

HEXD1A689
Decimal209166137
Binary110100011010011010001001
Octal321246211

Shades and tints

Shades of #D1A689

#D1A689
(209,166,137)
#BE977D
(190,151,125)
#AB8871
(171,136,113)
#987965
(152,121,101)
#856A59
(133,106,89)
#725B4D
(114,91,77)
#5F4C41
(95,76,65)
#4C3D35
(76,61,53)
#392E29
(57,46,41)
#261F1D
(38,31,29)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #D1A689

#D1A689
(209,166,137)
#D5AE93
(213,174,147)
#D9B69D
(217,182,157)
#DDBEA7
(221,190,167)
#E1C6B1
(225,198,177)
#E5CEBB
(229,206,187)
#E9D6C5
(233,214,197)
#EDDECF
(237,222,207)
#F1E6D9
(241,230,217)
#F5EEE3
(245,238,227)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A689; }

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

This text font color is #D1A689.


Background Color

.myBgColor { background-color: #D1A689; }

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

This div background color is #D1A689.


Border color

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

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

This div border color is #D1A689.


Opacity

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

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

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

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

This text has shadow with #D1A689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A689 on black background.


Color preview on white background

This text has color #D1A689 on white background.



Black color preview on #D1A689 background

This text has black color on #D1A689 background.


White color preview on #D1A689 background

This text has white color on #D1A689 background.