COLOR #C0AFCC

HEX: #C0AFCC
RGB: (192,175,204)

Color info

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

RGB color model

#C0AFCC color RGB value is (192,175,204).

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

RGB channels and saturation

R 192 of 255 = 75%
G 175 of 255 = 69%
B 204 of 255 = 80%

192
175
204

R + G + B ~ 75%. #C0AFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 175 + 204 = 571 (100%)
R 192 of 571 ~ 33.63%
G 175 of 571 ~ 30.65%
B 204 of 571 ~ 35.73%

%33.63
%30.65
%35.73

CMYK color model

#C0AFCC color CMYK value is (6,14,0,20).

  • cyan value is 5.88%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(6,14,0,20)
C6M14Y0K20 
(6%,14%,0%,20%)
(0.06/0.14/0.00/0.20)	

CMYK percentages

%5.88
%14.22
%0
%20

Codes

Color #C0AFCC in popluar color models

C0AFCC
RGB192175204
HSL275°22.14%74.31%
HSB/HSV275°14.22%80.00%
CMYK5.88%14.22%0.00%
20.00%

Color #C0AFCC in popluar number systems.

HEXC0AFCC
Decimal192175204
Binary110000001010111111001100
Octal300257314

Shades and tints

Shades of #C0AFCC

#C0AFCC
(192,175,204)
#AFA0BA
(175,160,186)
#9E91A8
(158,145,168)
#8D8296
(141,130,150)
#7C7384
(124,115,132)
#6B6472
(107,100,114)
#5A5560
(90,85,96)
#49464E
(73,70,78)
#38373C
(56,55,60)
#27282A
(39,40,42)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #C0AFCC

#C0AFCC
(192,175,204)
#C5B6D0
(197,182,208)
#CABDD4
(202,189,212)
#CFC4D8
(207,196,216)
#D4CBDC
(212,203,220)
#D9D2E0
(217,210,224)
#DED9E4
(222,217,228)
#E3E0E8
(227,224,232)
#E8E7EC
(232,231,236)
#EDEEF0
(237,238,240)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AFCC; }

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

This text font color is #C0AFCC.


Background Color

.myBgColor { background-color: #C0AFCC; }

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

This div background color is #C0AFCC.


Border color

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

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

This div border color is #C0AFCC.


Opacity

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

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

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

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

This text has shadow with #C0AFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AFCC on black background.


Color preview on white background

This text has color #C0AFCC on white background.



Black color preview on #C0AFCC background

This text has black color on #C0AFCC background.


White color preview on #C0AFCC background

This text has white color on #C0AFCC background.