COLOR #C5AC9D

HEX: #C5AC9D
RGB: (197,172,157)

Color info

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

RGB color model

#C5AC9D color RGB value is (197,172,157).

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

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 157 of 255 = 62%

197
172
157

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

Portions of RGB colors in percentages

R + G + B =
197 + 172 + 157 = 526 (100%)
R 197 of 526 ~ 37.45%
G 172 of 526 ~ 32.7%
B 157 of 526 ~ 29.85%

%37.45
%32.7
%29.85

CMYK color model

#C5AC9D color CMYK value is (0,13,20,23).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 20.30%
  • key color value is 22.75%
CMYK:
(0,13,20,23)
C0M13Y20K23 
(0%,13%,20%,23%)
(0.00/0.13/0.20/0.23)	

CMYK percentages

%0
%12.69
%20.3
%22.75

Codes

Color #C5AC9D in popluar color models

C5AC9D
RGB197172157
HSL23°25.64%69.41%
HSB/HSV23°20.30%77.25%
CMYK0.00%12.69%20.30%
22.75%

Color #C5AC9D in popluar number systems.

HEXC5AC9D
Decimal197172157
Binary110001011010110010011101
Octal305254235

Shades and tints

Shades of #C5AC9D

#C5AC9D
(197,172,157)
#B49D8F
(180,157,143)
#A38E81
(163,142,129)
#927F73
(146,127,115)
#817065
(129,112,101)
#706157
(112,97,87)
#5F5249
(95,82,73)
#4E433B
(78,67,59)
#3D342D
(61,52,45)
#2C251F
(44,37,31)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #C5AC9D

#C5AC9D
(197,172,157)
#CAB3A5
(202,179,165)
#CFBAAD
(207,186,173)
#D4C1B5
(212,193,181)
#D9C8BD
(217,200,189)
#DECFC5
(222,207,197)
#E3D6CD
(227,214,205)
#E8DDD5
(232,221,213)
#EDE4DD
(237,228,221)
#F2EBE5
(242,235,229)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AC9D; }

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

This text font color is #C5AC9D.


Background Color

.myBgColor { background-color: #C5AC9D; }

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

This div background color is #C5AC9D.


Border color

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

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

This div border color is #C5AC9D.


Opacity

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

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

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

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

This text has shadow with #C5AC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AC9D on black background.


Color preview on white background

This text has color #C5AC9D on white background.



Black color preview on #C5AC9D background

This text has black color on #C5AC9D background.


White color preview on #C5AC9D background

This text has white color on #C5AC9D background.