COLOR #C5AEDA

HEX: #C5AEDA
RGB: (197,174,218)

Color info

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

RGB color model

#C5AEDA color RGB value is (197,174,218).

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

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 218 of 255 = 85%

197
174
218

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

Portions of RGB colors in percentages

R + G + B =
197 + 174 + 218 = 589 (100%)
R 197 of 589 ~ 33.45%
G 174 of 589 ~ 29.54%
B 218 of 589 ~ 37.01%

%33.45
%29.54
%37.01

CMYK color model

#C5AEDA color CMYK value is (10,20,0,15).

  • cyan value is 9.63%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(10,20,0,15)
C10M20Y0K15 
(10%,20%,0%,15%)
(0.10/0.20/0.00/0.15)	

CMYK percentages

%9.63
%20.18
%0
%14.51

Codes

Color #C5AEDA in popluar color models

C5AEDA
RGB197174218
HSL271°37.29%76.86%
HSB/HSV271°20.18%85.49%
CMYK9.63%20.18%0.00%
14.51%

Color #C5AEDA in popluar number systems.

HEXC5AEDA
Decimal197174218
Binary110001011010111011011010
Octal305256332

Shades and tints

Shades of #C5AEDA

#C5AEDA
(197,174,218)
#B49FC7
(180,159,199)
#A390B4
(163,144,180)
#9281A1
(146,129,161)
#81728E
(129,114,142)
#70637B
(112,99,123)
#5F5468
(95,84,104)
#4E4555
(78,69,85)
#3D3642
(61,54,66)
#2C272F
(44,39,47)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #C5AEDA

#C5AEDA
(197,174,218)
#CAB5DD
(202,181,221)
#CFBCE0
(207,188,224)
#D4C3E3
(212,195,227)
#D9CAE6
(217,202,230)
#DED1E9
(222,209,233)
#E3D8EC
(227,216,236)
#E8DFEF
(232,223,239)
#EDE6F2
(237,230,242)
#F2EDF5
(242,237,245)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AEDA; }

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

This text font color is #C5AEDA.


Background Color

.myBgColor { background-color: #C5AEDA; }

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

This div background color is #C5AEDA.


Border color

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

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

This div border color is #C5AEDA.


Opacity

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

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

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

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

This text has shadow with #C5AEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AEDA on black background.


Color preview on white background

This text has color #C5AEDA on white background.



Black color preview on #C5AEDA background

This text has black color on #C5AEDA background.


White color preview on #C5AEDA background

This text has white color on #C5AEDA background.