COLOR #C0C0EA

HEX: #C0C0EA
RGB: (192,192,234)

Color info

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

RGB color model

#C0C0EA color RGB value is (192,192,234).

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

RGB channels and saturation

R 192 of 255 = 75%
G 192 of 255 = 75%
B 234 of 255 = 92%

192
192
234

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

Portions of RGB colors in percentages

R + G + B =
192 + 192 + 234 = 618 (100%)
R 192 of 618 ~ 31.07%
G 192 of 618 ~ 31.07%
B 234 of 618 ~ 37.86%

%31.07
%31.07
%37.86

CMYK color model

#C0C0EA color CMYK value is (18,18,0,8).

  • cyan value is 17.95%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(18,18,0,8)
C18M18Y0K8 
(18%,18%,0%,8%)
(0.18/0.18/0.00/0.08)	

CMYK percentages

%17.95
%17.95
%0
%8.24

Codes

Color #C0C0EA in popluar color models

C0C0EA
RGB192192234
HSL240°50.00%83.53%
HSB/HSV240°17.95%91.76%
CMYK17.95%17.95%0.00%
8.24%

Color #C0C0EA in popluar number systems.

HEXC0C0EA
Decimal192192234
Binary110000001100000011101010
Octal300300352

Shades and tints

Shades of #C0C0EA

#C0C0EA
(192,192,234)
#AFAFD5
(175,175,213)
#9E9EC0
(158,158,192)
#8D8DAB
(141,141,171)
#7C7C96
(124,124,150)
#6B6B81
(107,107,129)
#5A5A6C
(90,90,108)
#494957
(73,73,87)
#383842
(56,56,66)
#27272D
(39,39,45)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #C0C0EA

#C0C0EA
(192,192,234)
#C5C5EB
(197,197,235)
#CACAEC
(202,202,236)
#CFCFED
(207,207,237)
#D4D4EE
(212,212,238)
#D9D9EF
(217,217,239)
#DEDEF0
(222,222,240)
#E3E3F1
(227,227,241)
#E8E8F2
(232,232,242)
#EDEDF3
(237,237,243)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C0EA; }

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

This text font color is #C0C0EA.


Background Color

.myBgColor { background-color: #C0C0EA; }

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

This div background color is #C0C0EA.


Border color

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

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

This div border color is #C0C0EA.


Opacity

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

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

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

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

This text has shadow with #C0C0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C0EA on black background.


Color preview on white background

This text has color #C0C0EA on white background.



Black color preview on #C0C0EA background

This text has black color on #C0C0EA background.


White color preview on #C0C0EA background

This text has white color on #C0C0EA background.