COLOR #C0A6E3

HEX: #C0A6E3
RGB: (192,166,227)

Color info

#C0A6E3 contains mainly red and blue colors. Web safe color of #C0A6E3 is #CC99CC (or #C9C).

RGB color model

#C0A6E3 color RGB value is (192,166,227).

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

RGB channels and saturation

R 192 of 255 = 75%
G 166 of 255 = 65%
B 227 of 255 = 89%

192
166
227

R + G + B ~ 76%. #C0A6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 166 + 227 = 585 (100%)
R 192 of 585 ~ 32.82%
G 166 of 585 ~ 28.38%
B 227 of 585 ~ 38.8%

%32.82
%28.38
%38.8

CMYK color model

#C0A6E3 color CMYK value is (15,27,0,11).

  • cyan value is 15.42%
  • magenta value is 26.87%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(15,27,0,11)
C15M27Y0K11 
(15%,27%,0%,11%)
(0.15/0.27/0.00/0.11)	

CMYK percentages

%15.42
%26.87
%0
%10.98

Codes

Color #C0A6E3 in popluar color models

C0A6E3
RGB192166227
HSL266°52.14%77.06%
HSB/HSV266°26.87%89.02%
CMYK15.42%26.87%0.00%
10.98%

Color #C0A6E3 in popluar number systems.

HEXC0A6E3
Decimal192166227
Binary110000001010011011100011
Octal300246343

Shades and tints

Shades of #C0A6E3

#C0A6E3
(192,166,227)
#AF97CF
(175,151,207)
#9E88BB
(158,136,187)
#8D79A7
(141,121,167)
#7C6A93
(124,106,147)
#6B5B7F
(107,91,127)
#5A4C6B
(90,76,107)
#493D57
(73,61,87)
#382E43
(56,46,67)
#271F2F
(39,31,47)
#16101B
(22,16,27)
#000000
(0,0,0)

Tints of #C0A6E3

#C0A6E3
(192,166,227)
#C5AEE5
(197,174,229)
#CAB6E7
(202,182,231)
#CFBEE9
(207,190,233)
#D4C6EB
(212,198,235)
#D9CEED
(217,206,237)
#DED6EF
(222,214,239)
#E3DEF1
(227,222,241)
#E8E6F3
(232,230,243)
#EDEEF5
(237,238,245)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A6E3; }

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

This text font color is #C0A6E3.


Background Color

.myBgColor { background-color: #C0A6E3; }

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

This div background color is #C0A6E3.


Border color

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

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

This div border color is #C0A6E3.


Opacity

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

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

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

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

This text has shadow with #C0A6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A6E3 on black background.


Color preview on white background

This text has color #C0A6E3 on white background.



Black color preview on #C0A6E3 background

This text has black color on #C0A6E3 background.


White color preview on #C0A6E3 background

This text has white color on #C0A6E3 background.