COLOR #C5A4CE

HEX: #C5A4CE
RGB: (197,164,206)

Color info

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

RGB color model

#C5A4CE color RGB value is (197,164,206).

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

RGB channels and saturation

R 197 of 255 = 77%
G 164 of 255 = 64%
B 206 of 255 = 81%

197
164
206

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

Portions of RGB colors in percentages

R + G + B =
197 + 164 + 206 = 567 (100%)
R 197 of 567 ~ 34.74%
G 164 of 567 ~ 28.92%
B 206 of 567 ~ 36.33%

%34.74
%28.92
%36.33

CMYK color model

#C5A4CE color CMYK value is (4,20,0,19).

  • cyan value is 4.37%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(4,20,0,19)
C4M20Y0K19 
(4%,20%,0%,19%)
(0.04/0.20/0.00/0.19)	

CMYK percentages

%4.37
%20.39
%0
%19.22

Codes

Color #C5A4CE in popluar color models

C5A4CE
RGB197164206
HSL287°30.00%72.55%
HSB/HSV287°20.39%80.78%
CMYK4.37%20.39%0.00%
19.22%

Color #C5A4CE in popluar number systems.

HEXC5A4CE
Decimal197164206
Binary110001011010010011001110
Octal305244316

Shades and tints

Shades of #C5A4CE

#C5A4CE
(197,164,206)
#B496BC
(180,150,188)
#A388AA
(163,136,170)
#927A98
(146,122,152)
#816C86
(129,108,134)
#705E74
(112,94,116)
#5F5062
(95,80,98)
#4E4250
(78,66,80)
#3D343E
(61,52,62)
#2C262C
(44,38,44)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #C5A4CE

#C5A4CE
(197,164,206)
#CAACD2
(202,172,210)
#CFB4D6
(207,180,214)
#D4BCDA
(212,188,218)
#D9C4DE
(217,196,222)
#DECCE2
(222,204,226)
#E3D4E6
(227,212,230)
#E8DCEA
(232,220,234)
#EDE4EE
(237,228,238)
#F2ECF2
(242,236,242)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A4CE; }

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

This text font color is #C5A4CE.


Background Color

.myBgColor { background-color: #C5A4CE; }

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

This div background color is #C5A4CE.


Border color

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

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

This div border color is #C5A4CE.


Opacity

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

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

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

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

This text has shadow with #C5A4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A4CE on black background.


Color preview on white background

This text has color #C5A4CE on white background.



Black color preview on #C5A4CE background

This text has black color on #C5A4CE background.


White color preview on #C5A4CE background

This text has white color on #C5A4CE background.