COLOR #C5A4AC

HEX: #C5A4AC
RGB: (197,164,172)

Color info

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

RGB color model

#C5A4AC color RGB value is (197,164,172).

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

RGB channels and saturation

R 197 of 255 = 77%
G 164 of 255 = 64%
B 172 of 255 = 67%

197
164
172

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

Portions of RGB colors in percentages

R + G + B =
197 + 164 + 172 = 533 (100%)
R 197 of 533 ~ 36.96%
G 164 of 533 ~ 30.77%
B 172 of 533 ~ 32.27%

%36.96
%30.77
%32.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.75%
  • yellow value is 12.69%
  • key color value is 22.75%
CMYK:
(0,17,13,23)
C0M17Y13K23 
(0%,17%,13%,23%)
(0.00/0.17/0.13/0.23)	

CMYK percentages

%0
%16.75
%12.69
%22.75

Codes

Color #C5A4AC in popluar color models

C5A4AC
RGB197164172
HSL345°22.15%70.78%
HSB/HSV345°16.75%77.25%
CMYK0.00%16.75%12.69%
22.75%

Color #C5A4AC in popluar number systems.

HEXC5A4AC
Decimal197164172
Binary110001011010010010101100
Octal305244254

Shades and tints

Shades of #C5A4AC

#C5A4AC
(197,164,172)
#B4969D
(180,150,157)
#A3888E
(163,136,142)
#927A7F
(146,122,127)
#816C70
(129,108,112)
#705E61
(112,94,97)
#5F5052
(95,80,82)
#4E4243
(78,66,67)
#3D3434
(61,52,52)
#2C2625
(44,38,37)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #C5A4AC

#C5A4AC
(197,164,172)
#CAACB3
(202,172,179)
#CFB4BA
(207,180,186)
#D4BCC1
(212,188,193)
#D9C4C8
(217,196,200)
#DECCCF
(222,204,207)
#E3D4D6
(227,212,214)
#E8DCDD
(232,220,221)
#EDE4E4
(237,228,228)
#F2ECEB
(242,236,235)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A4AC; }

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

This text font color is #C5A4AC.


Background Color

.myBgColor { background-color: #C5A4AC; }

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

This div background color is #C5A4AC.


Border color

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

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

This div border color is #C5A4AC.


Opacity

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

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

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

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

This text has shadow with #C5A4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A4AC on black background.


Color preview on white background

This text has color #C5A4AC on white background.



Black color preview on #C5A4AC background

This text has black color on #C5A4AC background.


White color preview on #C5A4AC background

This text has white color on #C5A4AC background.