COLOR #C5ACA5

HEX: #C5ACA5
RGB: (197,172,165)

Color info

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

RGB color model

#C5ACA5 color RGB value is (197,172,165).

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

RGB channels and saturation

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

197
172
165

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

Portions of RGB colors in percentages

R + G + B =
197 + 172 + 165 = 534 (100%)
R 197 of 534 ~ 36.89%
G 172 of 534 ~ 32.21%
B 165 of 534 ~ 30.9%

%36.89
%32.21
%30.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 16.24%
  • 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
%16.24
%22.75

Codes

Color #C5ACA5 in popluar color models

C5ACA5
RGB197172165
HSL13°21.62%70.98%
HSB/HSV13°16.24%77.25%
CMYK0.00%12.69%16.24%
22.75%

Color #C5ACA5 in popluar number systems.

HEXC5ACA5
Decimal197172165
Binary110001011010110010100101
Octal305254245

Shades and tints

Shades of #C5ACA5

#C5ACA5
(197,172,165)
#B49D96
(180,157,150)
#A38E87
(163,142,135)
#927F78
(146,127,120)
#817069
(129,112,105)
#70615A
(112,97,90)
#5F524B
(95,82,75)
#4E433C
(78,67,60)
#3D342D
(61,52,45)
#2C251E
(44,37,30)
#1B160F
(27,22,15)
#000000
(0,0,0)

Tints of #C5ACA5

#C5ACA5
(197,172,165)
#CAB3AD
(202,179,173)
#CFBAB5
(207,186,181)
#D4C1BD
(212,193,189)
#D9C8C5
(217,200,197)
#DECFCD
(222,207,205)
#E3D6D5
(227,214,213)
#E8DDDD
(232,221,221)
#EDE4E5
(237,228,229)
#F2EBED
(242,235,237)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ACA5; }

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

This text font color is #C5ACA5.


Background Color

.myBgColor { background-color: #C5ACA5; }

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

This div background color is #C5ACA5.


Border color

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

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

This div border color is #C5ACA5.


Opacity

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

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

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

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

This text has shadow with #C5ACA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ACA5 on black background.


Color preview on white background

This text has color #C5ACA5 on white background.



Black color preview on #C5ACA5 background

This text has black color on #C5ACA5 background.


White color preview on #C5ACA5 background

This text has white color on #C5ACA5 background.