COLOR #C5A0CE

HEX: #C5A0CE
RGB: (197,160,206)

Color info

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

RGB color model

#C5A0CE color RGB value is (197,160,206).

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

RGB channels and saturation

R 197 of 255 = 77%
G 160 of 255 = 63%
B 206 of 255 = 81%

197
160
206

R + G + B ~ 74%. #C5A0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 160 + 206 = 563 (100%)
R 197 of 563 ~ 34.99%
G 160 of 563 ~ 28.42%
B 206 of 563 ~ 36.59%

%34.99
%28.42
%36.59

CMYK color model

#C5A0CE color CMYK value is (4,22,0,19).

  • cyan value is 4.37%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(4,22,0,19)
C4M22Y0K19 
(4%,22%,0%,19%)
(0.04/0.22/0.00/0.19)	

CMYK percentages

%4.37
%22.33
%0
%19.22

Codes

Color #C5A0CE in popluar color models

C5A0CE
RGB197160206
HSL288°31.94%71.76%
HSB/HSV288°22.33%80.78%
CMYK4.37%22.33%0.00%
19.22%

Color #C5A0CE in popluar number systems.

HEXC5A0CE
Decimal197160206
Binary110001011010000011001110
Octal305240316

Shades and tints

Shades of #C5A0CE

#C5A0CE
(197,160,206)
#B492BC
(180,146,188)
#A384AA
(163,132,170)
#927698
(146,118,152)
#816886
(129,104,134)
#705A74
(112,90,116)
#5F4C62
(95,76,98)
#4E3E50
(78,62,80)
#3D303E
(61,48,62)
#2C222C
(44,34,44)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #C5A0CE

#C5A0CE
(197,160,206)
#CAA8D2
(202,168,210)
#CFB0D6
(207,176,214)
#D4B8DA
(212,184,218)
#D9C0DE
(217,192,222)
#DEC8E2
(222,200,226)
#E3D0E6
(227,208,230)
#E8D8EA
(232,216,234)
#EDE0EE
(237,224,238)
#F2E8F2
(242,232,242)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A0CE; }

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

This text font color is #C5A0CE.


Background Color

.myBgColor { background-color: #C5A0CE; }

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

This div background color is #C5A0CE.


Border color

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

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

This div border color is #C5A0CE.


Opacity

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

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

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

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

This text has shadow with #C5A0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A0CE on black background.


Color preview on white background

This text has color #C5A0CE on white background.



Black color preview on #C5A0CE background

This text has black color on #C5A0CE background.


White color preview on #C5A0CE background

This text has white color on #C5A0CE background.