COLOR #C5AFA9

HEX: #C5AFA9
RGB: (197,175,169)

Color info

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

RGB color model

#C5AFA9 color RGB value is (197,175,169).

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

RGB channels and saturation

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

197
175
169

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

Portions of RGB colors in percentages

R + G + B =
197 + 175 + 169 = 541 (100%)
R 197 of 541 ~ 36.41%
G 175 of 541 ~ 32.35%
B 169 of 541 ~ 31.24%

%36.41
%32.35
%31.24

CMYK color model

#C5AFA9 color CMYK value is (0,11,14,23).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 14.21%
  • key color value is 22.75%
CMYK:
(0,11,14,23)
C0M11Y14K23 
(0%,11%,14%,23%)
(0.00/0.11/0.14/0.23)	

CMYK percentages

%0
%11.17
%14.21
%22.75

Codes

Color #C5AFA9 in popluar color models

C5AFA9
RGB197175169
HSL13°19.44%71.76%
HSB/HSV13°14.21%77.25%
CMYK0.00%11.17%14.21%
22.75%

Color #C5AFA9 in popluar number systems.

HEXC5AFA9
Decimal197175169
Binary110001011010111110101001
Octal305257251

Shades and tints

Shades of #C5AFA9

#C5AFA9
(197,175,169)
#B4A09A
(180,160,154)
#A3918B
(163,145,139)
#92827C
(146,130,124)
#81736D
(129,115,109)
#70645E
(112,100,94)
#5F554F
(95,85,79)
#4E4640
(78,70,64)
#3D3731
(61,55,49)
#2C2822
(44,40,34)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #C5AFA9

#C5AFA9
(197,175,169)
#CAB6B0
(202,182,176)
#CFBDB7
(207,189,183)
#D4C4BE
(212,196,190)
#D9CBC5
(217,203,197)
#DED2CC
(222,210,204)
#E3D9D3
(227,217,211)
#E8E0DA
(232,224,218)
#EDE7E1
(237,231,225)
#F2EEE8
(242,238,232)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AFA9; }

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

This text font color is #C5AFA9.


Background Color

.myBgColor { background-color: #C5AFA9; }

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

This div background color is #C5AFA9.


Border color

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

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

This div border color is #C5AFA9.


Opacity

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

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

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

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

This text has shadow with #C5AFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AFA9 on black background.


Color preview on white background

This text has color #C5AFA9 on white background.



Black color preview on #C5AFA9 background

This text has black color on #C5AFA9 background.


White color preview on #C5AFA9 background

This text has white color on #C5AFA9 background.