COLOR #C5A8AC

HEX: #C5A8AC
RGB: (197,168,172)

Color info

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

RGB color model

#C5A8AC color RGB value is (197,168,172).

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

RGB channels and saturation

R 197 of 255 = 77%
G 168 of 255 = 66%
B 172 of 255 = 67%

197
168
172

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

Portions of RGB colors in percentages

R + G + B =
197 + 168 + 172 = 537 (100%)
R 197 of 537 ~ 36.69%
G 168 of 537 ~ 31.28%
B 172 of 537 ~ 32.03%

%36.69
%31.28
%32.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 12.69%
  • key color value is 22.75%
CMYK:
(0,15,13,23)
C0M15Y13K23 
(0%,15%,13%,23%)
(0.00/0.15/0.13/0.23)	

CMYK percentages

%0
%14.72
%12.69
%22.75

Codes

Color #C5A8AC in popluar color models

C5A8AC
RGB197168172
HSL352°20.00%71.57%
HSB/HSV352°14.72%77.25%
CMYK0.00%14.72%12.69%
22.75%

Color #C5A8AC in popluar number systems.

HEXC5A8AC
Decimal197168172
Binary110001011010100010101100
Octal305250254

Shades and tints

Shades of #C5A8AC

#C5A8AC
(197,168,172)
#B4999D
(180,153,157)
#A38A8E
(163,138,142)
#927B7F
(146,123,127)
#816C70
(129,108,112)
#705D61
(112,93,97)
#5F4E52
(95,78,82)
#4E3F43
(78,63,67)
#3D3034
(61,48,52)
#2C2125
(44,33,37)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #C5A8AC

#C5A8AC
(197,168,172)
#CAAFB3
(202,175,179)
#CFB6BA
(207,182,186)
#D4BDC1
(212,189,193)
#D9C4C8
(217,196,200)
#DECBCF
(222,203,207)
#E3D2D6
(227,210,214)
#E8D9DD
(232,217,221)
#EDE0E4
(237,224,228)
#F2E7EB
(242,231,235)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A8AC; }

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

This text font color is #C5A8AC.


Background Color

.myBgColor { background-color: #C5A8AC; }

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

This div background color is #C5A8AC.


Border color

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

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

This div border color is #C5A8AC.


Opacity

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

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

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

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

This text has shadow with #C5A8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A8AC on black background.


Color preview on white background

This text has color #C5A8AC on white background.



Black color preview on #C5A8AC background

This text has black color on #C5A8AC background.


White color preview on #C5A8AC background

This text has white color on #C5A8AC background.