COLOR #C5AEE6

HEX: #C5AEE6
RGB: (197,174,230)

Color info

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

RGB color model

#C5AEE6 color RGB value is (197,174,230).

  • red value is 197;
  • green value is 174;
  • blue value is 230.
RGB:
(197,174,230)
(77%,68%,90%)

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 230 of 255 = 90%

197
174
230

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

Portions of RGB colors in percentages

R + G + B =
197 + 174 + 230 = 601 (100%)
R 197 of 601 ~ 32.78%
G 174 of 601 ~ 28.95%
B 230 of 601 ~ 38.27%

%32.78
%28.95
%38.27

CMYK color model

#C5AEE6 color CMYK value is (14,24,0,10).

  • cyan value is 14.35%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(14,24,0,10)
C14M24Y0K10 
(14%,24%,0%,10%)
(0.14/0.24/0.00/0.10)	

CMYK percentages

%14.35
%24.35
%0
%9.8

Codes

Color #C5AEE6 in popluar color models

C5AEE6
RGB197174230
HSL265°52.83%79.22%
HSB/HSV265°24.35%90.20%
CMYK14.35%24.35%0.00%
9.80%

Color #C5AEE6 in popluar number systems.

HEXC5AEE6
Decimal197174230
Binary110001011010111011100110
Octal305256346

Shades and tints

Shades of #C5AEE6

#C5AEE6
(197,174,230)
#B49FD2
(180,159,210)
#A390BE
(163,144,190)
#9281AA
(146,129,170)
#817296
(129,114,150)
#706382
(112,99,130)
#5F546E
(95,84,110)
#4E455A
(78,69,90)
#3D3646
(61,54,70)
#2C2732
(44,39,50)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #C5AEE6

#C5AEE6
(197,174,230)
#CAB5E8
(202,181,232)
#CFBCEA
(207,188,234)
#D4C3EC
(212,195,236)
#D9CAEE
(217,202,238)
#DED1F0
(222,209,240)
#E3D8F2
(227,216,242)
#E8DFF4
(232,223,244)
#EDE6F6
(237,230,246)
#F2EDF8
(242,237,248)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AEE6 color. Also use rgb(197,174,230) instead hex code.

Text Font Color

.myTextColor { color: #C5AEE6; }

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

This text font color is #C5AEE6.


Background Color

.myBgColor { background-color: #C5AEE6; }

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

This div background color is #C5AEE6.


Border color

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

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

This div border color is #C5AEE6.


Opacity

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

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

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

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

This text has shadow with #C5AEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AEE6 on black background.


Color preview on white background

This text has color #C5AEE6 on white background.



Black color preview on #C5AEE6 background

This text has black color on #C5AEE6 background.


White color preview on #C5AEE6 background

This text has white color on #C5AEE6 background.