COLOR #C5AEE9

HEX: #C5AEE9 RGB: (197,174,233)

Color info

#C5AEE9 contains red, green and blue colors in about the same proportion. Web safe color of #C5AEE9 is #CC99FF (or #C9F).

RGB color model

#C5AEE9 color RGB value is (197,174,233).

RGB: (197,174,233) (77%, 68%, 91%)

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 233 of 255 = 91%

197
174
233

R + G + B ~ 79%. #C5AEE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 174 + 233 = 604 (100%)
R 197 of 604 ~ 32.62%
G 174 of 604 ~ 28.81%
B 233 of 604 ~ 38.58'%

%32.62
%28.81
%38.58

CMYK color model

#C5AEE9 color CMYK value is (15,25,0,9).

  • cyan value is 15.45%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (15,25,0,9) C15M25Y0K9 (15%,25%,0%,9%) (0.15/0.25/0.00/0.09) 

CMYK percentages

%15.45
%25.32
%0
%8.63

Codes

Color #C5AEE9 in popluar color models

C5 AE E9
RGB 197 174 233
HSL 263° 57.28% 79.80%
HSB/HSV 263° 25.32% 91.37%
CMYK 15.45% 25.32% 0.00%
8.63%

Color #C5AEE9 in popluar number systems.

HEX C5 AE E9
Decimal 197 174 233
Binary 11000101 10101110 11101001
Octal 305 256 351

Shades and tints

Shades of #C5AEE9

#C5AEE9
(197,174,233)
#B49FD4
(180,159,212)
#A390BF
(163,144,191)
#9281AA
(146,129,170)
#817295
(129,114,149)
#706380
(112,99,128)
#5F546B
(95,84,107)
#4E4556
(78,69,86)
#3D3641
(61,54,65)
#2C272C
(44,39,44)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #C5AEE9

#C5AEE9
(197,174,233)
#CAB5EB
(202,181,235)
#CFBCED
(207,188,237)
#D4C3EF
(212,195,239)
#D9CAF1
(217,202,241)
#DED1F3
(222,209,243)
#E3D8F5
(227,216,245)
#E8DFF7
(232,223,247)
#EDE6F9
(237,230,249)
#F2EDFB
(242,237,251)
#F7F4FD
(247,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AEE9; }

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

This text font color is #C5AEE9.

Background Color

.myBgColor { background-color: #C5AEE9; }

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

This div background color is #C5AEE9.

Border color

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

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

This div border color is #C5AEE9.

Opacity

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

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

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

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

This text has shadow with #C5AEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AEE9.

Preview

Color preview on black background

This text has color #C5AEE9 on black background.


Color preview on white background

This text has color #C5AEE9 on white background.


Black color preview on #C5AEE9 background

This text has black color on #C5AEE9 background.


White color preview on #C5AEE9 background

This text has white color on #C5AEE9 background.


Related colors

Complementary color

Complementary color for #hex is #3A5116.


I love getcolorcode.com

Triadic colors

1 #E9C5AE and #AEE9C5 with #C5AEE9 are triadic colors.

2 #E9AEC5 and #AEC5E9 with #C5AEE9 are triadic colors.