COLOR #C5AED4

HEX: #C5AED4 RGB: (197,174,212)

Color info

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

RGB color model

#C5AED4 color RGB value is (197,174,212).

RGB: (197,174,212) (77%, 68%, 83%)

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 212 of 255 = 83%

197
174
212

R + G + B ~ 76%. #C5AED4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 174 + 212 = 583 (100%)
R 197 of 583 ~ 33.79%
G 174 of 583 ~ 29.85%
B 212 of 583 ~ 36.36'%

%33.79
%29.85
%36.36

CMYK color model

#C5AED4 color CMYK value is (7,18,0,17).

  • cyan value is 7.08%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (7,18,0,17)
C7M18Y0K17 (7%, 18%, 0%, 17%)
(0.07 / 0.18 / 0.00 / 0.17)

CMYK percentages

%7.08
%17.92
%0
%16.86

Codes

Color #C5AED4 in popluar color models

C5 AE D4
RGB 197 174 212
HSL 276° 30.65% 75.69%
HSB/HSV 276° 17.92% 83.14%
CMYK 7.08% 17.92% 0.00%
16.86%

Color #C5AED4 in popluar number systems.

HEX C5 AE D4
Decimal 197 174 212
Binary 11000101 10101110 11010100
Octal 305 256 324

Shades and tints

Shades of #C5AED4

#C5AED4
(197,174,212)
#B49FC1
(180,159,193)
#A390AE
(163,144,174)
#92819B
(146,129,155)
#817288
(129,114,136)
#706375
(112,99,117)
#5F5462
(95,84,98)
#4E454F
(78,69,79)
#3D363C
(61,54,60)
#2C2729
(44,39,41)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #C5AED4

#C5AED4
(197,174,212)
#CAB5D7
(202,181,215)
#CFBCDA
(207,188,218)
#D4C3DD
(212,195,221)
#D9CAE0
(217,202,224)
#DED1E3
(222,209,227)
#E3D8E6
(227,216,230)
#E8DFE9
(232,223,233)
#EDE6EC
(237,230,236)
#F2EDEF
(242,237,239)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AED4; }

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

This text font color is #C5AED4.

Background Color

.myBgColor { background-color: #C5AED4; }

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

This div background color is #C5AED4.

Border color

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

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

This div border color is #C5AED4.

Opacity

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

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

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

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

This text has shadow with #C5AED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AED4.

Preview

Color preview on black background

This text has color #C5AED4 on black background.


Color preview on white background

This text has color #C5AED4 on white background.


Black color preview on #C5AED4 background

This text has black color on #C5AED4 background.


White color preview on #C5AED4 background

This text has white color on #C5AED4 background.


Related colors

Complementary color

Complementary color for #hex is #3A512B.


I love getcolorcode.com

Triadic colors

1 #D4C5AE and #AED4C5 with #C5AED4 are triadic colors.

2 #D4AEC5 and #AEC5D4 with #C5AED4 are triadic colors.