COLOR #C5ABAB

HEX: #C5ABAB RGB: (197,171,171)

Color info

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

RGB color model

#C5ABAB color RGB value is (197,171,171).

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

RGB channels and saturation

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

197
171
171

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

Portions of RGB colors in percentages

R + G + B = 197 + 171 + 171 = 539 (100%)
R 197 of 539 ~ 36.55%
G 171 of 539 ~ 31.73%
B 171 of 539 ~ 31.73'%

%36.55
%31.73
%31.73

CMYK color model

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

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

CMYK: (0,13,13,23)
C0M13Y13K23 (0%, 13%, 13%, 23%)
(0.00 / 0.13 / 0.13 / 0.23)

CMYK percentages

%0
%13.2
%13.2
%22.75

Codes

Color #C5ABAB in popluar color models

C5 AB AB
RGB 197 171 171
HSL 18.31% 72.16%
HSB/HSV 13.20% 77.25%
CMYK 0.00% 13.20% 13.20%
22.75%

Color #C5ABAB in popluar number systems.

HEX C5 AB AB
Decimal 197 171 171
Binary 11000101 10101011 10101011
Octal 305 253 253

Shades and tints

Shades of #C5ABAB

#C5ABAB
(197,171,171)
#B49C9C
(180,156,156)
#A38D8D
(163,141,141)
#927E7E
(146,126,126)
#816F6F
(129,111,111)
#706060
(112,96,96)
#5F5151
(95,81,81)
#4E4242
(78,66,66)
#3D3333
(61,51,51)
#2C2424
(44,36,36)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #C5ABAB

#C5ABAB
(197,171,171)
#CAB2B2
(202,178,178)
#CFB9B9
(207,185,185)
#D4C0C0
(212,192,192)
#D9C7C7
(217,199,199)
#DECECE
(222,206,206)
#E3D5D5
(227,213,213)
#E8DCDC
(232,220,220)
#EDE3E3
(237,227,227)
#F2EAEA
(242,234,234)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ABAB; }

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

This text font color is #C5ABAB.

Background Color

.myBgColor { background-color: #C5ABAB; }

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

This div background color is #C5ABAB.

Border color

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

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

This div border color is #C5ABAB.

Opacity

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

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

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

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

This text has shadow with #C5ABAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ABAB.

Preview

Color preview on black background

This text has color #C5ABAB on black background.


Color preview on white background

This text has color #C5ABAB on white background.


Black color preview on #C5ABAB background

This text has black color on #C5ABAB background.


White color preview on #C5ABAB background

This text has white color on #C5ABAB background.


Related colors

Complementary color

Complementary color for #hex is #3A5454.


I love getcolorcode.com