COLOR #C6A2CC

HEX: #C6A2CC
RGB: (198,162,204)

Color info

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

RGB color model

#C6A2CC color RGB value is (198,162,204).

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

RGB channels and saturation

R 198 of 255 = 78%
G 162 of 255 = 64%
B 204 of 255 = 80%

198
162
204

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

Portions of RGB colors in percentages

R + G + B =
198 + 162 + 204 = 564 (100%)
R 198 of 564 ~ 35.11%
G 162 of 564 ~ 28.72%
B 204 of 564 ~ 36.17%

%35.11
%28.72
%36.17

CMYK color model

#C6A2CC color CMYK value is (3,21,0,20).

  • cyan value is 2.94%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(3,21,0,20)
C3M21Y0K20 
(3%,21%,0%,20%)
(0.03/0.21/0.00/0.20)	

CMYK percentages

%2.94
%20.59
%0
%20

Codes

Color #C6A2CC in popluar color models

C6A2CC
RGB198162204
HSL291°29.17%71.76%
HSB/HSV291°20.59%80.00%
CMYK2.94%20.59%0.00%
20.00%

Color #C6A2CC in popluar number systems.

HEXC6A2CC
Decimal198162204
Binary110001101010001011001100
Octal306242314

Shades and tints

Shades of #C6A2CC

#C6A2CC
(198,162,204)
#B494BA
(180,148,186)
#A286A8
(162,134,168)
#907896
(144,120,150)
#7E6A84
(126,106,132)
#6C5C72
(108,92,114)
#5A4E60
(90,78,96)
#48404E
(72,64,78)
#36323C
(54,50,60)
#24242A
(36,36,42)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #C6A2CC

#C6A2CC
(198,162,204)
#CBAAD0
(203,170,208)
#D0B2D4
(208,178,212)
#D5BAD8
(213,186,216)
#DAC2DC
(218,194,220)
#DFCAE0
(223,202,224)
#E4D2E4
(228,210,228)
#E9DAE8
(233,218,232)
#EEE2EC
(238,226,236)
#F3EAF0
(243,234,240)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A2CC; }

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

This text font color is #C6A2CC.


Background Color

.myBgColor { background-color: #C6A2CC; }

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

This div background color is #C6A2CC.


Border color

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

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

This div border color is #C6A2CC.


Opacity

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

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

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

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

This text has shadow with #C6A2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A2CC on black background.


Color preview on white background

This text has color #C6A2CC on white background.



Black color preview on #C6A2CC background

This text has black color on #C6A2CC background.


White color preview on #C6A2CC background

This text has white color on #C6A2CC background.