COLOR #C5AC97

HEX: #C5AC97 RGB: (197,172,151)

Color info

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

RGB color model

#C5AC97 color RGB value is (197,172,151).

RGB: (197,172,151) (77%, 67%, 59%)

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 151 of 255 = 59%

197
172
151

R + G + B ~ 68%. #C5AC97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 172 + 151 = 520 (100%)
R 197 of 520 ~ 37.88%
G 172 of 520 ~ 33.08%
B 151 of 520 ~ 29.04'%

%37.88
%33.08
%29.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 23.35%
  • key color value is 22.75%

CMYK: (0,13,23,23)
C0M13Y23K23 (0%, 13%, 23%, 23%)
(0.00 / 0.13 / 0.23 / 0.23)

CMYK percentages

%0
%12.69
%23.35
%22.75

Codes

Color #C5AC97 in popluar color models

C5 AC 97
RGB 197 172 151
HSL 27° 28.40% 68.24%
HSB/HSV 27° 23.35% 77.25%
CMYK 0.00% 12.69% 23.35%
22.75%

Color #C5AC97 in popluar number systems.

HEX C5 AC 97
Decimal 197 172 151
Binary 11000101 10101100 10010111
Octal 305 254 227

Shades and tints

Shades of #C5AC97

#C5AC97
(197,172,151)
#B49D8A
(180,157,138)
#A38E7D
(163,142,125)
#927F70
(146,127,112)
#817063
(129,112,99)
#706156
(112,97,86)
#5F5249
(95,82,73)
#4E433C
(78,67,60)
#3D342F
(61,52,47)
#2C2522
(44,37,34)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #C5AC97

#C5AC97
(197,172,151)
#CAB3A0
(202,179,160)
#CFBAA9
(207,186,169)
#D4C1B2
(212,193,178)
#D9C8BB
(217,200,187)
#DECFC4
(222,207,196)
#E3D6CD
(227,214,205)
#E8DDD6
(232,221,214)
#EDE4DF
(237,228,223)
#F2EBE8
(242,235,232)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AC97; }

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

This text font color is #C5AC97.

Background Color

.myBgColor { background-color: #C5AC97; }

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

This div background color is #C5AC97.

Border color

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

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

This div border color is #C5AC97.

Opacity

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

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

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

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

This text has shadow with #C5AC97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AC97.

Preview

Color preview on black background

This text has color #C5AC97 on black background.


Color preview on white background

This text has color #C5AC97 on white background.


Black color preview on #C5AC97 background

This text has black color on #C5AC97 background.


White color preview on #C5AC97 background

This text has white color on #C5AC97 background.


Related colors

Complementary color

Complementary color for #hex is #3A5368.


I love getcolorcode.com

Triadic colors

1 #97C5AC and #AC97C5 with #C5AC97 are triadic colors.

2 #97ACC5 and #ACC597 with #C5AC97 are triadic colors.