COLOR #C0C0ED

HEX: #C0C0ED
RGB: (192,192,237)

Color info

#C0C0ED contains red, green and blue colors in about the same proportion. Web safe color of #C0C0ED is #CCCCFF (or #CCF).

RGB color model

#C0C0ED color RGB value is (192,192,237).

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

RGB channels and saturation

R 192 of 255 = 75%
G 192 of 255 = 75%
B 237 of 255 = 93%

192
192
237

R + G + B ~ 81%. #C0C0ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 192 + 237 = 621 (100%)
R 192 of 621 ~ 30.92%
G 192 of 621 ~ 30.92%
B 237 of 621 ~ 38.16%

%30.92
%30.92
%38.16

CMYK color model

#C0C0ED color CMYK value is (19,19,0,7).

  • cyan value is 18.99%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(19,19,0,7)
C19M19Y0K7 
(19%,19%,0%,7%)
(0.19/0.19/0.00/0.07)	

CMYK percentages

%18.99
%18.99
%0
%7.06

Codes

Color #C0C0ED in popluar color models

C0C0ED
RGB192192237
HSL240°55.56%84.12%
HSB/HSV240°18.99%92.94%
CMYK18.99%18.99%0.00%
7.06%

Color #C0C0ED in popluar number systems.

HEXC0C0ED
Decimal192192237
Binary110000001100000011101101
Octal300300355

Shades and tints

Shades of #C0C0ED

#C0C0ED
(192,192,237)
#AFAFD8
(175,175,216)
#9E9EC3
(158,158,195)
#8D8DAE
(141,141,174)
#7C7C99
(124,124,153)
#6B6B84
(107,107,132)
#5A5A6F
(90,90,111)
#49495A
(73,73,90)
#383845
(56,56,69)
#272730
(39,39,48)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #C0C0ED

#C0C0ED
(192,192,237)
#C5C5EE
(197,197,238)
#CACAEF
(202,202,239)
#CFCFF0
(207,207,240)
#D4D4F1
(212,212,241)
#D9D9F2
(217,217,242)
#DEDEF3
(222,222,243)
#E3E3F4
(227,227,244)
#E8E8F5
(232,232,245)
#EDEDF6
(237,237,246)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C0ED; }

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

This text font color is #C0C0ED.


Background Color

.myBgColor { background-color: #C0C0ED; }

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

This div background color is #C0C0ED.


Border color

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

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

This div border color is #C0C0ED.


Opacity

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

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

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

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

This text has shadow with #C0C0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C0ED on black background.


Color preview on white background

This text has color #C0C0ED on white background.



Black color preview on #C0C0ED background

This text has black color on #C0C0ED background.


White color preview on #C0C0ED background

This text has white color on #C0C0ED background.