COLOR #C6A4C5

HEX: #C6A4C5
RGB: (198,164,197)

Color info

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

RGB color model

#C6A4C5 color RGB value is (198,164,197).

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

RGB channels and saturation

R 198 of 255 = 78%
G 164 of 255 = 64%
B 197 of 255 = 77%

198
164
197

R + G + B ~ 73%. #C6A4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 164 + 197 = 559 (100%)
R 198 of 559 ~ 35.42%
G 164 of 559 ~ 29.34%
B 197 of 559 ~ 35.24%

%35.42
%29.34
%35.24

CMYK color model

#C6A4C5 color CMYK value is (0,17,1,22).

  • cyan value is 0.00%
  • magenta value is 17.17%
  • yellow value is 0.51%
  • key color value is 22.35%
CMYK:
(0,17,1,22)
C0M17Y1K22 
(0%,17%,1%,22%)
(0.00/0.17/0.01/0.22)	

CMYK percentages

%0
%17.17
%0.51
%22.35

Codes

Color #C6A4C5 in popluar color models

C6A4C5
RGB198164197
HSL302°22.97%70.98%
HSB/HSV302°17.17%77.65%
CMYK0.00%17.17%0.51%
22.35%

Color #C6A4C5 in popluar number systems.

HEXC6A4C5
Decimal198164197
Binary110001101010010011000101
Octal306244305

Shades and tints

Shades of #C6A4C5

#C6A4C5
(198,164,197)
#B496B4
(180,150,180)
#A288A3
(162,136,163)
#907A92
(144,122,146)
#7E6C81
(126,108,129)
#6C5E70
(108,94,112)
#5A505F
(90,80,95)
#48424E
(72,66,78)
#36343D
(54,52,61)
#24262C
(36,38,44)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #C6A4C5

#C6A4C5
(198,164,197)
#CBACCA
(203,172,202)
#D0B4CF
(208,180,207)
#D5BCD4
(213,188,212)
#DAC4D9
(218,196,217)
#DFCCDE
(223,204,222)
#E4D4E3
(228,212,227)
#E9DCE8
(233,220,232)
#EEE4ED
(238,228,237)
#F3ECF2
(243,236,242)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A4C5; }

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

This text font color is #C6A4C5.


Background Color

.myBgColor { background-color: #C6A4C5; }

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

This div background color is #C6A4C5.


Border color

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

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

This div border color is #C6A4C5.


Opacity

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

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

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

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

This text has shadow with #C6A4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A4C5 on black background.


Color preview on white background

This text has color #C6A4C5 on white background.



Black color preview on #C6A4C5 background

This text has black color on #C6A4C5 background.


White color preview on #C6A4C5 background

This text has white color on #C6A4C5 background.