COLOR #C5ACA6

HEX: #C5ACA6 RGB: (197,172,166)

Color info

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

RGB color model

#C5ACA6 color RGB value is (197,172,166).

RGB: (197,172,166) (77%, 67%, 65%)

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 166 of 255 = 65%

197
172
166

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

Portions of RGB colors in percentages

R + G + B = 197 + 172 + 166 = 535 (100%)
R 197 of 535 ~ 36.82%
G 172 of 535 ~ 32.15%
B 166 of 535 ~ 31.03'%

%36.82
%32.15
%31.03

CMYK color model

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

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

CMYK: (0,13,16,23)
C0M13Y16K23 (0%, 13%, 16%, 23%)
(0.00 / 0.13 / 0.16 / 0.23)

CMYK percentages

%0
%12.69
%15.74
%22.75

Codes

Color #C5ACA6 in popluar color models

C5 AC A6
RGB 197 172 166
HSL 12° 21.09% 71.18%
HSB/HSV 12° 15.74% 77.25%
CMYK 0.00% 12.69% 15.74%
22.75%

Color #C5ACA6 in popluar number systems.

HEX C5 AC A6
Decimal 197 172 166
Binary 11000101 10101100 10100110
Octal 305 254 246

Shades and tints

Shades of #C5ACA6

#C5ACA6
(197,172,166)
#B49D97
(180,157,151)
#A38E88
(163,142,136)
#927F79
(146,127,121)
#81706A
(129,112,106)
#70615B
(112,97,91)
#5F524C
(95,82,76)
#4E433D
(78,67,61)
#3D342E
(61,52,46)
#2C251F
(44,37,31)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #C5ACA6

#C5ACA6
(197,172,166)
#CAB3AE
(202,179,174)
#CFBAB6
(207,186,182)
#D4C1BE
(212,193,190)
#D9C8C6
(217,200,198)
#DECFCE
(222,207,206)
#E3D6D6
(227,214,214)
#E8DDDE
(232,221,222)
#EDE4E6
(237,228,230)
#F2EBEE
(242,235,238)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ACA6; }

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

This text font color is #C5ACA6.

Background Color

.myBgColor { background-color: #C5ACA6; }

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

This div background color is #C5ACA6.

Border color

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

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

This div border color is #C5ACA6.

Opacity

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

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

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

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

This text has shadow with #C5ACA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ACA6.

Preview

Color preview on black background

This text has color #C5ACA6 on black background.


Color preview on white background

This text has color #C5ACA6 on white background.


Black color preview on #C5ACA6 background

This text has black color on #C5ACA6 background.


White color preview on #C5ACA6 background

This text has white color on #C5ACA6 background.


Related colors

Complementary color

Complementary color for #hex is #3A5359.


I love getcolorcode.com

Triadic colors

1 #A6C5AC and #ACA6C5 with #C5ACA6 are triadic colors.

2 #A6ACC5 and #ACC5A6 with #C5ACA6 are triadic colors.