COLOR #D3AE89

HEX: #D3AE89
RGB: (211,174,137)

Color info

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

RGB color model

#D3AE89 color RGB value is (211,174,137).

  • red value is 211;
  • green value is 174;
  • blue value is 137.
RGB:
(211,174,137)
(83%,68%,54%)

RGB channels and saturation

R 211 of 255 = 83%
G 174 of 255 = 68%
B 137 of 255 = 54%

211
174
137

R + G + B ~ 68%. #D3AE89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 174 + 137 = 522 (100%)
R 211 of 522 ~ 40.42%
G 174 of 522 ~ 33.33%
B 137 of 522 ~ 26.25%

%40.42
%33.33
%26.25

CMYK color model

#D3AE89 color CMYK value is (0,18,35,17).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 35.07%
  • key color value is 17.25%
CMYK:
(0,18,35,17)
C0M18Y35K17 
(0%,18%,35%,17%)
(0.00/0.18/0.35/0.17)	

CMYK percentages

%0
%17.54
%35.07
%17.25

Codes

Color #D3AE89 in popluar color models

D3AE89
RGB211174137
HSL30°45.68%68.24%
HSB/HSV30°35.07%82.75%
CMYK0.00%17.54%35.07%
17.25%

Color #D3AE89 in popluar number systems.

HEXD3AE89
Decimal211174137
Binary110100111010111010001001
Octal323256211

Shades and tints

Shades of #D3AE89

#D3AE89
(211,174,137)
#C09F7D
(192,159,125)
#AD9071
(173,144,113)
#9A8165
(154,129,101)
#877259
(135,114,89)
#74634D
(116,99,77)
#615441
(97,84,65)
#4E4535
(78,69,53)
#3B3629
(59,54,41)
#28271D
(40,39,29)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #D3AE89

#D3AE89
(211,174,137)
#D7B593
(215,181,147)
#DBBC9D
(219,188,157)
#DFC3A7
(223,195,167)
#E3CAB1
(227,202,177)
#E7D1BB
(231,209,187)
#EBD8C5
(235,216,197)
#EFDFCF
(239,223,207)
#F3E6D9
(243,230,217)
#F7EDE3
(247,237,227)
#FBF4ED
(251,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3AE89 color. Also use rgb(211,174,137) instead hex code.

Text Font Color

.myTextColor { color: #D3AE89; }

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

This text font color is #D3AE89.


Background Color

.myBgColor { background-color: #D3AE89; }

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

This div background color is #D3AE89.


Border color

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

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

This div border color is #D3AE89.


Opacity

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

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

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

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

This text has shadow with #D3AE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AE89 on black background.


Color preview on white background

This text has color #D3AE89 on white background.



Black color preview on #D3AE89 background

This text has black color on #D3AE89 background.


White color preview on #D3AE89 background

This text has white color on #D3AE89 background.