COLOR #C5A5BE

HEX: #C5A5BE
RGB: (197,165,190)

Color info

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

RGB color model

#C5A5BE color RGB value is (197,165,190).

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

RGB channels and saturation

R 197 of 255 = 77%
G 165 of 255 = 65%
B 190 of 255 = 75%

197
165
190

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

Portions of RGB colors in percentages

R + G + B =
197 + 165 + 190 = 552 (100%)
R 197 of 552 ~ 35.69%
G 165 of 552 ~ 29.89%
B 190 of 552 ~ 34.42%

%35.69
%29.89
%34.42

CMYK color model

#C5A5BE color CMYK value is (0,16,4,23).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(0,16,4,23)
C0M16Y4K23 
(0%,16%,4%,23%)
(0.00/0.16/0.04/0.23)	

CMYK percentages

%0
%16.24
%3.55
%22.75

Codes

Color #C5A5BE in popluar color models

C5A5BE
RGB197165190
HSL313°21.62%70.98%
HSB/HSV313°16.24%77.25%
CMYK0.00%16.24%3.55%
22.75%

Color #C5A5BE in popluar number systems.

HEXC5A5BE
Decimal197165190
Binary110001011010010110111110
Octal305245276

Shades and tints

Shades of #C5A5BE

#C5A5BE
(197,165,190)
#B496AD
(180,150,173)
#A3879C
(163,135,156)
#92788B
(146,120,139)
#81697A
(129,105,122)
#705A69
(112,90,105)
#5F4B58
(95,75,88)
#4E3C47
(78,60,71)
#3D2D36
(61,45,54)
#2C1E25
(44,30,37)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #C5A5BE

#C5A5BE
(197,165,190)
#CAADC3
(202,173,195)
#CFB5C8
(207,181,200)
#D4BDCD
(212,189,205)
#D9C5D2
(217,197,210)
#DECDD7
(222,205,215)
#E3D5DC
(227,213,220)
#E8DDE1
(232,221,225)
#EDE5E6
(237,229,230)
#F2EDEB
(242,237,235)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A5BE; }

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

This text font color is #C5A5BE.


Background Color

.myBgColor { background-color: #C5A5BE; }

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

This div background color is #C5A5BE.


Border color

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

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

This div border color is #C5A5BE.


Opacity

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

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

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

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

This text has shadow with #C5A5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A5BE on black background.


Color preview on white background

This text has color #C5A5BE on white background.



Black color preview on #C5A5BE background

This text has black color on #C5A5BE background.


White color preview on #C5A5BE background

This text has white color on #C5A5BE background.