COLOR #C5A3BE

HEX: #C5A3BE
RGB: (197,163,190)

Color info

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

RGB color model

#C5A3BE color RGB value is (197,163,190).

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

RGB channels and saturation

R 197 of 255 = 77%
G 163 of 255 = 64%
B 190 of 255 = 75%

197
163
190

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

Portions of RGB colors in percentages

R + G + B =
197 + 163 + 190 = 550 (100%)
R 197 of 550 ~ 35.82%
G 163 of 550 ~ 29.64%
B 190 of 550 ~ 34.55%

%35.82
%29.64
%34.55

CMYK color model

#C5A3BE color CMYK value is (0,17,4,23).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(0,17,4,23)
C0M17Y4K23 
(0%,17%,4%,23%)
(0.00/0.17/0.04/0.23)	

CMYK percentages

%0
%17.26
%3.55
%22.75

Codes

Color #C5A3BE in popluar color models

C5A3BE
RGB197163190
HSL312°22.67%70.59%
HSB/HSV312°17.26%77.25%
CMYK0.00%17.26%3.55%
22.75%

Color #C5A3BE in popluar number systems.

HEXC5A3BE
Decimal197163190
Binary110001011010001110111110
Octal305243276

Shades and tints

Shades of #C5A3BE

#C5A3BE
(197,163,190)
#B495AD
(180,149,173)
#A3879C
(163,135,156)
#92798B
(146,121,139)
#816B7A
(129,107,122)
#705D69
(112,93,105)
#5F4F58
(95,79,88)
#4E4147
(78,65,71)
#3D3336
(61,51,54)
#2C2525
(44,37,37)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #C5A3BE

#C5A3BE
(197,163,190)
#CAABC3
(202,171,195)
#CFB3C8
(207,179,200)
#D4BBCD
(212,187,205)
#D9C3D2
(217,195,210)
#DECBD7
(222,203,215)
#E3D3DC
(227,211,220)
#E8DBE1
(232,219,225)
#EDE3E6
(237,227,230)
#F2EBEB
(242,235,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A3BE; }

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

This text font color is #C5A3BE.


Background Color

.myBgColor { background-color: #C5A3BE; }

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

This div background color is #C5A3BE.


Border color

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

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

This div border color is #C5A3BE.


Opacity

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

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

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

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

This text has shadow with #C5A3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A3BE on black background.


Color preview on white background

This text has color #C5A3BE on white background.



Black color preview on #C5A3BE background

This text has black color on #C5A3BE background.


White color preview on #C5A3BE background

This text has white color on #C5A3BE background.