COLOR #C0AAF0

HEX: #C0AAF0
RGB: (192,170,240)

Color info

#C0AAF0 contains mainly red and blue colors. Web safe color of #C0AAF0 is #CC99FF (or #C9F).

RGB color model

#C0AAF0 color RGB value is (192,170,240).

  • red value is 192;
  • green value is 170;
  • blue value is 240.
RGB:
(192,170,240)
(75%,67%,94%)

RGB channels and saturation

R 192 of 255 = 75%
G 170 of 255 = 67%
B 240 of 255 = 94%

192
170
240

R + G + B ~ 79%. #C0AAF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 170 + 240 = 602 (100%)
R 192 of 602 ~ 31.89%
G 170 of 602 ~ 28.24%
B 240 of 602 ~ 39.87%

%31.89
%28.24
%39.87

CMYK color model

#C0AAF0 color CMYK value is (20,29,0,6).

  • cyan value is 20.00%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(20,29,0,6)
C20M29Y0K6 
(20%,29%,0%,6%)
(0.20/0.29/0.00/0.06)	

CMYK percentages

%20
%29.17
%0
%5.88

Codes

Color #C0AAF0 in popluar color models

C0AAF0
RGB192170240
HSL259°70.00%80.39%
HSB/HSV259°29.17%94.12%
CMYK20.00%29.17%0.00%
5.88%

Color #C0AAF0 in popluar number systems.

HEXC0AAF0
Decimal192170240
Binary110000001010101011110000
Octal300252360

Shades and tints

Shades of #C0AAF0

#C0AAF0
(192,170,240)
#AF9BDB
(175,155,219)
#9E8CC6
(158,140,198)
#8D7DB1
(141,125,177)
#7C6E9C
(124,110,156)
#6B5F87
(107,95,135)
#5A5072
(90,80,114)
#49415D
(73,65,93)
#383248
(56,50,72)
#272333
(39,35,51)
#16141E
(22,20,30)
#000000
(0,0,0)

Tints of #C0AAF0

#C0AAF0
(192,170,240)
#C5B1F1
(197,177,241)
#CAB8F2
(202,184,242)
#CFBFF3
(207,191,243)
#D4C6F4
(212,198,244)
#D9CDF5
(217,205,245)
#DED4F6
(222,212,246)
#E3DBF7
(227,219,247)
#E8E2F8
(232,226,248)
#EDE9F9
(237,233,249)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AAF0 color. Also use rgb(192,170,240) instead hex code.

Text Font Color

.myTextColor { color: #C0AAF0; }

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

This text font color is #C0AAF0.


Background Color

.myBgColor { background-color: #C0AAF0; }

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

This div background color is #C0AAF0.


Border color

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

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

This div border color is #C0AAF0.


Opacity

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

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

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

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

This text has shadow with #C0AAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AAF0 on black background.


Color preview on white background

This text has color #C0AAF0 on white background.



Black color preview on #C0AAF0 background

This text has black color on #C0AAF0 background.


White color preview on #C0AAF0 background

This text has white color on #C0AAF0 background.