COLOR #C0A6CF

HEX: #C0A6CF
RGB: (192,166,207)

Color info

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

RGB color model

#C0A6CF color RGB value is (192,166,207).

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

RGB channels and saturation

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

192
166
207

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

Portions of RGB colors in percentages

R + G + B =
192 + 166 + 207 = 565 (100%)
R 192 of 565 ~ 33.98%
G 166 of 565 ~ 29.38%
B 207 of 565 ~ 36.64%

%33.98
%29.38
%36.64

CMYK color model

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

  • cyan value is 7.25%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(7,20,0,19)
C7M20Y0K19 
(7%,20%,0%,19%)
(0.07/0.20/0.00/0.19)	

CMYK percentages

%7.25
%19.81
%0
%18.82

Codes

Color #C0A6CF in popluar color models

C0A6CF
RGB192166207
HSL278°29.93%73.14%
HSB/HSV278°19.81%81.18%
CMYK7.25%19.81%0.00%
18.82%

Color #C0A6CF in popluar number systems.

HEXC0A6CF
Decimal192166207
Binary110000001010011011001111
Octal300246317

Shades and tints

Shades of #C0A6CF

#C0A6CF
(192,166,207)
#AF97BD
(175,151,189)
#9E88AB
(158,136,171)
#8D7999
(141,121,153)
#7C6A87
(124,106,135)
#6B5B75
(107,91,117)
#5A4C63
(90,76,99)
#493D51
(73,61,81)
#382E3F
(56,46,63)
#271F2D
(39,31,45)
#16101B
(22,16,27)
#000000
(0,0,0)

Tints of #C0A6CF

#C0A6CF
(192,166,207)
#C5AED3
(197,174,211)
#CAB6D7
(202,182,215)
#CFBEDB
(207,190,219)
#D4C6DF
(212,198,223)
#D9CEE3
(217,206,227)
#DED6E7
(222,214,231)
#E3DEEB
(227,222,235)
#E8E6EF
(232,230,239)
#EDEEF3
(237,238,243)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A6CF; }

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

This text font color is #C0A6CF.


Background Color

.myBgColor { background-color: #C0A6CF; }

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

This div background color is #C0A6CF.


Border color

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

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

This div border color is #C0A6CF.


Opacity

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

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

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

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

This text has shadow with #C0A6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A6CF on black background.


Color preview on white background

This text has color #C0A6CF on white background.



Black color preview on #C0A6CF background

This text has black color on #C0A6CF background.


White color preview on #C0A6CF background

This text has white color on #C0A6CF background.