COLOR #C5AC93

HEX: #C5AC93
RGB: (197,172,147)

Color info

#C5AC93 contains red, green and blue colors in about the same proportion. Web safe color of #C5AC93 is #CC9999 (or #C99).

RGB color model

#C5AC93 color RGB value is (197,172,147).

  • red value is 197;
  • green value is 172;
  • blue value is 147.
RGB:
(197,172,147)
(77%,67%,58%)

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 147 of 255 = 58%

197
172
147

R + G + B ~ 67%. #C5AC93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 172 + 147 = 516 (100%)
R 197 of 516 ~ 38.18%
G 172 of 516 ~ 33.33%
B 147 of 516 ~ 28.49%

%38.18
%33.33
%28.49

CMYK color model

#C5AC93 color CMYK value is (0,13,25,23).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 25.38%
  • key color value is 22.75%
CMYK:
(0,13,25,23)
C0M13Y25K23 
(0%,13%,25%,23%)
(0.00/0.13/0.25/0.23)	

CMYK percentages

%0
%12.69
%25.38
%22.75

Codes

Color #C5AC93 in popluar color models

C5AC93
RGB197172147
HSL30°30.12%67.45%
HSB/HSV30°25.38%77.25%
CMYK0.00%12.69%25.38%
22.75%

Color #C5AC93 in popluar number systems.

HEXC5AC93
Decimal197172147
Binary110001011010110010010011
Octal305254223

Shades and tints

Shades of #C5AC93

#C5AC93
(197,172,147)
#B49D86
(180,157,134)
#A38E79
(163,142,121)
#927F6C
(146,127,108)
#81705F
(129,112,95)
#706152
(112,97,82)
#5F5245
(95,82,69)
#4E4338
(78,67,56)
#3D342B
(61,52,43)
#2C251E
(44,37,30)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #C5AC93

#C5AC93
(197,172,147)
#CAB39C
(202,179,156)
#CFBAA5
(207,186,165)
#D4C1AE
(212,193,174)
#D9C8B7
(217,200,183)
#DECFC0
(222,207,192)
#E3D6C9
(227,214,201)
#E8DDD2
(232,221,210)
#EDE4DB
(237,228,219)
#F2EBE4
(242,235,228)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AC93; }

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

This text font color is #C5AC93.


Background Color

.myBgColor { background-color: #C5AC93; }

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

This div background color is #C5AC93.


Border color

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

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

This div border color is #C5AC93.


Opacity

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

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

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

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

This text has shadow with #C5AC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AC93 on black background.


Color preview on white background

This text has color #C5AC93 on white background.



Black color preview on #C5AC93 background

This text has black color on #C5AC93 background.


White color preview on #C5AC93 background

This text has white color on #C5AC93 background.