COLOR #C5A7A5

HEX: #C5A7A5
RGB: (197,167,165)

Color info

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

RGB color model

#C5A7A5 color RGB value is (197,167,165).

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

RGB channels and saturation

R 197 of 255 = 77%
G 167 of 255 = 65%
B 165 of 255 = 65%

197
167
165

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

Portions of RGB colors in percentages

R + G + B =
197 + 167 + 165 = 529 (100%)
R 197 of 529 ~ 37.24%
G 167 of 529 ~ 31.57%
B 165 of 529 ~ 31.19%

%37.24
%31.57
%31.19

CMYK color model

#C5A7A5 color CMYK value is (0,15,16,23).

  • cyan value is 0.00%
  • magenta value is 15.23%
  • yellow value is 16.24%
  • key color value is 22.75%
CMYK:
(0,15,16,23)
C0M15Y16K23 
(0%,15%,16%,23%)
(0.00/0.15/0.16/0.23)	

CMYK percentages

%0
%15.23
%16.24
%22.75

Codes

Color #C5A7A5 in popluar color models

C5A7A5
RGB197167165
HSL21.62%70.98%
HSB/HSV16.24%77.25%
CMYK0.00%15.23%16.24%
22.75%

Color #C5A7A5 in popluar number systems.

HEXC5A7A5
Decimal197167165
Binary110001011010011110100101
Octal305247245

Shades and tints

Shades of #C5A7A5

#C5A7A5
(197,167,165)
#B49896
(180,152,150)
#A38987
(163,137,135)
#927A78
(146,122,120)
#816B69
(129,107,105)
#705C5A
(112,92,90)
#5F4D4B
(95,77,75)
#4E3E3C
(78,62,60)
#3D2F2D
(61,47,45)
#2C201E
(44,32,30)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #C5A7A5

#C5A7A5
(197,167,165)
#CAAFAD
(202,175,173)
#CFB7B5
(207,183,181)
#D4BFBD
(212,191,189)
#D9C7C5
(217,199,197)
#DECFCD
(222,207,205)
#E3D7D5
(227,215,213)
#E8DFDD
(232,223,221)
#EDE7E5
(237,231,229)
#F2EFED
(242,239,237)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A7A5; }

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

This text font color is #C5A7A5.


Background Color

.myBgColor { background-color: #C5A7A5; }

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

This div background color is #C5A7A5.


Border color

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

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

This div border color is #C5A7A5.


Opacity

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

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

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

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

This text has shadow with #C5A7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A7A5 on black background.


Color preview on white background

This text has color #C5A7A5 on white background.



Black color preview on #C5A7A5 background

This text has black color on #C5A7A5 background.


White color preview on #C5A7A5 background

This text has white color on #C5A7A5 background.