COLOR #C5A5E7

HEX: #C5A5E7
RGB: (197,165,231)

Color info

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

RGB color model

#C5A5E7 color RGB value is (197,165,231).

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

RGB channels and saturation

R 197 of 255 = 77%
G 165 of 255 = 65%
B 231 of 255 = 91%

197
165
231

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

Portions of RGB colors in percentages

R + G + B =
197 + 165 + 231 = 593 (100%)
R 197 of 593 ~ 33.22%
G 165 of 593 ~ 27.82%
B 231 of 593 ~ 38.95%

%33.22
%27.82
%38.95

CMYK color model

#C5A5E7 color CMYK value is (15,29,0,9).

  • cyan value is 14.72%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(15,29,0,9)
C15M29Y0K9 
(15%,29%,0%,9%)
(0.15/0.29/0.00/0.09)	

CMYK percentages

%14.72
%28.57
%0
%9.41

Codes

Color #C5A5E7 in popluar color models

C5A5E7
RGB197165231
HSL269°57.89%77.65%
HSB/HSV269°28.57%90.59%
CMYK14.72%28.57%0.00%
9.41%

Color #C5A5E7 in popluar number systems.

HEXC5A5E7
Decimal197165231
Binary110001011010010111100111
Octal305245347

Shades and tints

Shades of #C5A5E7

#C5A5E7
(197,165,231)
#B496D2
(180,150,210)
#A387BD
(163,135,189)
#9278A8
(146,120,168)
#816993
(129,105,147)
#705A7E
(112,90,126)
#5F4B69
(95,75,105)
#4E3C54
(78,60,84)
#3D2D3F
(61,45,63)
#2C1E2A
(44,30,42)
#1B0F15
(27,15,21)
#000000
(0,0,0)

Tints of #C5A5E7

#C5A5E7
(197,165,231)
#CAADE9
(202,173,233)
#CFB5EB
(207,181,235)
#D4BDED
(212,189,237)
#D9C5EF
(217,197,239)
#DECDF1
(222,205,241)
#E3D5F3
(227,213,243)
#E8DDF5
(232,221,245)
#EDE5F7
(237,229,247)
#F2EDF9
(242,237,249)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A5E7; }

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

This text font color is #C5A5E7.


Background Color

.myBgColor { background-color: #C5A5E7; }

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

This div background color is #C5A5E7.


Border color

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

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

This div border color is #C5A5E7.


Opacity

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

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

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

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

This text has shadow with #C5A5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A5E7 on black background.


Color preview on white background

This text has color #C5A5E7 on white background.



Black color preview on #C5A5E7 background

This text has black color on #C5A5E7 background.


White color preview on #C5A5E7 background

This text has white color on #C5A5E7 background.