COLOR #D1AD91

HEX: #D1AD91
RGB: (209,173,145)

Color info

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

RGB color model

#D1AD91 color RGB value is (209,173,145).

  • red value is 209;
  • green value is 173;
  • blue value is 145.
RGB:
(209,173,145)
(82%,68%,57%)

RGB channels and saturation

R 209 of 255 = 82%
G 173 of 255 = 68%
B 145 of 255 = 57%

209
173
145

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

Portions of RGB colors in percentages

R + G + B =
209 + 173 + 145 = 527 (100%)
R 209 of 527 ~ 39.66%
G 173 of 527 ~ 32.83%
B 145 of 527 ~ 27.51%

%39.66
%32.83
%27.51

CMYK color model

#D1AD91 color CMYK value is (0,17,31,18).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 30.62%
  • key color value is 18.04%
CMYK:
(0,17,31,18)
C0M17Y31K18 
(0%,17%,31%,18%)
(0.00/0.17/0.31/0.18)	

CMYK percentages

%0
%17.22
%30.62
%18.04

Codes

Color #D1AD91 in popluar color models

D1AD91
RGB209173145
HSL26°41.03%69.41%
HSB/HSV26°30.62%81.96%
CMYK0.00%17.22%30.62%
18.04%

Color #D1AD91 in popluar number systems.

HEXD1AD91
Decimal209173145
Binary110100011010110110010001
Octal321255221

Shades and tints

Shades of #D1AD91

#D1AD91
(209,173,145)
#BE9E84
(190,158,132)
#AB8F77
(171,143,119)
#98806A
(152,128,106)
#85715D
(133,113,93)
#726250
(114,98,80)
#5F5343
(95,83,67)
#4C4436
(76,68,54)
#393529
(57,53,41)
#26261C
(38,38,28)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #D1AD91

#D1AD91
(209,173,145)
#D5B49B
(213,180,155)
#D9BBA5
(217,187,165)
#DDC2AF
(221,194,175)
#E1C9B9
(225,201,185)
#E5D0C3
(229,208,195)
#E9D7CD
(233,215,205)
#EDDED7
(237,222,215)
#F1E5E1
(241,229,225)
#F5ECEB
(245,236,235)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AD91 color. Also use rgb(209,173,145) instead hex code.

Text Font Color

.myTextColor { color: #D1AD91; }

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

This text font color is #D1AD91.


Background Color

.myBgColor { background-color: #D1AD91; }

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

This div background color is #D1AD91.


Border color

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

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

This div border color is #D1AD91.


Opacity

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

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

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

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

This text has shadow with #D1AD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AD91 on black background.


Color preview on white background

This text has color #D1AD91 on white background.



Black color preview on #D1AD91 background

This text has black color on #D1AD91 background.


White color preview on #D1AD91 background

This text has white color on #D1AD91 background.