COLOR #C5AEC7

HEX: #C5AEC7
RGB: (197,174,199)

Color info

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

RGB color model

#C5AEC7 color RGB value is (197,174,199).

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

RGB channels and saturation

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

197
174
199

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

Portions of RGB colors in percentages

R + G + B =
197 + 174 + 199 = 570 (100%)
R 197 of 570 ~ 34.56%
G 174 of 570 ~ 30.53%
B 199 of 570 ~ 34.91%

%34.56
%30.53
%34.91

CMYK color model

#C5AEC7 color CMYK value is (1,13,0,22).

  • cyan value is 1.01%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(1,13,0,22)
C1M13Y0K22 
(1%,13%,0%,22%)
(0.01/0.13/0.00/0.22)	

CMYK percentages

%1.01
%12.56
%0
%21.96

Codes

Color #C5AEC7 in popluar color models

C5AEC7
RGB197174199
HSL295°18.25%73.14%
HSB/HSV295°12.56%78.04%
CMYK1.01%12.56%0.00%
21.96%

Color #C5AEC7 in popluar number systems.

HEXC5AEC7
Decimal197174199
Binary110001011010111011000111
Octal305256307

Shades and tints

Shades of #C5AEC7

#C5AEC7
(197,174,199)
#B49FB5
(180,159,181)
#A390A3
(163,144,163)
#928191
(146,129,145)
#81727F
(129,114,127)
#70636D
(112,99,109)
#5F545B
(95,84,91)
#4E4549
(78,69,73)
#3D3637
(61,54,55)
#2C2725
(44,39,37)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #C5AEC7

#C5AEC7
(197,174,199)
#CAB5CC
(202,181,204)
#CFBCD1
(207,188,209)
#D4C3D6
(212,195,214)
#D9CADB
(217,202,219)
#DED1E0
(222,209,224)
#E3D8E5
(227,216,229)
#E8DFEA
(232,223,234)
#EDE6EF
(237,230,239)
#F2EDF4
(242,237,244)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AEC7; }

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

This text font color is #C5AEC7.


Background Color

.myBgColor { background-color: #C5AEC7; }

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

This div background color is #C5AEC7.


Border color

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

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

This div border color is #C5AEC7.


Opacity

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

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

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

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

This text has shadow with #C5AEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AEC7 on black background.


Color preview on white background

This text has color #C5AEC7 on white background.



Black color preview on #C5AEC7 background

This text has black color on #C5AEC7 background.


White color preview on #C5AEC7 background

This text has white color on #C5AEC7 background.