COLOR #C5AEC6

HEX: #C5AEC6
RGB: (197,174,198)

Color info

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

RGB color model

#C5AEC6 color RGB value is (197,174,198).

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

RGB channels and saturation

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

197
174
198

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

Portions of RGB colors in percentages

R + G + B =
197 + 174 + 198 = 569 (100%)
R 197 of 569 ~ 34.62%
G 174 of 569 ~ 30.58%
B 198 of 569 ~ 34.8%

%34.62
%30.58
%34.8

CMYK color model

#C5AEC6 color CMYK value is (1,12,0,22).

  • cyan value is 0.51%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(1,12,0,22)
C1M12Y0K22 
(1%,12%,0%,22%)
(0.01/0.12/0.00/0.22)	

CMYK percentages

%0.51
%12.12
%0
%22.35

Codes

Color #C5AEC6 in popluar color models

C5AEC6
RGB197174198
HSL298°17.39%72.94%
HSB/HSV298°12.12%77.65%
CMYK0.51%12.12%0.00%
22.35%

Color #C5AEC6 in popluar number systems.

HEXC5AEC6
Decimal197174198
Binary110001011010111011000110
Octal305256306

Shades and tints

Shades of #C5AEC6

#C5AEC6
(197,174,198)
#B49FB4
(180,159,180)
#A390A2
(163,144,162)
#928190
(146,129,144)
#81727E
(129,114,126)
#70636C
(112,99,108)
#5F545A
(95,84,90)
#4E4548
(78,69,72)
#3D3636
(61,54,54)
#2C2724
(44,39,36)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #C5AEC6

#C5AEC6
(197,174,198)
#CAB5CB
(202,181,203)
#CFBCD0
(207,188,208)
#D4C3D5
(212,195,213)
#D9CADA
(217,202,218)
#DED1DF
(222,209,223)
#E3D8E4
(227,216,228)
#E8DFE9
(232,223,233)
#EDE6EE
(237,230,238)
#F2EDF3
(242,237,243)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AEC6; }

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

This text font color is #C5AEC6.


Background Color

.myBgColor { background-color: #C5AEC6; }

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

This div background color is #C5AEC6.


Border color

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

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

This div border color is #C5AEC6.


Opacity

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

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

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

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

This text has shadow with #C5AEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AEC6 on black background.


Color preview on white background

This text has color #C5AEC6 on white background.



Black color preview on #C5AEC6 background

This text has black color on #C5AEC6 background.


White color preview on #C5AEC6 background

This text has white color on #C5AEC6 background.