COLOR #C0AFE0

HEX: #C0AFE0
RGB: (192,175,224)

Color info

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

RGB color model

#C0AFE0 color RGB value is (192,175,224).

  • red value is 192;
  • green value is 175;
  • blue value is 224.
RGB:
(192,175,224)
(75%,69%,88%)

RGB channels and saturation

R 192 of 255 = 75%
G 175 of 255 = 69%
B 224 of 255 = 88%

192
175
224

R + G + B ~ 77%. #C0AFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 175 + 224 = 591 (100%)
R 192 of 591 ~ 32.49%
G 175 of 591 ~ 29.61%
B 224 of 591 ~ 37.9%

%32.49
%29.61
%37.9

CMYK color model

#C0AFE0 color CMYK value is (14,22,0,12).

  • cyan value is 14.29%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(14,22,0,12)
C14M22Y0K12 
(14%,22%,0%,12%)
(0.14/0.22/0.00/0.12)	

CMYK percentages

%14.29
%21.88
%0
%12.16

Codes

Color #C0AFE0 in popluar color models

C0AFE0
RGB192175224
HSL261°44.14%78.24%
HSB/HSV261°21.88%87.84%
CMYK14.29%21.88%0.00%
12.16%

Color #C0AFE0 in popluar number systems.

HEXC0AFE0
Decimal192175224
Binary110000001010111111100000
Octal300257340

Shades and tints

Shades of #C0AFE0

#C0AFE0
(192,175,224)
#AFA0CC
(175,160,204)
#9E91B8
(158,145,184)
#8D82A4
(141,130,164)
#7C7390
(124,115,144)
#6B647C
(107,100,124)
#5A5568
(90,85,104)
#494654
(73,70,84)
#383740
(56,55,64)
#27282C
(39,40,44)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #C0AFE0

#C0AFE0
(192,175,224)
#C5B6E2
(197,182,226)
#CABDE4
(202,189,228)
#CFC4E6
(207,196,230)
#D4CBE8
(212,203,232)
#D9D2EA
(217,210,234)
#DED9EC
(222,217,236)
#E3E0EE
(227,224,238)
#E8E7F0
(232,231,240)
#EDEEF2
(237,238,242)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AFE0 color. Also use rgb(192,175,224) instead hex code.

Text Font Color

.myTextColor { color: #C0AFE0; }

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

This text font color is #C0AFE0.


Background Color

.myBgColor { background-color: #C0AFE0; }

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

This div background color is #C0AFE0.


Border color

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

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

This div border color is #C0AFE0.


Opacity

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

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

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

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

This text has shadow with #C0AFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AFE0 on black background.


Color preview on white background

This text has color #C0AFE0 on white background.



Black color preview on #C0AFE0 background

This text has black color on #C0AFE0 background.


White color preview on #C0AFE0 background

This text has white color on #C0AFE0 background.