COLOR #D6AC95

HEX: #D6AC95
RGB: (214,172,149)

Color info

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

RGB color model

#D6AC95 color RGB value is (214,172,149).

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

RGB channels and saturation

R 214 of 255 = 84%
G 172 of 255 = 67%
B 149 of 255 = 58%

214
172
149

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

Portions of RGB colors in percentages

R + G + B =
214 + 172 + 149 = 535 (100%)
R 214 of 535 ~ 40%
G 172 of 535 ~ 32.15%
B 149 of 535 ~ 27.85%

%40
%32.15
%27.85

CMYK color model

#D6AC95 color CMYK value is (0,20,30,16).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 30.37%
  • key color value is 16.08%
CMYK:
(0,20,30,16)
C0M20Y30K16 
(0%,20%,30%,16%)
(0.00/0.20/0.30/0.16)	

CMYK percentages

%0
%19.63
%30.37
%16.08

Codes

Color #D6AC95 in popluar color models

D6AC95
RGB214172149
HSL21°44.22%71.18%
HSB/HSV21°30.37%83.92%
CMYK0.00%19.63%30.37%
16.08%

Color #D6AC95 in popluar number systems.

HEXD6AC95
Decimal214172149
Binary110101101010110010010101
Octal326254225

Shades and tints

Shades of #D6AC95

#D6AC95
(214,172,149)
#C39D88
(195,157,136)
#B08E7B
(176,142,123)
#9D7F6E
(157,127,110)
#8A7061
(138,112,97)
#776154
(119,97,84)
#645247
(100,82,71)
#51433A
(81,67,58)
#3E342D
(62,52,45)
#2B2520
(43,37,32)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #D6AC95

#D6AC95
(214,172,149)
#D9B39E
(217,179,158)
#DCBAA7
(220,186,167)
#DFC1B0
(223,193,176)
#E2C8B9
(226,200,185)
#E5CFC2
(229,207,194)
#E8D6CB
(232,214,203)
#EBDDD4
(235,221,212)
#EEE4DD
(238,228,221)
#F1EBE6
(241,235,230)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AC95; }

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

This text font color is #D6AC95.


Background Color

.myBgColor { background-color: #D6AC95; }

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

This div background color is #D6AC95.


Border color

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

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

This div border color is #D6AC95.


Opacity

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

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

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

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

This text has shadow with #D6AC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AC95 on black background.


Color preview on white background

This text has color #D6AC95 on white background.



Black color preview on #D6AC95 background

This text has black color on #D6AC95 background.


White color preview on #D6AC95 background

This text has white color on #D6AC95 background.