COLOR #C5A2E7

HEX: #C5A2E7
RGB: (197,162,231)

Color info

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

RGB color model

#C5A2E7 color RGB value is (197,162,231).

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

RGB channels and saturation

R 197 of 255 = 77%
G 162 of 255 = 64%
B 231 of 255 = 91%

197
162
231

R + G + B ~ 77%. #C5A2E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 162 + 231 = 590 (100%)
R 197 of 590 ~ 33.39%
G 162 of 590 ~ 27.46%
B 231 of 590 ~ 39.15%

%33.39
%27.46
%39.15

CMYK color model

#C5A2E7 color CMYK value is (15,30,0,9).

  • cyan value is 14.72%
  • magenta value is 29.87%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(15,30,0,9)
C15M30Y0K9 
(15%,30%,0%,9%)
(0.15/0.30/0.00/0.09)	

CMYK percentages

%14.72
%29.87
%0
%9.41

Codes

Color #C5A2E7 in popluar color models

C5A2E7
RGB197162231
HSL270°58.97%77.06%
HSB/HSV270°29.87%90.59%
CMYK14.72%29.87%0.00%
9.41%

Color #C5A2E7 in popluar number systems.

HEXC5A2E7
Decimal197162231
Binary110001011010001011100111
Octal305242347

Shades and tints

Shades of #C5A2E7

#C5A2E7
(197,162,231)
#B494D2
(180,148,210)
#A386BD
(163,134,189)
#9278A8
(146,120,168)
#816A93
(129,106,147)
#705C7E
(112,92,126)
#5F4E69
(95,78,105)
#4E4054
(78,64,84)
#3D323F
(61,50,63)
#2C242A
(44,36,42)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #C5A2E7

#C5A2E7
(197,162,231)
#CAAAE9
(202,170,233)
#CFB2EB
(207,178,235)
#D4BAED
(212,186,237)
#D9C2EF
(217,194,239)
#DECAF1
(222,202,241)
#E3D2F3
(227,210,243)
#E8DAF5
(232,218,245)
#EDE2F7
(237,226,247)
#F2EAF9
(242,234,249)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A2E7; }

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

This text font color is #C5A2E7.


Background Color

.myBgColor { background-color: #C5A2E7; }

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

This div background color is #C5A2E7.


Border color

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

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

This div border color is #C5A2E7.


Opacity

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

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

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

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

This text has shadow with #C5A2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A2E7 on black background.


Color preview on white background

This text has color #C5A2E7 on white background.



Black color preview on #C5A2E7 background

This text has black color on #C5A2E7 background.


White color preview on #C5A2E7 background

This text has white color on #C5A2E7 background.