COLOR #C5ACAF

HEX: #C5ACAF
RGB: (197,172,175)

Color info

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

RGB color model

#C5ACAF color RGB value is (197,172,175).

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

RGB channels and saturation

R 197 of 255 = 77%
G 172 of 255 = 67%
B 175 of 255 = 69%

197
172
175

R + G + B ~ 71%. #C5ACAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 172 + 175 = 544 (100%)
R 197 of 544 ~ 36.21%
G 172 of 544 ~ 31.62%
B 175 of 544 ~ 32.17%

%36.21
%31.62
%32.17

CMYK color model

#C5ACAF color CMYK value is (0,13,11,23).

  • cyan value is 0.00%
  • magenta value is 12.69%
  • yellow value is 11.17%
  • key color value is 22.75%
CMYK:
(0,13,11,23)
C0M13Y11K23 
(0%,13%,11%,23%)
(0.00/0.13/0.11/0.23)	

CMYK percentages

%0
%12.69
%11.17
%22.75

Codes

Color #C5ACAF in popluar color models

C5ACAF
RGB197172175
HSL353°17.73%72.35%
HSB/HSV353°12.69%77.25%
CMYK0.00%12.69%11.17%
22.75%

Color #C5ACAF in popluar number systems.

HEXC5ACAF
Decimal197172175
Binary110001011010110010101111
Octal305254257

Shades and tints

Shades of #C5ACAF

#C5ACAF
(197,172,175)
#B49DA0
(180,157,160)
#A38E91
(163,142,145)
#927F82
(146,127,130)
#817073
(129,112,115)
#706164
(112,97,100)
#5F5255
(95,82,85)
#4E4346
(78,67,70)
#3D3437
(61,52,55)
#2C2528
(44,37,40)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C5ACAF

#C5ACAF
(197,172,175)
#CAB3B6
(202,179,182)
#CFBABD
(207,186,189)
#D4C1C4
(212,193,196)
#D9C8CB
(217,200,203)
#DECFD2
(222,207,210)
#E3D6D9
(227,214,217)
#E8DDE0
(232,221,224)
#EDE4E7
(237,228,231)
#F2EBEE
(242,235,238)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ACAF; }

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

This text font color is #C5ACAF.


Background Color

.myBgColor { background-color: #C5ACAF; }

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

This div background color is #C5ACAF.


Border color

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

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

This div border color is #C5ACAF.


Opacity

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

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

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

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

This text has shadow with #C5ACAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ACAF on black background.


Color preview on white background

This text has color #C5ACAF on white background.



Black color preview on #C5ACAF background

This text has black color on #C5ACAF background.


White color preview on #C5ACAF background

This text has white color on #C5ACAF background.