COLOR #C0C1E5

HEX: #C0C1E5
RGB: (192,193,229)

Color info

#C0C1E5 contains red, green and blue colors in about the same proportion. Web safe color of #C0C1E5 is #CCCCCC (or #CCC).

RGB color model

#C0C1E5 color RGB value is (192,193,229).

  • red value is 192;
  • green value is 193;
  • blue value is 229.
RGB:
(192,193,229)
(75%,76%,90%)

RGB channels and saturation

R 192 of 255 = 75%
G 193 of 255 = 76%
B 229 of 255 = 90%

192
193
229

R + G + B ~ 80%. #C0C1E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 193 + 229 = 614 (100%)
R 192 of 614 ~ 31.27%
G 193 of 614 ~ 31.43%
B 229 of 614 ~ 37.3%

%31.27
%31.43
%37.3

CMYK color model

#C0C1E5 color CMYK value is (16,16,0,10).

  • cyan value is 16.16%
  • magenta value is 15.72%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(16,16,0,10)
C16M16Y0K10 
(16%,16%,0%,10%)
(0.16/0.16/0.00/0.10)	

CMYK percentages

%16.16
%15.72
%0
%10.2

Codes

Color #C0C1E5 in popluar color models

C0C1E5
RGB192193229
HSL238°41.57%82.55%
HSB/HSV238°16.16%89.80%
CMYK16.16%15.72%0.00%
10.20%

Color #C0C1E5 in popluar number systems.

HEXC0C1E5
Decimal192193229
Binary110000001100000111100101
Octal300301345

Shades and tints

Shades of #C0C1E5

#C0C1E5
(192,193,229)
#AFB0D1
(175,176,209)
#9E9FBD
(158,159,189)
#8D8EA9
(141,142,169)
#7C7D95
(124,125,149)
#6B6C81
(107,108,129)
#5A5B6D
(90,91,109)
#494A59
(73,74,89)
#383945
(56,57,69)
#272831
(39,40,49)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #C0C1E5

#C0C1E5
(192,193,229)
#C5C6E7
(197,198,231)
#CACBE9
(202,203,233)
#CFD0EB
(207,208,235)
#D4D5ED
(212,213,237)
#D9DAEF
(217,218,239)
#DEDFF1
(222,223,241)
#E3E4F3
(227,228,243)
#E8E9F5
(232,233,245)
#EDEEF7
(237,238,247)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C1E5; }

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

This text font color is #C0C1E5.


Background Color

.myBgColor { background-color: #C0C1E5; }

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

This div background color is #C0C1E5.


Border color

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

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

This div border color is #C0C1E5.


Opacity

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

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

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

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

This text has shadow with #C0C1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C1E5 on black background.


Color preview on white background

This text has color #C0C1E5 on white background.



Black color preview on #C0C1E5 background

This text has black color on #C0C1E5 background.


White color preview on #C0C1E5 background

This text has white color on #C0C1E5 background.