COLOR #D6AC91

HEX: #D6AC91
RGB: (214,172,145)

Color info

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

RGB color model

#D6AC91 color RGB value is (214,172,145).

  • red value is 214;
  • green value is 172;
  • blue value is 145.
RGB:
(214,172,145)
(84%,67%,57%)

RGB channels and saturation

R 214 of 255 = 84%
G 172 of 255 = 67%
B 145 of 255 = 57%

214
172
145

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

Portions of RGB colors in percentages

R + G + B =
214 + 172 + 145 = 531 (100%)
R 214 of 531 ~ 40.3%
G 172 of 531 ~ 32.39%
B 145 of 531 ~ 27.31%

%40.3
%32.39
%27.31

CMYK color model

#D6AC91 color CMYK value is (0,20,32,16).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 32.24%
  • key color value is 16.08%
CMYK:
(0,20,32,16)
C0M20Y32K16 
(0%,20%,32%,16%)
(0.00/0.20/0.32/0.16)	

CMYK percentages

%0
%19.63
%32.24
%16.08

Codes

Color #D6AC91 in popluar color models

D6AC91
RGB214172145
HSL23°45.70%70.39%
HSB/HSV23°32.24%83.92%
CMYK0.00%19.63%32.24%
16.08%

Color #D6AC91 in popluar number systems.

HEXD6AC91
Decimal214172145
Binary110101101010110010010001
Octal326254221

Shades and tints

Shades of #D6AC91

#D6AC91
(214,172,145)
#C39D84
(195,157,132)
#B08E77
(176,142,119)
#9D7F6A
(157,127,106)
#8A705D
(138,112,93)
#776150
(119,97,80)
#645243
(100,82,67)
#514336
(81,67,54)
#3E3429
(62,52,41)
#2B251C
(43,37,28)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #D6AC91

#D6AC91
(214,172,145)
#D9B39B
(217,179,155)
#DCBAA5
(220,186,165)
#DFC1AF
(223,193,175)
#E2C8B9
(226,200,185)
#E5CFC3
(229,207,195)
#E8D6CD
(232,214,205)
#EBDDD7
(235,221,215)
#EEE4E1
(238,228,225)
#F1EBEB
(241,235,235)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AC91 color. Also use rgb(214,172,145) instead hex code.

Text Font Color

.myTextColor { color: #D6AC91; }

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

This text font color is #D6AC91.


Background Color

.myBgColor { background-color: #D6AC91; }

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

This div background color is #D6AC91.


Border color

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

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

This div border color is #D6AC91.


Opacity

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

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

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

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

This text has shadow with #D6AC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AC91 on black background.


Color preview on white background

This text has color #D6AC91 on white background.



Black color preview on #D6AC91 background

This text has black color on #D6AC91 background.


White color preview on #D6AC91 background

This text has white color on #D6AC91 background.