COLOR #C5ABA7

HEX: #C5ABA7
RGB: (197,171,167)

Color info

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

RGB color model

#C5ABA7 color RGB value is (197,171,167).

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

RGB channels and saturation

R 197 of 255 = 77%
G 171 of 255 = 67%
B 167 of 255 = 65%

197
171
167

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

Portions of RGB colors in percentages

R + G + B =
197 + 171 + 167 = 535 (100%)
R 197 of 535 ~ 36.82%
G 171 of 535 ~ 31.96%
B 167 of 535 ~ 31.21%

%36.82
%31.96
%31.21

CMYK color model

#C5ABA7 color CMYK value is (0,13,15,23).

  • cyan value is 0.00%
  • magenta value is 13.20%
  • yellow value is 15.23%
  • key color value is 22.75%
CMYK:
(0,13,15,23)
C0M13Y15K23 
(0%,13%,15%,23%)
(0.00/0.13/0.15/0.23)	

CMYK percentages

%0
%13.2
%15.23
%22.75

Codes

Color #C5ABA7 in popluar color models

C5ABA7
RGB197171167
HSL20.55%71.37%
HSB/HSV15.23%77.25%
CMYK0.00%13.20%15.23%
22.75%

Color #C5ABA7 in popluar number systems.

HEXC5ABA7
Decimal197171167
Binary110001011010101110100111
Octal305253247

Shades and tints

Shades of #C5ABA7

#C5ABA7
(197,171,167)
#B49C98
(180,156,152)
#A38D89
(163,141,137)
#927E7A
(146,126,122)
#816F6B
(129,111,107)
#70605C
(112,96,92)
#5F514D
(95,81,77)
#4E423E
(78,66,62)
#3D332F
(61,51,47)
#2C2420
(44,36,32)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #C5ABA7

#C5ABA7
(197,171,167)
#CAB2AF
(202,178,175)
#CFB9B7
(207,185,183)
#D4C0BF
(212,192,191)
#D9C7C7
(217,199,199)
#DECECF
(222,206,207)
#E3D5D7
(227,213,215)
#E8DCDF
(232,220,223)
#EDE3E7
(237,227,231)
#F2EAEF
(242,234,239)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ABA7; }

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

This text font color is #C5ABA7.


Background Color

.myBgColor { background-color: #C5ABA7; }

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

This div background color is #C5ABA7.


Border color

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

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

This div border color is #C5ABA7.


Opacity

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

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

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

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

This text has shadow with #C5ABA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ABA7 on black background.


Color preview on white background

This text has color #C5ABA7 on white background.



Black color preview on #C5ABA7 background

This text has black color on #C5ABA7 background.


White color preview on #C5ABA7 background

This text has white color on #C5ABA7 background.