COLOR #C5A6BB

HEX: #C5A6BB
RGB: (197,166,187)

Color info

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

RGB color model

#C5A6BB color RGB value is (197,166,187).

  • red value is 197;
  • green value is 166;
  • blue value is 187.
RGB:
(197,166,187)
(77%,65%,73%)

RGB channels and saturation

R 197 of 255 = 77%
G 166 of 255 = 65%
B 187 of 255 = 73%

197
166
187

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

Portions of RGB colors in percentages

R + G + B =
197 + 166 + 187 = 550 (100%)
R 197 of 550 ~ 35.82%
G 166 of 550 ~ 30.18%
B 187 of 550 ~ 34%

%35.82
%30.18
%34

CMYK color model

#C5A6BB color CMYK value is (0,16,5,23).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 5.08%
  • key color value is 22.75%
CMYK:
(0,16,5,23)
C0M16Y5K23 
(0%,16%,5%,23%)
(0.00/0.16/0.05/0.23)	

CMYK percentages

%0
%15.74
%5.08
%22.75

Codes

Color #C5A6BB in popluar color models

C5A6BB
RGB197166187
HSL319°21.09%71.18%
HSB/HSV319°15.74%77.25%
CMYK0.00%15.74%5.08%
22.75%

Color #C5A6BB in popluar number systems.

HEXC5A6BB
Decimal197166187
Binary110001011010011010111011
Octal305246273

Shades and tints

Shades of #C5A6BB

#C5A6BB
(197,166,187)
#B497AA
(180,151,170)
#A38899
(163,136,153)
#927988
(146,121,136)
#816A77
(129,106,119)
#705B66
(112,91,102)
#5F4C55
(95,76,85)
#4E3D44
(78,61,68)
#3D2E33
(61,46,51)
#2C1F22
(44,31,34)
#1B1011
(27,16,17)
#000000
(0,0,0)

Tints of #C5A6BB

#C5A6BB
(197,166,187)
#CAAEC1
(202,174,193)
#CFB6C7
(207,182,199)
#D4BECD
(212,190,205)
#D9C6D3
(217,198,211)
#DECED9
(222,206,217)
#E3D6DF
(227,214,223)
#E8DEE5
(232,222,229)
#EDE6EB
(237,230,235)
#F2EEF1
(242,238,241)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A6BB; }

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

This text font color is #C5A6BB.


Background Color

.myBgColor { background-color: #C5A6BB; }

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

This div background color is #C5A6BB.


Border color

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

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

This div border color is #C5A6BB.


Opacity

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

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

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

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

This text has shadow with #C5A6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A6BB on black background.


Color preview on white background

This text has color #C5A6BB on white background.



Black color preview on #C5A6BB background

This text has black color on #C5A6BB background.


White color preview on #C5A6BB background

This text has white color on #C5A6BB background.