COLOR #C5A2AB

HEX: #C5A2AB
RGB: (197,162,171)

Color info

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

RGB color model

#C5A2AB color RGB value is (197,162,171).

  • red value is 197;
  • green value is 162;
  • blue value is 171.
RGB:
(197,162,171)
(77%,64%,67%)

RGB channels and saturation

R 197 of 255 = 77%
G 162 of 255 = 64%
B 171 of 255 = 67%

197
162
171

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

Portions of RGB colors in percentages

R + G + B =
197 + 162 + 171 = 530 (100%)
R 197 of 530 ~ 37.17%
G 162 of 530 ~ 30.57%
B 171 of 530 ~ 32.26%

%37.17
%30.57
%32.26

CMYK color model

#C5A2AB color CMYK value is (0,18,13,23).

  • cyan value is 0.00%
  • magenta value is 17.77%
  • yellow value is 13.20%
  • key color value is 22.75%
CMYK:
(0,18,13,23)
C0M18Y13K23 
(0%,18%,13%,23%)
(0.00/0.18/0.13/0.23)	

CMYK percentages

%0
%17.77
%13.2
%22.75

Codes

Color #C5A2AB in popluar color models

C5A2AB
RGB197162171
HSL345°23.18%70.39%
HSB/HSV345°17.77%77.25%
CMYK0.00%17.77%13.20%
22.75%

Color #C5A2AB in popluar number systems.

HEXC5A2AB
Decimal197162171
Binary110001011010001010101011
Octal305242253

Shades and tints

Shades of #C5A2AB

#C5A2AB
(197,162,171)
#B4949C
(180,148,156)
#A3868D
(163,134,141)
#92787E
(146,120,126)
#816A6F
(129,106,111)
#705C60
(112,92,96)
#5F4E51
(95,78,81)
#4E4042
(78,64,66)
#3D3233
(61,50,51)
#2C2424
(44,36,36)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #C5A2AB

#C5A2AB
(197,162,171)
#CAAAB2
(202,170,178)
#CFB2B9
(207,178,185)
#D4BAC0
(212,186,192)
#D9C2C7
(217,194,199)
#DECACE
(222,202,206)
#E3D2D5
(227,210,213)
#E8DADC
(232,218,220)
#EDE2E3
(237,226,227)
#F2EAEA
(242,234,234)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A2AB color. Also use rgb(197,162,171) instead hex code.

Text Font Color

.myTextColor { color: #C5A2AB; }

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

This text font color is #C5A2AB.


Background Color

.myBgColor { background-color: #C5A2AB; }

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

This div background color is #C5A2AB.


Border color

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

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

This div border color is #C5A2AB.


Opacity

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

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

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

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

This text has shadow with #C5A2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A2AB on black background.


Color preview on white background

This text has color #C5A2AB on white background.



Black color preview on #C5A2AB background

This text has black color on #C5A2AB background.


White color preview on #C5A2AB background

This text has white color on #C5A2AB background.