COLOR #C5ABB1

HEX: #C5ABB1 RGB: (197,171,177)

Color info

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

RGB color model

#C5ABB1 color RGB value is (197,171,177).

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

RGB channels and saturation

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

197
171
177

R + G + B ~ 71%. #C5ABB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 171 + 177 = 545 (100%)
R 197 of 545 ~ 36.15%
G 171 of 545 ~ 31.38%
B 177 of 545 ~ 32.48'%

%36.15
%31.38
%32.48

CMYK color model

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

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

CMYK: (0,13,10,23)
C0M13Y10K23 (0%, 13%, 10%, 23%)
(0.00 / 0.13 / 0.10 / 0.23)

CMYK percentages

%0
%13.2
%10.15
%22.75

Codes

Color #C5ABB1 in popluar color models

C5 AB B1
RGB 197 171 177
HSL 346° 18.31% 72.16%
HSB/HSV 346° 13.20% 77.25%
CMYK 0.00% 13.20% 10.15%
22.75%

Color #C5ABB1 in popluar number systems.

HEX C5 AB B1
Decimal 197 171 177
Binary 11000101 10101011 10110001
Octal 305 253 261

Shades and tints

Shades of #C5ABB1

#C5ABB1
(197,171,177)
#B49CA1
(180,156,161)
#A38D91
(163,141,145)
#927E81
(146,126,129)
#816F71
(129,111,113)
#706061
(112,96,97)
#5F5151
(95,81,81)
#4E4241
(78,66,65)
#3D3331
(61,51,49)
#2C2421
(44,36,33)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #C5ABB1

#C5ABB1
(197,171,177)
#CAB2B8
(202,178,184)
#CFB9BF
(207,185,191)
#D4C0C6
(212,192,198)
#D9C7CD
(217,199,205)
#DECED4
(222,206,212)
#E3D5DB
(227,213,219)
#E8DCE2
(232,220,226)
#EDE3E9
(237,227,233)
#F2EAF0
(242,234,240)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ABB1; }

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

This text font color is #C5ABB1.

Background Color

.myBgColor { background-color: #C5ABB1; }

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

This div background color is #C5ABB1.

Border color

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

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

This div border color is #C5ABB1.

Opacity

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

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

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

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

This text has shadow with #C5ABB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ABB1.

Preview

Color preview on black background

This text has color #C5ABB1 on black background.


Color preview on white background

This text has color #C5ABB1 on white background.


Black color preview on #C5ABB1 background

This text has black color on #C5ABB1 background.


White color preview on #C5ABB1 background

This text has white color on #C5ABB1 background.


Related colors

Complementary color

Complementary color for #hex is #3A544E.


I love getcolorcode.com

Triadic colors

1 #B1C5AB and #ABB1C5 with #C5ABB1 are triadic colors.

2 #B1ABC5 and #ABC5B1 with #C5ABB1 are triadic colors.