COLOR #C5A9B4

HEX: #C5A9B4
RGB: (197,169,180)

Color info

#C5A9B4 contains red, green and blue colors in about the same proportion. Web safe color of #C5A9B4 is #CC99CC (or #C9C).

RGB color model

#C5A9B4 color RGB value is (197,169,180).

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

RGB channels and saturation

R 197 of 255 = 77%
G 169 of 255 = 66%
B 180 of 255 = 71%

197
169
180

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

Portions of RGB colors in percentages

R + G + B =
197 + 169 + 180 = 546 (100%)
R 197 of 546 ~ 36.08%
G 169 of 546 ~ 30.95%
B 180 of 546 ~ 32.97%

%36.08
%30.95
%32.97

CMYK color model

#C5A9B4 color CMYK value is (0,14,9,23).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 8.63%
  • key color value is 22.75%
CMYK:
(0,14,9,23)
C0M14Y9K23 
(0%,14%,9%,23%)
(0.00/0.14/0.09/0.23)	

CMYK percentages

%0
%14.21
%8.63
%22.75

Codes

Color #C5A9B4 in popluar color models

C5A9B4
RGB197169180
HSL336°19.44%71.76%
HSB/HSV336°14.21%77.25%
CMYK0.00%14.21%8.63%
22.75%

Color #C5A9B4 in popluar number systems.

HEXC5A9B4
Decimal197169180
Binary110001011010100110110100
Octal305251264

Shades and tints

Shades of #C5A9B4

#C5A9B4
(197,169,180)
#B49AA4
(180,154,164)
#A38B94
(163,139,148)
#927C84
(146,124,132)
#816D74
(129,109,116)
#705E64
(112,94,100)
#5F4F54
(95,79,84)
#4E4044
(78,64,68)
#3D3134
(61,49,52)
#2C2224
(44,34,36)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #C5A9B4

#C5A9B4
(197,169,180)
#CAB0BA
(202,176,186)
#CFB7C0
(207,183,192)
#D4BEC6
(212,190,198)
#D9C5CC
(217,197,204)
#DECCD2
(222,204,210)
#E3D3D8
(227,211,216)
#E8DADE
(232,218,222)
#EDE1E4
(237,225,228)
#F2E8EA
(242,232,234)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A9B4; }

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

This text font color is #C5A9B4.


Background Color

.myBgColor { background-color: #C5A9B4; }

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

This div background color is #C5A9B4.


Border color

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

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

This div border color is #C5A9B4.


Opacity

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

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

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

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

This text has shadow with #C5A9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A9B4 on black background.


Color preview on white background

This text has color #C5A9B4 on white background.



Black color preview on #C5A9B4 background

This text has black color on #C5A9B4 background.


White color preview on #C5A9B4 background

This text has white color on #C5A9B4 background.