COLOR #C5AEC5

HEX: #C5AEC5
RGB: (197,174,197)

Color info

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

RGB color model

#C5AEC5 color RGB value is (197,174,197).

  • red value is 197;
  • green value is 174;
  • blue value is 197.
RGB:
(197,174,197)
(77%,68%,77%)

RGB channels and saturation

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

197
174
197

R + G + B ~ 74%. #C5AEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 174 + 197 = 568 (100%)
R 197 of 568 ~ 34.68%
G 174 of 568 ~ 30.63%
B 197 of 568 ~ 34.68%

%34.68
%30.63
%34.68

CMYK color model

#C5AEC5 color CMYK value is (0,12,0,23).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(0,12,0,23)
C0M12Y0K23 
(0%,12%,0%,23%)
(0.00/0.12/0.00/0.23)	

CMYK percentages

%0
%11.68
%0
%22.75

Codes

Color #C5AEC5 in popluar color models

C5AEC5
RGB197174197
HSL300°16.55%72.75%
HSB/HSV300°11.68%77.25%
CMYK0.00%11.68%0.00%
22.75%

Color #C5AEC5 in popluar number systems.

HEXC5AEC5
Decimal197174197
Binary110001011010111011000101
Octal305256305

Shades and tints

Shades of #C5AEC5

#C5AEC5
(197,174,197)
#B49FB4
(180,159,180)
#A390A3
(163,144,163)
#928192
(146,129,146)
#817281
(129,114,129)
#706370
(112,99,112)
#5F545F
(95,84,95)
#4E454E
(78,69,78)
#3D363D
(61,54,61)
#2C272C
(44,39,44)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #C5AEC5

#C5AEC5
(197,174,197)
#CAB5CA
(202,181,202)
#CFBCCF
(207,188,207)
#D4C3D4
(212,195,212)
#D9CAD9
(217,202,217)
#DED1DE
(222,209,222)
#E3D8E3
(227,216,227)
#E8DFE8
(232,223,232)
#EDE6ED
(237,230,237)
#F2EDF2
(242,237,242)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AEC5; }

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

This text font color is #C5AEC5.


Background Color

.myBgColor { background-color: #C5AEC5; }

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

This div background color is #C5AEC5.


Border color

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

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

This div border color is #C5AEC5.


Opacity

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

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

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

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

This text has shadow with #C5AEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AEC5 on black background.


Color preview on white background

This text has color #C5AEC5 on white background.



Black color preview on #C5AEC5 background

This text has black color on #C5AEC5 background.


White color preview on #C5AEC5 background

This text has white color on #C5AEC5 background.