COLOR #C5ABA4

HEX: #C5ABA4
RGB: (197,171,164)

Color info

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

RGB color model

#C5ABA4 color RGB value is (197,171,164).

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

RGB channels and saturation

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

197
171
164

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

Portions of RGB colors in percentages

R + G + B =
197 + 171 + 164 = 532 (100%)
R 197 of 532 ~ 37.03%
G 171 of 532 ~ 32.14%
B 164 of 532 ~ 30.83%

%37.03
%32.14
%30.83

CMYK color model

#C5ABA4 color CMYK value is (0,13,17,23).

  • cyan value is 0.00%
  • magenta value is 13.20%
  • yellow value is 16.75%
  • key color value is 22.75%
CMYK: (0,13,17,23) C0M13Y17K23 (0%,13%,17%,23%) (0.00/0.13/0.17/0.23)

CMYK percentages

%0
%13.2
%16.75
%22.75

Codes

Color #C5ABA4 in popluar color models

C5ABA4
RGB197171164
HSL13°22.15%70.78%
HSB/HSV13°16.75%77.25%
CMYK0.00%13.20%16.75%
22.75%

Color #C5ABA4 in popluar number systems.

HEXC5ABA4
Decimal197171164
Binary110001011010101110100100
Octal305253244

Shades and tints

Shades of #C5ABA4

#C5ABA4
(197,171,164)
#B49C96
(180,156,150)
#A38D88
(163,141,136)
#927E7A
(146,126,122)
#816F6C
(129,111,108)
#70605E
(112,96,94)
#5F5150
(95,81,80)
#4E4242
(78,66,66)
#3D3334
(61,51,52)
#2C2426
(44,36,38)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #C5ABA4

#C5ABA4
(197,171,164)
#CAB2AC
(202,178,172)
#CFB9B4
(207,185,180)
#D4C0BC
(212,192,188)
#D9C7C4
(217,199,196)
#DECECC
(222,206,204)
#E3D5D4
(227,213,212)
#E8DCDC
(232,220,220)
#EDE3E4
(237,227,228)
#F2EAEC
(242,234,236)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ABA4; }

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

This text font color is #C5ABA4.


Background Color

.myBgColor { background-color: #C5ABA4; }

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

This div background color is #C5ABA4.


Border color

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

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

This div border color is #C5ABA4.


Opacity

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

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

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

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

This text has shadow with #C5ABA4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C5ABA4 on black background.


Color preview on white background

This text has color #C5ABA4 on white background.



Black color preview on #C5ABA4 background

This text has black color on #C5ABA4 background.


White color preview on #C5ABA4 background

This text has white color on #C5ABA4 background.