COLOR #C5A3BA

HEX: #C5A3BA
RGB: (197,163,186)

Color info

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

RGB color model

#C5A3BA color RGB value is (197,163,186).

  • red value is 197;
  • green value is 163;
  • blue value is 186.
RGB:
(197,163,186)
(77%,64%,73%)

RGB channels and saturation

R 197 of 255 = 77%
G 163 of 255 = 64%
B 186 of 255 = 73%

197
163
186

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

Portions of RGB colors in percentages

R + G + B =
197 + 163 + 186 = 546 (100%)
R 197 of 546 ~ 36.08%
G 163 of 546 ~ 29.85%
B 186 of 546 ~ 34.07%

%36.08
%29.85
%34.07

CMYK color model

#C5A3BA color CMYK value is (0,17,6,23).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 5.58%
  • key color value is 22.75%
CMYK:
(0,17,6,23)
C0M17Y6K23 
(0%,17%,6%,23%)
(0.00/0.17/0.06/0.23)	

CMYK percentages

%0
%17.26
%5.58
%22.75

Codes

Color #C5A3BA in popluar color models

C5A3BA
RGB197163186
HSL319°22.67%70.59%
HSB/HSV319°17.26%77.25%
CMYK0.00%17.26%5.58%
22.75%

Color #C5A3BA in popluar number systems.

HEXC5A3BA
Decimal197163186
Binary110001011010001110111010
Octal305243272

Shades and tints

Shades of #C5A3BA

#C5A3BA
(197,163,186)
#B495AA
(180,149,170)
#A3879A
(163,135,154)
#92798A
(146,121,138)
#816B7A
(129,107,122)
#705D6A
(112,93,106)
#5F4F5A
(95,79,90)
#4E414A
(78,65,74)
#3D333A
(61,51,58)
#2C252A
(44,37,42)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #C5A3BA

#C5A3BA
(197,163,186)
#CAABC0
(202,171,192)
#CFB3C6
(207,179,198)
#D4BBCC
(212,187,204)
#D9C3D2
(217,195,210)
#DECBD8
(222,203,216)
#E3D3DE
(227,211,222)
#E8DBE4
(232,219,228)
#EDE3EA
(237,227,234)
#F2EBF0
(242,235,240)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A3BA; }

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

This text font color is #C5A3BA.


Background Color

.myBgColor { background-color: #C5A3BA; }

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

This div background color is #C5A3BA.


Border color

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

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

This div border color is #C5A3BA.


Opacity

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

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

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

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

This text has shadow with #C5A3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A3BA on black background.


Color preview on white background

This text has color #C5A3BA on white background.



Black color preview on #C5A3BA background

This text has black color on #C5A3BA background.


White color preview on #C5A3BA background

This text has white color on #C5A3BA background.