COLOR #C5A8A9

HEX: #C5A8A9 RGB: (197,168,169)

Color info

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

RGB color model

#C5A8A9 color RGB value is (197,168,169).

RGB: (197,168,169) (77%, 66%, 66%)

RGB channels and saturation

R 197 of 255 = 77%
G 168 of 255 = 66%
B 169 of 255 = 66%

197
168
169

R + G + B ~ 70%. #C5A8A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 168 + 169 = 534 (100%)
R 197 of 534 ~ 36.89%
G 168 of 534 ~ 31.46%
B 169 of 534 ~ 31.65'%

%36.89
%31.46
%31.65

CMYK color model

#C5A8A9 color CMYK value is (0,15,14,23).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 14.21%
  • key color value is 22.75%
CMYK: (0,15,14,23) C0M15Y14K23 (0%,15%,14%,23%) (0.00/0.15/0.14/0.23) 

CMYK percentages

%0
%14.72
%14.21
%22.75

Codes

Color #C5A8A9 in popluar color models

C5 A8 A9
RGB 197 168 169
HSL 358° 20.00% 71.57%
HSB/HSV 358° 14.72% 77.25%
CMYK 0.00% 14.72% 14.21%
22.75%

Color #C5A8A9 in popluar number systems.

HEX C5 A8 A9
Decimal 197 168 169
Binary 11000101 10101000 10101001
Octal 305 250 251

Shades and tints

Shades of #C5A8A9

#C5A8A9
(197,168,169)
#B4999A
(180,153,154)
#A38A8B
(163,138,139)
#927B7C
(146,123,124)
#816C6D
(129,108,109)
#705D5E
(112,93,94)
#5F4E4F
(95,78,79)
#4E3F40
(78,63,64)
#3D3031
(61,48,49)
#2C2122
(44,33,34)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #C5A8A9

#C5A8A9
(197,168,169)
#CAAFB0
(202,175,176)
#CFB6B7
(207,182,183)
#D4BDBE
(212,189,190)
#D9C4C5
(217,196,197)
#DECBCC
(222,203,204)
#E3D2D3
(227,210,211)
#E8D9DA
(232,217,218)
#EDE0E1
(237,224,225)
#F2E7E8
(242,231,232)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A8A9; }

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

This text font color is #C5A8A9.

Background Color

.myBgColor { background-color: #C5A8A9; }

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

This div background color is #C5A8A9.

Border color

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

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

This div border color is #C5A8A9.

Opacity

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

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

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

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

This text has shadow with #C5A8A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A8A9.

Preview

Color preview on black background

This text has color #C5A8A9 on black background.


Color preview on white background

This text has color #C5A8A9 on white background.


Black color preview on #C5A8A9 background

This text has black color on #C5A8A9 background.


White color preview on #C5A8A9 background

This text has white color on #C5A8A9 background.


Related colors

Complementary color

Complementary color for #hex is #3A5756.


I love getcolorcode.com

Triadic colors

1 #A9C5A8 and #A8A9C5 with #C5A8A9 are triadic colors.

2 #A9A8C5 and #A8C5A9 with #C5A8A9 are triadic colors.