COLOR #C5ABA1

HEX: #C5ABA1 RGB: (197,171,161)

Color info

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

RGB color model

#C5ABA1 color RGB value is (197,171,161).

RGB: (197,171,161) (77%, 67%, 63%)

RGB channels and saturation

R 197 of 255 = 77%
G 171 of 255 = 67%
B 161 of 255 = 63%

197
171
161

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

Portions of RGB colors in percentages

R + G + B = 197 + 171 + 161 = 529 (100%)
R 197 of 529 ~ 37.24%
G 171 of 529 ~ 32.33%
B 161 of 529 ~ 30.43'%

%37.24
%32.33
%30.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.20%
  • yellow value is 18.27%
  • key color value is 22.75%

CMYK: (0,13,18,23)
C0M13Y18K23 (0%, 13%, 18%, 23%)
(0.00 / 0.13 / 0.18 / 0.23)

CMYK percentages

%0
%13.2
%18.27
%22.75

Codes

Color #C5ABA1 in popluar color models

C5 AB A1
RGB 197 171 161
HSL 17° 23.68% 70.20%
HSB/HSV 17° 18.27% 77.25%
CMYK 0.00% 13.20% 18.27%
22.75%

Color #C5ABA1 in popluar number systems.

HEX C5 AB A1
Decimal 197 171 161
Binary 11000101 10101011 10100001
Octal 305 253 241

Shades and tints

Shades of #C5ABA1

#C5ABA1
(197,171,161)
#B49C93
(180,156,147)
#A38D85
(163,141,133)
#927E77
(146,126,119)
#816F69
(129,111,105)
#70605B
(112,96,91)
#5F514D
(95,81,77)
#4E423F
(78,66,63)
#3D3331
(61,51,49)
#2C2423
(44,36,35)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #C5ABA1

#C5ABA1
(197,171,161)
#CAB2A9
(202,178,169)
#CFB9B1
(207,185,177)
#D4C0B9
(212,192,185)
#D9C7C1
(217,199,193)
#DECEC9
(222,206,201)
#E3D5D1
(227,213,209)
#E8DCD9
(232,220,217)
#EDE3E1
(237,227,225)
#F2EAE9
(242,234,233)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ABA1; }

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

This text font color is #C5ABA1.

Background Color

.myBgColor { background-color: #C5ABA1; }

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

This div background color is #C5ABA1.

Border color

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

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

This div border color is #C5ABA1.

Opacity

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

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

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

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

This text has shadow with #C5ABA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ABA1.

Preview

Color preview on black background

This text has color #C5ABA1 on black background.


Color preview on white background

This text has color #C5ABA1 on white background.


Black color preview on #C5ABA1 background

This text has black color on #C5ABA1 background.


White color preview on #C5ABA1 background

This text has white color on #C5ABA1 background.


Related colors

Complementary color

Complementary color for #hex is #3A545E.


I love getcolorcode.com

Triadic colors

1 #A1C5AB and #ABA1C5 with #C5ABA1 are triadic colors.

2 #A1ABC5 and #ABC5A1 with #C5ABA1 are triadic colors.