COLOR #C5A0BD

HEX: #C5A0BD
RGB: (197,160,189)

Color info

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

RGB color model

#C5A0BD color RGB value is (197,160,189).

  • red value is 197;
  • green value is 160;
  • blue value is 189.
RGB:
(197,160,189)
(77%,63%,74%)

RGB channels and saturation

R 197 of 255 = 77%
G 160 of 255 = 63%
B 189 of 255 = 74%

197
160
189

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

Portions of RGB colors in percentages

R + G + B =
197 + 160 + 189 = 546 (100%)
R 197 of 546 ~ 36.08%
G 160 of 546 ~ 29.3%
B 189 of 546 ~ 34.62%

%36.08
%29.3
%34.62

CMYK color model

#C5A0BD color CMYK value is (0,19,4,23).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 4.06%
  • key color value is 22.75%
CMYK:
(0,19,4,23)
C0M19Y4K23 
(0%,19%,4%,23%)
(0.00/0.19/0.04/0.23)	

CMYK percentages

%0
%18.78
%4.06
%22.75

Codes

Color #C5A0BD in popluar color models

C5A0BD
RGB197160189
HSL313°24.18%70.00%
HSB/HSV313°18.78%77.25%
CMYK0.00%18.78%4.06%
22.75%

Color #C5A0BD in popluar number systems.

HEXC5A0BD
Decimal197160189
Binary110001011010000010111101
Octal305240275

Shades and tints

Shades of #C5A0BD

#C5A0BD
(197,160,189)
#B492AC
(180,146,172)
#A3849B
(163,132,155)
#92768A
(146,118,138)
#816879
(129,104,121)
#705A68
(112,90,104)
#5F4C57
(95,76,87)
#4E3E46
(78,62,70)
#3D3035
(61,48,53)
#2C2224
(44,34,36)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #C5A0BD

#C5A0BD
(197,160,189)
#CAA8C3
(202,168,195)
#CFB0C9
(207,176,201)
#D4B8CF
(212,184,207)
#D9C0D5
(217,192,213)
#DEC8DB
(222,200,219)
#E3D0E1
(227,208,225)
#E8D8E7
(232,216,231)
#EDE0ED
(237,224,237)
#F2E8F3
(242,232,243)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A0BD color. Also use rgb(197,160,189) instead hex code.

Text Font Color

.myTextColor { color: #C5A0BD; }

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

This text font color is #C5A0BD.


Background Color

.myBgColor { background-color: #C5A0BD; }

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

This div background color is #C5A0BD.


Border color

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

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

This div border color is #C5A0BD.


Opacity

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

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

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

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

This text has shadow with #C5A0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A0BD on black background.


Color preview on white background

This text has color #C5A0BD on white background.



Black color preview on #C5A0BD background

This text has black color on #C5A0BD background.


White color preview on #C5A0BD background

This text has white color on #C5A0BD background.