COLOR #C5AED5

HEX: #C5AED5 RGB: (197,174,213)

Color info

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

RGB color model

#C5AED5 color RGB value is (197,174,213).

RGB: (197,174,213) (77%, 68%, 84%)

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 213 of 255 = 84%

197
174
213

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

Portions of RGB colors in percentages

R + G + B = 197 + 174 + 213 = 584 (100%)
R 197 of 584 ~ 33.73%
G 174 of 584 ~ 29.79%
B 213 of 584 ~ 36.47'%

%33.73
%29.79
%36.47

CMYK color model

#C5AED5 color CMYK value is (8,18,0,16).

  • cyan value is 7.51%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (8,18,0,16)
C8M18Y0K16 (8%, 18%, 0%, 16%)
(0.08 / 0.18 / 0.00 / 0.16)

CMYK percentages

%7.51
%18.31
%0
%16.47

Codes

Color #C5AED5 in popluar color models

C5 AE D5
RGB 197 174 213
HSL 275° 31.71% 75.88%
HSB/HSV 275° 18.31% 83.53%
CMYK 7.51% 18.31% 0.00%
16.47%

Color #C5AED5 in popluar number systems.

HEX C5 AE D5
Decimal 197 174 213
Binary 11000101 10101110 11010101
Octal 305 256 325

Shades and tints

Shades of #C5AED5

#C5AED5
(197,174,213)
#B49FC2
(180,159,194)
#A390AF
(163,144,175)
#92819C
(146,129,156)
#817289
(129,114,137)
#706376
(112,99,118)
#5F5463
(95,84,99)
#4E4550
(78,69,80)
#3D363D
(61,54,61)
#2C272A
(44,39,42)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #C5AED5

#C5AED5
(197,174,213)
#CAB5D8
(202,181,216)
#CFBCDB
(207,188,219)
#D4C3DE
(212,195,222)
#D9CAE1
(217,202,225)
#DED1E4
(222,209,228)
#E3D8E7
(227,216,231)
#E8DFEA
(232,223,234)
#EDE6ED
(237,230,237)
#F2EDF0
(242,237,240)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AED5; }

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

This text font color is #C5AED5.

Background Color

.myBgColor { background-color: #C5AED5; }

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

This div background color is #C5AED5.

Border color

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

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

This div border color is #C5AED5.

Opacity

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

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

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

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

This text has shadow with #C5AED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AED5.

Preview

Color preview on black background

This text has color #C5AED5 on black background.


Color preview on white background

This text has color #C5AED5 on white background.


Black color preview on #C5AED5 background

This text has black color on #C5AED5 background.


White color preview on #C5AED5 background

This text has white color on #C5AED5 background.


Related colors

Complementary color

Complementary color for #hex is #3A512A.


I love getcolorcode.com

Triadic colors

1 #D5C5AE and #AED5C5 with #C5AED5 are triadic colors.

2 #D5AEC5 and #AEC5D5 with #C5AED5 are triadic colors.