COLOR #C0A6CE

HEX: #C0A6CE
RGB: (192,166,206)

Color info

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

RGB color model

#C0A6CE color RGB value is (192,166,206).

  • red value is 192;
  • green value is 166;
  • blue value is 206.
RGB:
(192,166,206)
(75%,65%,81%)

RGB channels and saturation

R 192 of 255 = 75%
G 166 of 255 = 65%
B 206 of 255 = 81%

192
166
206

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

Portions of RGB colors in percentages

R + G + B =
192 + 166 + 206 = 564 (100%)
R 192 of 564 ~ 34.04%
G 166 of 564 ~ 29.43%
B 206 of 564 ~ 36.52%

%34.04
%29.43
%36.52

CMYK color model

#C0A6CE color CMYK value is (7,19,0,19).

  • cyan value is 6.80%
  • magenta value is 19.42%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(7,19,0,19)
C7M19Y0K19 
(7%,19%,0%,19%)
(0.07/0.19/0.00/0.19)	

CMYK percentages

%6.8
%19.42
%0
%19.22

Codes

Color #C0A6CE in popluar color models

C0A6CE
RGB192166206
HSL279°28.99%72.94%
HSB/HSV279°19.42%80.78%
CMYK6.80%19.42%0.00%
19.22%

Color #C0A6CE in popluar number systems.

HEXC0A6CE
Decimal192166206
Binary110000001010011011001110
Octal300246316

Shades and tints

Shades of #C0A6CE

#C0A6CE
(192,166,206)
#AF97BC
(175,151,188)
#9E88AA
(158,136,170)
#8D7998
(141,121,152)
#7C6A86
(124,106,134)
#6B5B74
(107,91,116)
#5A4C62
(90,76,98)
#493D50
(73,61,80)
#382E3E
(56,46,62)
#271F2C
(39,31,44)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #C0A6CE

#C0A6CE
(192,166,206)
#C5AED2
(197,174,210)
#CAB6D6
(202,182,214)
#CFBEDA
(207,190,218)
#D4C6DE
(212,198,222)
#D9CEE2
(217,206,226)
#DED6E6
(222,214,230)
#E3DEEA
(227,222,234)
#E8E6EE
(232,230,238)
#EDEEF2
(237,238,242)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A6CE color. Also use rgb(192,166,206) instead hex code.

Text Font Color

.myTextColor { color: #C0A6CE; }

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

This text font color is #C0A6CE.


Background Color

.myBgColor { background-color: #C0A6CE; }

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

This div background color is #C0A6CE.


Border color

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

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

This div border color is #C0A6CE.


Opacity

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

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

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

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

This text has shadow with #C0A6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A6CE on black background.


Color preview on white background

This text has color #C0A6CE on white background.



Black color preview on #C0A6CE background

This text has black color on #C0A6CE background.


White color preview on #C0A6CE background

This text has white color on #C0A6CE background.