COLOR #C5A3AD

HEX: #C5A3AD
RGB: (197,163,173)

Color info

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

RGB color model

#C5A3AD color RGB value is (197,163,173).

  • red value is 197;
  • green value is 163;
  • blue value is 173.
RGB:
(197,163,173)
(77%,64%,68%)

RGB channels and saturation

R 197 of 255 = 77%
G 163 of 255 = 64%
B 173 of 255 = 68%

197
163
173

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

Portions of RGB colors in percentages

R + G + B =
197 + 163 + 173 = 533 (100%)
R 197 of 533 ~ 36.96%
G 163 of 533 ~ 30.58%
B 173 of 533 ~ 32.46%

%36.96
%30.58
%32.46

CMYK color model

#C5A3AD color CMYK value is (0,17,12,23).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 12.18%
  • key color value is 22.75%
CMYK:
(0,17,12,23)
C0M17Y12K23 
(0%,17%,12%,23%)
(0.00/0.17/0.12/0.23)	

CMYK percentages

%0
%17.26
%12.18
%22.75

Codes

Color #C5A3AD in popluar color models

C5A3AD
RGB197163173
HSL342°22.67%70.59%
HSB/HSV342°17.26%77.25%
CMYK0.00%17.26%12.18%
22.75%

Color #C5A3AD in popluar number systems.

HEXC5A3AD
Decimal197163173
Binary110001011010001110101101
Octal305243255

Shades and tints

Shades of #C5A3AD

#C5A3AD
(197,163,173)
#B4959E
(180,149,158)
#A3878F
(163,135,143)
#927980
(146,121,128)
#816B71
(129,107,113)
#705D62
(112,93,98)
#5F4F53
(95,79,83)
#4E4144
(78,65,68)
#3D3335
(61,51,53)
#2C2526
(44,37,38)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5A3AD

#C5A3AD
(197,163,173)
#CAABB4
(202,171,180)
#CFB3BB
(207,179,187)
#D4BBC2
(212,187,194)
#D9C3C9
(217,195,201)
#DECBD0
(222,203,208)
#E3D3D7
(227,211,215)
#E8DBDE
(232,219,222)
#EDE3E5
(237,227,229)
#F2EBEC
(242,235,236)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A3AD color. Also use rgb(197,163,173) instead hex code.

Text Font Color

.myTextColor { color: #C5A3AD; }

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

This text font color is #C5A3AD.


Background Color

.myBgColor { background-color: #C5A3AD; }

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

This div background color is #C5A3AD.


Border color

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

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

This div border color is #C5A3AD.


Opacity

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

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

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

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

This text has shadow with #C5A3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A3AD on black background.


Color preview on white background

This text has color #C5A3AD on white background.



Black color preview on #C5A3AD background

This text has black color on #C5A3AD background.


White color preview on #C5A3AD background

This text has white color on #C5A3AD background.