COLOR #C5ABB6

HEX: #C5ABB6
RGB: (197,171,182)

Color info

#C5ABB6 contains red, green and blue colors in about the same proportion. Web safe color of #C5ABB6 is #CC99CC (or #C9C).

RGB color model

#C5ABB6 color RGB value is (197,171,182).

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

RGB channels and saturation

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

197
171
182

R + G + B ~ 72%. #C5ABB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 171 + 182 = 550 (100%)
R 197 of 550 ~ 35.82%
G 171 of 550 ~ 31.09%
B 182 of 550 ~ 33.09%

%35.82
%31.09
%33.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.20%
  • yellow value is 7.61%
  • key color value is 22.75%
CMYK:
(0,13,8,23)
C0M13Y8K23 
(0%,13%,8%,23%)
(0.00/0.13/0.08/0.23)	

CMYK percentages

%0
%13.2
%7.61
%22.75

Codes

Color #C5ABB6 in popluar color models

C5ABB6
RGB197171182
HSL335°18.31%72.16%
HSB/HSV335°13.20%77.25%
CMYK0.00%13.20%7.61%
22.75%

Color #C5ABB6 in popluar number systems.

HEXC5ABB6
Decimal197171182
Binary110001011010101110110110
Octal305253266

Shades and tints

Shades of #C5ABB6

#C5ABB6
(197,171,182)
#B49CA6
(180,156,166)
#A38D96
(163,141,150)
#927E86
(146,126,134)
#816F76
(129,111,118)
#706066
(112,96,102)
#5F5156
(95,81,86)
#4E4246
(78,66,70)
#3D3336
(61,51,54)
#2C2426
(44,36,38)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #C5ABB6

#C5ABB6
(197,171,182)
#CAB2BC
(202,178,188)
#CFB9C2
(207,185,194)
#D4C0C8
(212,192,200)
#D9C7CE
(217,199,206)
#DECED4
(222,206,212)
#E3D5DA
(227,213,218)
#E8DCE0
(232,220,224)
#EDE3E6
(237,227,230)
#F2EAEC
(242,234,236)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ABB6; }

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

This text font color is #C5ABB6.


Background Color

.myBgColor { background-color: #C5ABB6; }

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

This div background color is #C5ABB6.


Border color

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

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

This div border color is #C5ABB6.


Opacity

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

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

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

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

This text has shadow with #C5ABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ABB6 on black background.


Color preview on white background

This text has color #C5ABB6 on white background.



Black color preview on #C5ABB6 background

This text has black color on #C5ABB6 background.


White color preview on #C5ABB6 background

This text has white color on #C5ABB6 background.