COLOR #C6A4C6

HEX: #C6A4C6
RGB: (198,164,198)

Color info

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

RGB color model

#C6A4C6 color RGB value is (198,164,198).

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

RGB channels and saturation

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

198
164
198

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

Portions of RGB colors in percentages

R + G + B =
198 + 164 + 198 = 560 (100%)
R 198 of 560 ~ 35.36%
G 164 of 560 ~ 29.29%
B 198 of 560 ~ 35.36%

%35.36
%29.29
%35.36

CMYK color model

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

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

CMYK percentages

%0
%17.17
%0
%22.35

Codes

Color #C6A4C6 in popluar color models

C6A4C6
RGB198164198
HSL300°22.97%70.98%
HSB/HSV300°17.17%77.65%
CMYK0.00%17.17%0.00%
22.35%

Color #C6A4C6 in popluar number systems.

HEXC6A4C6
Decimal198164198
Binary110001101010010011000110
Octal306244306

Shades and tints

Shades of #C6A4C6

#C6A4C6
(198,164,198)
#B496B4
(180,150,180)
#A288A2
(162,136,162)
#907A90
(144,122,144)
#7E6C7E
(126,108,126)
#6C5E6C
(108,94,108)
#5A505A
(90,80,90)
#484248
(72,66,72)
#363436
(54,52,54)
#242624
(36,38,36)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #C6A4C6

#C6A4C6
(198,164,198)
#CBACCB
(203,172,203)
#D0B4D0
(208,180,208)
#D5BCD5
(213,188,213)
#DAC4DA
(218,196,218)
#DFCCDF
(223,204,223)
#E4D4E4
(228,212,228)
#E9DCE9
(233,220,233)
#EEE4EE
(238,228,238)
#F3ECF3
(243,236,243)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A4C6; }

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

This text font color is #C6A4C6.


Background Color

.myBgColor { background-color: #C6A4C6; }

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

This div background color is #C6A4C6.


Border color

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

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

This div border color is #C6A4C6.


Opacity

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

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

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

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

This text has shadow with #C6A4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A4C6 on black background.


Color preview on white background

This text has color #C6A4C6 on white background.



Black color preview on #C6A4C6 background

This text has black color on #C6A4C6 background.


White color preview on #C6A4C6 background

This text has white color on #C6A4C6 background.