COLOR #D6AC93

HEX: #D6AC93 RGB: (214,172,147)

Color info

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

RGB color model

#D6AC93 color RGB value is (214,172,147).

RGB: (214,172,147) (84%, 67%, 58%)

RGB channels and saturation

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

214
172
147

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

Portions of RGB colors in percentages

R + G + B = 214 + 172 + 147 = 533 (100%)
R 214 of 533 ~ 40.15%
G 172 of 533 ~ 32.27%
B 147 of 533 ~ 27.58'%

%40.15
%32.27
%27.58

CMYK color model

#D6AC93 color CMYK value is (0,20,31,16).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 31.31%
  • key color value is 16.08%

CMYK: (0,20,31,16)
C0M20Y31K16 (0%, 20%, 31%, 16%)
(0.00 / 0.20 / 0.31 / 0.16)

CMYK percentages

%0
%19.63
%31.31
%16.08

Codes

Color #D6AC93 in popluar color models

D6 AC 93
RGB 214 172 147
HSL 22° 44.97% 70.78%
HSB/HSV 22° 31.31% 83.92%
CMYK 0.00% 19.63% 31.31%
16.08%

Color #D6AC93 in popluar number systems.

HEX D6 AC 93
Decimal 214 172 147
Binary 11010110 10101100 10010011
Octal 326 254 223

Shades and tints

Shades of #D6AC93

#D6AC93
(214,172,147)
#C39D86
(195,157,134)
#B08E79
(176,142,121)
#9D7F6C
(157,127,108)
#8A705F
(138,112,95)
#776152
(119,97,82)
#645245
(100,82,69)
#514338
(81,67,56)
#3E342B
(62,52,43)
#2B251E
(43,37,30)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #D6AC93

#D6AC93
(214,172,147)
#D9B39C
(217,179,156)
#DCBAA5
(220,186,165)
#DFC1AE
(223,193,174)
#E2C8B7
(226,200,183)
#E5CFC0
(229,207,192)
#E8D6C9
(232,214,201)
#EBDDD2
(235,221,210)
#EEE4DB
(238,228,219)
#F1EBE4
(241,235,228)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AC93; }

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

This text font color is #D6AC93.

Background Color

.myBgColor { background-color: #D6AC93; }

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

This div background color is #D6AC93.

Border color

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

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

This div border color is #D6AC93.

Opacity

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

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

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

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

This text has shadow with #D6AC93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6AC93.

Preview

Color preview on black background

This text has color #D6AC93 on black background.


Color preview on white background

This text has color #D6AC93 on white background.


Black color preview on #D6AC93 background

This text has black color on #D6AC93 background.


White color preview on #D6AC93 background

This text has white color on #D6AC93 background.


Related colors

Complementary color

Complementary color for #hex is #29536C.


I love getcolorcode.com

Triadic colors

1 #93D6AC and #AC93D6 with #D6AC93 are triadic colors.

2 #93ACD6 and #ACD693 with #D6AC93 are triadic colors.