COLOR #C5A4ED

HEX: #C5A4ED
RGB: (197,164,237)

Color info

#C5A4ED contains mainly red and blue colors. Web safe color of #C5A4ED is #CC99FF (or #C9F).

RGB color model

#C5A4ED color RGB value is (197,164,237).

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

RGB channels and saturation

R 197 of 255 = 77%
G 164 of 255 = 64%
B 237 of 255 = 93%

197
164
237

R + G + B ~ 78%. #C5A4ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 164 + 237 = 598 (100%)
R 197 of 598 ~ 32.94%
G 164 of 598 ~ 27.42%
B 237 of 598 ~ 39.63%

%32.94
%27.42
%39.63

CMYK color model

#C5A4ED color CMYK value is (17,31,0,7).

  • cyan value is 16.88%
  • magenta value is 30.80%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(17,31,0,7)
C17M31Y0K7 
(17%,31%,0%,7%)
(0.17/0.31/0.00/0.07)	

CMYK percentages

%16.88
%30.8
%0
%7.06

Codes

Color #C5A4ED in popluar color models

C5A4ED
RGB197164237
HSL267°66.97%78.63%
HSB/HSV267°30.80%92.94%
CMYK16.88%30.80%0.00%
7.06%

Color #C5A4ED in popluar number systems.

HEXC5A4ED
Decimal197164237
Binary110001011010010011101101
Octal305244355

Shades and tints

Shades of #C5A4ED

#C5A4ED
(197,164,237)
#B496D8
(180,150,216)
#A388C3
(163,136,195)
#927AAE
(146,122,174)
#816C99
(129,108,153)
#705E84
(112,94,132)
#5F506F
(95,80,111)
#4E425A
(78,66,90)
#3D3445
(61,52,69)
#2C2630
(44,38,48)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #C5A4ED

#C5A4ED
(197,164,237)
#CAACEE
(202,172,238)
#CFB4EF
(207,180,239)
#D4BCF0
(212,188,240)
#D9C4F1
(217,196,241)
#DECCF2
(222,204,242)
#E3D4F3
(227,212,243)
#E8DCF4
(232,220,244)
#EDE4F5
(237,228,245)
#F2ECF6
(242,236,246)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A4ED; }

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

This text font color is #C5A4ED.


Background Color

.myBgColor { background-color: #C5A4ED; }

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

This div background color is #C5A4ED.


Border color

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

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

This div border color is #C5A4ED.


Opacity

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

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

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

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

This text has shadow with #C5A4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A4ED on black background.


Color preview on white background

This text has color #C5A4ED on white background.



Black color preview on #C5A4ED background

This text has black color on #C5A4ED background.


White color preview on #C5A4ED background

This text has white color on #C5A4ED background.