COLOR #C5AAC6

HEX: #C5AAC6
RGB: (197,170,198)

Color info

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

RGB color model

#C5AAC6 color RGB value is (197,170,198).

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

RGB channels and saturation

R 197 of 255 = 77%
G 170 of 255 = 67%
B 198 of 255 = 78%

197
170
198

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

Portions of RGB colors in percentages

R + G + B =
197 + 170 + 198 = 565 (100%)
R 197 of 565 ~ 34.87%
G 170 of 565 ~ 30.09%
B 198 of 565 ~ 35.04%

%34.87
%30.09
%35.04

CMYK color model

#C5AAC6 color CMYK value is (1,14,0,22).

  • cyan value is 0.51%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(1,14,0,22)
C1M14Y0K22 
(1%,14%,0%,22%)
(0.01/0.14/0.00/0.22)	

CMYK percentages

%0.51
%14.14
%0
%22.35

Codes

Color #C5AAC6 in popluar color models

C5AAC6
RGB197170198
HSL298°19.72%72.16%
HSB/HSV298°14.14%77.65%
CMYK0.51%14.14%0.00%
22.35%

Color #C5AAC6 in popluar number systems.

HEXC5AAC6
Decimal197170198
Binary110001011010101011000110
Octal305252306

Shades and tints

Shades of #C5AAC6

#C5AAC6
(197,170,198)
#B49BB4
(180,155,180)
#A38CA2
(163,140,162)
#927D90
(146,125,144)
#816E7E
(129,110,126)
#705F6C
(112,95,108)
#5F505A
(95,80,90)
#4E4148
(78,65,72)
#3D3236
(61,50,54)
#2C2324
(44,35,36)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #C5AAC6

#C5AAC6
(197,170,198)
#CAB1CB
(202,177,203)
#CFB8D0
(207,184,208)
#D4BFD5
(212,191,213)
#D9C6DA
(217,198,218)
#DECDDF
(222,205,223)
#E3D4E4
(227,212,228)
#E8DBE9
(232,219,233)
#EDE2EE
(237,226,238)
#F2E9F3
(242,233,243)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AAC6; }

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

This text font color is #C5AAC6.


Background Color

.myBgColor { background-color: #C5AAC6; }

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

This div background color is #C5AAC6.


Border color

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

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

This div border color is #C5AAC6.


Opacity

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

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

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

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

This text has shadow with #C5AAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AAC6 on black background.


Color preview on white background

This text has color #C5AAC6 on white background.



Black color preview on #C5AAC6 background

This text has black color on #C5AAC6 background.


White color preview on #C5AAC6 background

This text has white color on #C5AAC6 background.