COLOR #C5AEC9

HEX: #C5AEC9 RGB: (197,174,201)

Color info

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

RGB color model

#C5AEC9 color RGB value is (197,174,201).

RGB: (197,174,201) (77%, 68%, 79%)

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 201 of 255 = 79%

197
174
201

R + G + B ~ 75%. #C5AEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 174 + 201 = 572 (100%)
R 197 of 572 ~ 34.44%
G 174 of 572 ~ 30.42%
B 201 of 572 ~ 35.14'%

%34.44
%30.42
%35.14

CMYK color model

#C5AEC9 color CMYK value is (2,13,0,21).

  • cyan value is 1.99%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (2,13,0,21)
C2M13Y0K21 (2%, 13%, 0%, 21%)
(0.02 / 0.13 / 0.00 / 0.21)

CMYK percentages

%1.99
%13.43
%0
%21.18

Codes

Color #C5AEC9 in popluar color models

C5 AE C9
RGB 197 174 201
HSL 291° 20.00% 73.53%
HSB/HSV 291° 13.43% 78.82%
CMYK 1.99% 13.43% 0.00%
21.18%

Color #C5AEC9 in popluar number systems.

HEX C5 AE C9
Decimal 197 174 201
Binary 11000101 10101110 11001001
Octal 305 256 311

Shades and tints

Shades of #C5AEC9

#C5AEC9
(197,174,201)
#B49FB7
(180,159,183)
#A390A5
(163,144,165)
#928193
(146,129,147)
#817281
(129,114,129)
#70636F
(112,99,111)
#5F545D
(95,84,93)
#4E454B
(78,69,75)
#3D3639
(61,54,57)
#2C2727
(44,39,39)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #C5AEC9

#C5AEC9
(197,174,201)
#CAB5CD
(202,181,205)
#CFBCD1
(207,188,209)
#D4C3D5
(212,195,213)
#D9CAD9
(217,202,217)
#DED1DD
(222,209,221)
#E3D8E1
(227,216,225)
#E8DFE5
(232,223,229)
#EDE6E9
(237,230,233)
#F2EDED
(242,237,237)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AEC9; }

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

This text font color is #C5AEC9.

Background Color

.myBgColor { background-color: #C5AEC9; }

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

This div background color is #C5AEC9.

Border color

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

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

This div border color is #C5AEC9.

Opacity

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

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

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

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

This text has shadow with #C5AEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AEC9.

Preview

Color preview on black background

This text has color #C5AEC9 on black background.


Color preview on white background

This text has color #C5AEC9 on white background.


Black color preview on #C5AEC9 background

This text has black color on #C5AEC9 background.


White color preview on #C5AEC9 background

This text has white color on #C5AEC9 background.


Related colors

Complementary color

Complementary color for #hex is #3A5136.


I love getcolorcode.com

Triadic colors

1 #C9C5AE and #AEC9C5 with #C5AEC9 are triadic colors.

2 #C9AEC5 and #AEC5C9 with #C5AEC9 are triadic colors.