COLOR #C5AAE8

HEX: #C5AAE8
RGB: (197,170,232)

Color info

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

RGB color model

#C5AAE8 color RGB value is (197,170,232).

  • red value is 197;
  • green value is 170;
  • blue value is 232.
RGB:
(197,170,232)
(77%,67%,91%)

RGB channels and saturation

R 197 of 255 = 77%
G 170 of 255 = 67%
B 232 of 255 = 91%

197
170
232

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

Portions of RGB colors in percentages

R + G + B =
197 + 170 + 232 = 599 (100%)
R 197 of 599 ~ 32.89%
G 170 of 599 ~ 28.38%
B 232 of 599 ~ 38.73%

%32.89
%28.38
%38.73

CMYK color model

#C5AAE8 color CMYK value is (15,27,0,9).

  • cyan value is 15.09%
  • magenta value is 26.72%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(15,27,0,9)
C15M27Y0K9 
(15%,27%,0%,9%)
(0.15/0.27/0.00/0.09)	

CMYK percentages

%15.09
%26.72
%0
%9.02

Codes

Color #C5AAE8 in popluar color models

C5AAE8
RGB197170232
HSL266°57.41%78.82%
HSB/HSV266°26.72%90.98%
CMYK15.09%26.72%0.00%
9.02%

Color #C5AAE8 in popluar number systems.

HEXC5AAE8
Decimal197170232
Binary110001011010101011101000
Octal305252350

Shades and tints

Shades of #C5AAE8

#C5AAE8
(197,170,232)
#B49BD3
(180,155,211)
#A38CBE
(163,140,190)
#927DA9
(146,125,169)
#816E94
(129,110,148)
#705F7F
(112,95,127)
#5F506A
(95,80,106)
#4E4155
(78,65,85)
#3D3240
(61,50,64)
#2C232B
(44,35,43)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #C5AAE8

#C5AAE8
(197,170,232)
#CAB1EA
(202,177,234)
#CFB8EC
(207,184,236)
#D4BFEE
(212,191,238)
#D9C6F0
(217,198,240)
#DECDF2
(222,205,242)
#E3D4F4
(227,212,244)
#E8DBF6
(232,219,246)
#EDE2F8
(237,226,248)
#F2E9FA
(242,233,250)
#F7F0FC
(247,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AAE8 color. Also use rgb(197,170,232) instead hex code.

Text Font Color

.myTextColor { color: #C5AAE8; }

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

This text font color is #C5AAE8.


Background Color

.myBgColor { background-color: #C5AAE8; }

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

This div background color is #C5AAE8.


Border color

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

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

This div border color is #C5AAE8.


Opacity

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

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

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

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

This text has shadow with #C5AAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AAE8 on black background.


Color preview on white background

This text has color #C5AAE8 on white background.



Black color preview on #C5AAE8 background

This text has black color on #C5AAE8 background.


White color preview on #C5AAE8 background

This text has white color on #C5AAE8 background.