COLOR #C6AAC5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

198
170
197

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

Portions of RGB colors in percentages

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

%35.04
%30.09
%34.87

CMYK color model

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

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

CMYK percentages

%0
%14.14
%0.51
%22.35

Codes

Color #C6AAC5 in popluar color models

C6AAC5
RGB198170197
HSL302°19.72%72.16%
HSB/HSV302°14.14%77.65%
CMYK0.00%14.14%0.51%
22.35%

Color #C6AAC5 in popluar number systems.

HEXC6AAC5
Decimal198170197
Binary110001101010101011000101
Octal306252305

Shades and tints

Shades of #C6AAC5

#C6AAC5
(198,170,197)
#B49BB4
(180,155,180)
#A28CA3
(162,140,163)
#907D92
(144,125,146)
#7E6E81
(126,110,129)
#6C5F70
(108,95,112)
#5A505F
(90,80,95)
#48414E
(72,65,78)
#36323D
(54,50,61)
#24232C
(36,35,44)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #C6AAC5

#C6AAC5
(198,170,197)
#CBB1CA
(203,177,202)
#D0B8CF
(208,184,207)
#D5BFD4
(213,191,212)
#DAC6D9
(218,198,217)
#DFCDDE
(223,205,222)
#E4D4E3
(228,212,227)
#E9DBE8
(233,219,232)
#EEE2ED
(238,226,237)
#F3E9F2
(243,233,242)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AAC5; }

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

This text font color is #C6AAC5.


Background Color

.myBgColor { background-color: #C6AAC5; }

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

This div background color is #C6AAC5.


Border color

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

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

This div border color is #C6AAC5.


Opacity

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

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

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

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

This text has shadow with #C6AAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AAC5 on black background.


Color preview on white background

This text has color #C6AAC5 on white background.



Black color preview on #C6AAC5 background

This text has black color on #C6AAC5 background.


White color preview on #C6AAC5 background

This text has white color on #C6AAC5 background.