COLOR #C6AAC2

HEX: #C6AAC2
RGB: (198,170,194)

Color info

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

RGB color model

#C6AAC2 color RGB value is (198,170,194).

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

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 194 of 255 = 76%

198
170
194

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

Portions of RGB colors in percentages

R + G + B =
198 + 170 + 194 = 562 (100%)
R 198 of 562 ~ 35.23%
G 170 of 562 ~ 30.25%
B 194 of 562 ~ 34.52%

%35.23
%30.25
%34.52

CMYK color model

#C6AAC2 color CMYK value is (0,14,2,22).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 2.02%
  • key color value is 22.35%
CMYK:
(0,14,2,22)
C0M14Y2K22 
(0%,14%,2%,22%)
(0.00/0.14/0.02/0.22)	

CMYK percentages

%0
%14.14
%2.02
%22.35

Codes

Color #C6AAC2 in popluar color models

C6AAC2
RGB198170194
HSL309°19.72%72.16%
HSB/HSV309°14.14%77.65%
CMYK0.00%14.14%2.02%
22.35%

Color #C6AAC2 in popluar number systems.

HEXC6AAC2
Decimal198170194
Binary110001101010101011000010
Octal306252302

Shades and tints

Shades of #C6AAC2

#C6AAC2
(198,170,194)
#B49BB1
(180,155,177)
#A28CA0
(162,140,160)
#907D8F
(144,125,143)
#7E6E7E
(126,110,126)
#6C5F6D
(108,95,109)
#5A505C
(90,80,92)
#48414B
(72,65,75)
#36323A
(54,50,58)
#242329
(36,35,41)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C6AAC2

#C6AAC2
(198,170,194)
#CBB1C7
(203,177,199)
#D0B8CC
(208,184,204)
#D5BFD1
(213,191,209)
#DAC6D6
(218,198,214)
#DFCDDB
(223,205,219)
#E4D4E0
(228,212,224)
#E9DBE5
(233,219,229)
#EEE2EA
(238,226,234)
#F3E9EF
(243,233,239)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AAC2; }

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

This text font color is #C6AAC2.


Background Color

.myBgColor { background-color: #C6AAC2; }

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

This div background color is #C6AAC2.


Border color

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

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

This div border color is #C6AAC2.


Opacity

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

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

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

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

This text has shadow with #C6AAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AAC2 on black background.


Color preview on white background

This text has color #C6AAC2 on white background.



Black color preview on #C6AAC2 background

This text has black color on #C6AAC2 background.


White color preview on #C6AAC2 background

This text has white color on #C6AAC2 background.