COLOR #C5A9A6

HEX: #C5A9A6
RGB: (197,169,166)

Color info

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

RGB color model

#C5A9A6 color RGB value is (197,169,166).

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

RGB channels and saturation

R 197 of 255 = 77%
G 169 of 255 = 66%
B 166 of 255 = 65%

197
169
166

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

Portions of RGB colors in percentages

R + G + B =
197 + 169 + 166 = 532 (100%)
R 197 of 532 ~ 37.03%
G 169 of 532 ~ 31.77%
B 166 of 532 ~ 31.2%

%37.03
%31.77
%31.2

CMYK color model

#C5A9A6 color CMYK value is (0,14,16,23).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 15.74%
  • key color value is 22.75%
CMYK:
(0,14,16,23)
C0M14Y16K23 
(0%,14%,16%,23%)
(0.00/0.14/0.16/0.23)	

CMYK percentages

%0
%14.21
%15.74
%22.75

Codes

Color #C5A9A6 in popluar color models

C5A9A6
RGB197169166
HSL21.09%71.18%
HSB/HSV15.74%77.25%
CMYK0.00%14.21%15.74%
22.75%

Color #C5A9A6 in popluar number systems.

HEXC5A9A6
Decimal197169166
Binary110001011010100110100110
Octal305251246

Shades and tints

Shades of #C5A9A6

#C5A9A6
(197,169,166)
#B49A97
(180,154,151)
#A38B88
(163,139,136)
#927C79
(146,124,121)
#816D6A
(129,109,106)
#705E5B
(112,94,91)
#5F4F4C
(95,79,76)
#4E403D
(78,64,61)
#3D312E
(61,49,46)
#2C221F
(44,34,31)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #C5A9A6

#C5A9A6
(197,169,166)
#CAB0AE
(202,176,174)
#CFB7B6
(207,183,182)
#D4BEBE
(212,190,190)
#D9C5C6
(217,197,198)
#DECCCE
(222,204,206)
#E3D3D6
(227,211,214)
#E8DADE
(232,218,222)
#EDE1E6
(237,225,230)
#F2E8EE
(242,232,238)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A9A6; }

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

This text font color is #C5A9A6.


Background Color

.myBgColor { background-color: #C5A9A6; }

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

This div background color is #C5A9A6.


Border color

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

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

This div border color is #C5A9A6.


Opacity

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

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

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

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

This text has shadow with #C5A9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A9A6 on black background.


Color preview on white background

This text has color #C5A9A6 on white background.



Black color preview on #C5A9A6 background

This text has black color on #C5A9A6 background.


White color preview on #C5A9A6 background

This text has white color on #C5A9A6 background.