COLOR #C5AED8

HEX: #C5AED8 RGB: (197,174,216)

Color info

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

RGB color model

#C5AED8 color RGB value is (197,174,216).

RGB: (197,174,216) (77%, 68%, 85%)

RGB channels and saturation

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

197
174
216

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

Portions of RGB colors in percentages

R + G + B = 197 + 174 + 216 = 587 (100%)
R 197 of 587 ~ 33.56%
G 174 of 587 ~ 29.64%
B 216 of 587 ~ 36.8'%

%33.56
%29.64
%36.8

CMYK color model

#C5AED8 color CMYK value is (9,19,0,15).

  • cyan value is 8.80%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (9,19,0,15)
C9M19Y0K15 (9%, 19%, 0%, 15%)
(0.09 / 0.19 / 0.00 / 0.15)

CMYK percentages

%8.8
%19.44
%0
%15.29

Codes

Color #C5AED8 in popluar color models

C5 AE D8
RGB 197 174 216
HSL 273° 35.00% 76.47%
HSB/HSV 273° 19.44% 84.71%
CMYK 8.80% 19.44% 0.00%
15.29%

Color #C5AED8 in popluar number systems.

HEX C5 AE D8
Decimal 197 174 216
Binary 11000101 10101110 11011000
Octal 305 256 330

Shades and tints

Shades of #C5AED8

#C5AED8
(197,174,216)
#B49FC5
(180,159,197)
#A390B2
(163,144,178)
#92819F
(146,129,159)
#81728C
(129,114,140)
#706379
(112,99,121)
#5F5466
(95,84,102)
#4E4553
(78,69,83)
#3D3640
(61,54,64)
#2C272D
(44,39,45)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #C5AED8

#C5AED8
(197,174,216)
#CAB5DB
(202,181,219)
#CFBCDE
(207,188,222)
#D4C3E1
(212,195,225)
#D9CAE4
(217,202,228)
#DED1E7
(222,209,231)
#E3D8EA
(227,216,234)
#E8DFED
(232,223,237)
#EDE6F0
(237,230,240)
#F2EDF3
(242,237,243)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AED8; }

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

This text font color is #C5AED8.

Background Color

.myBgColor { background-color: #C5AED8; }

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

This div background color is #C5AED8.

Border color

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

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

This div border color is #C5AED8.

Opacity

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

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

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

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

This text has shadow with #C5AED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AED8.

Preview

Color preview on black background

This text has color #C5AED8 on black background.


Color preview on white background

This text has color #C5AED8 on white background.


Black color preview on #C5AED8 background

This text has black color on #C5AED8 background.


White color preview on #C5AED8 background

This text has white color on #C5AED8 background.


Related colors

Complementary color

Complementary color for #hex is #3A5127.


I love getcolorcode.com

Triadic colors

1 #D8C5AE and #AED8C5 with #C5AED8 are triadic colors.

2 #D8AEC5 and #AEC5D8 with #C5AED8 are triadic colors.