COLOR #C0C0FF

HEX: #C0C0FF
RGB: (192,192,255)

Color info

#C0C0FF contains mainly blue color. Web safe color of #C0C0FF is #CCCCFF (or #CCF).

RGB color model

#C0C0FF color RGB value is (192,192,255).

  • red value is 192;
  • green value is 192;
  • blue value is 255.
RGB:
(192,192,255)
(75%,75%,100%)

RGB channels and saturation

R 192 of 255 = 75%
G 192 of 255 = 75%
B 255 of 255 = 100%

192
192
255

R + G + B ~ 83%. #C0C0FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 192 + 255 = 639 (100%)
R 192 of 639 ~ 30.05%
G 192 of 639 ~ 30.05%
B 255 of 639 ~ 39.91%

%30.05
%30.05
%39.91

CMYK color model

#C0C0FF color CMYK value is (25,25,0,0).

  • cyan value is 24.71%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(25,25,0,0)
C25M25Y0K0 
(25%,25%,0%,0%)
(0.25/0.25/0.00/0.00)	

CMYK percentages

%24.71
%24.71
%0
%0

Codes

Color #C0C0FF in popluar color models

C0C0FF
RGB192192255
HSL240°100.00%87.65%
HSB/HSV240°24.71%100.00%
CMYK24.71%24.71%0.00%
0.00%

Color #C0C0FF in popluar number systems.

HEXC0C0FF
Decimal192192255
Binary110000001100000011111111
Octal300300377

Shades and tints

Shades of #C0C0FF

#C0C0FF
(192,192,255)
#AFAFE8
(175,175,232)
#9E9ED1
(158,158,209)
#8D8DBA
(141,141,186)
#7C7CA3
(124,124,163)
#6B6B8C
(107,107,140)
#5A5A75
(90,90,117)
#49495E
(73,73,94)
#383847
(56,56,71)
#272730
(39,39,48)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #C0C0FF

#C0C0FF
(192,192,255)
#C5C5FF
(197,197,255)
#CACAFF
(202,202,255)
#CFCFFF
(207,207,255)
#D4D4FF
(212,212,255)
#D9D9FF
(217,217,255)
#DEDEFF
(222,222,255)
#E3E3FF
(227,227,255)
#E8E8FF
(232,232,255)
#EDEDFF
(237,237,255)
#F2F2FF
(242,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C0FF; }

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

This text font color is #C0C0FF.


Background Color

.myBgColor { background-color: #C0C0FF; }

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

This div background color is #C0C0FF.


Border color

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

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

This div border color is #C0C0FF.


Opacity

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

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

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

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

This text has shadow with #C0C0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C0FF on black background.


Color preview on white background

This text has color #C0C0FF on white background.



Black color preview on #C0C0FF background

This text has black color on #C0C0FF background.


White color preview on #C0C0FF background

This text has white color on #C0C0FF background.