COLOR #C5A8AF

HEX: #C5A8AF
RGB: (197,168,175)

Color info

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

RGB color model

#C5A8AF color RGB value is (197,168,175).

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

RGB channels and saturation

R 197 of 255 = 77%
G 168 of 255 = 66%
B 175 of 255 = 69%

197
168
175

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

Portions of RGB colors in percentages

R + G + B =
197 + 168 + 175 = 540 (100%)
R 197 of 540 ~ 36.48%
G 168 of 540 ~ 31.11%
B 175 of 540 ~ 32.41%

%36.48
%31.11
%32.41

CMYK color model

#C5A8AF color CMYK value is (0,15,11,23).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 11.17%
  • key color value is 22.75%
CMYK:
(0,15,11,23)
C0M15Y11K23 
(0%,15%,11%,23%)
(0.00/0.15/0.11/0.23)	

CMYK percentages

%0
%14.72
%11.17
%22.75

Codes

Color #C5A8AF in popluar color models

C5A8AF
RGB197168175
HSL346°20.00%71.57%
HSB/HSV346°14.72%77.25%
CMYK0.00%14.72%11.17%
22.75%

Color #C5A8AF in popluar number systems.

HEXC5A8AF
Decimal197168175
Binary110001011010100010101111
Octal305250257

Shades and tints

Shades of #C5A8AF

#C5A8AF
(197,168,175)
#B499A0
(180,153,160)
#A38A91
(163,138,145)
#927B82
(146,123,130)
#816C73
(129,108,115)
#705D64
(112,93,100)
#5F4E55
(95,78,85)
#4E3F46
(78,63,70)
#3D3037
(61,48,55)
#2C2128
(44,33,40)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #C5A8AF

#C5A8AF
(197,168,175)
#CAAFB6
(202,175,182)
#CFB6BD
(207,182,189)
#D4BDC4
(212,189,196)
#D9C4CB
(217,196,203)
#DECBD2
(222,203,210)
#E3D2D9
(227,210,217)
#E8D9E0
(232,217,224)
#EDE0E7
(237,224,231)
#F2E7EE
(242,231,238)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A8AF; }

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

This text font color is #C5A8AF.


Background Color

.myBgColor { background-color: #C5A8AF; }

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

This div background color is #C5A8AF.


Border color

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

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

This div border color is #C5A8AF.


Opacity

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

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

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

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

This text has shadow with #C5A8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A8AF on black background.


Color preview on white background

This text has color #C5A8AF on white background.



Black color preview on #C5A8AF background

This text has black color on #C5A8AF background.


White color preview on #C5A8AF background

This text has white color on #C5A8AF background.