COLOR #C0C6E3

HEX: #C0C6E3
RGB: (192,198,227)

Color info

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

RGB color model

#C0C6E3 color RGB value is (192,198,227).

  • red value is 192;
  • green value is 198;
  • blue value is 227.
RGB:
(192,198,227)
(75%,78%,89%)

RGB channels and saturation

R 192 of 255 = 75%
G 198 of 255 = 78%
B 227 of 255 = 89%

192
198
227

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

Portions of RGB colors in percentages

R + G + B =
192 + 198 + 227 = 617 (100%)
R 192 of 617 ~ 31.12%
G 198 of 617 ~ 32.09%
B 227 of 617 ~ 36.79%

%31.12
%32.09
%36.79

CMYK color model

#C0C6E3 color CMYK value is (15,13,0,11).

  • cyan value is 15.42%
  • magenta value is 12.78%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(15,13,0,11)
C15M13Y0K11 
(15%,13%,0%,11%)
(0.15/0.13/0.00/0.11)	

CMYK percentages

%15.42
%12.78
%0
%10.98

Codes

Color #C0C6E3 in popluar color models

C0C6E3
RGB192198227
HSL230°38.46%82.16%
HSB/HSV230°15.42%89.02%
CMYK15.42%12.78%0.00%
10.98%

Color #C0C6E3 in popluar number systems.

HEXC0C6E3
Decimal192198227
Binary110000001100011011100011
Octal300306343

Shades and tints

Shades of #C0C6E3

#C0C6E3
(192,198,227)
#AFB4CF
(175,180,207)
#9EA2BB
(158,162,187)
#8D90A7
(141,144,167)
#7C7E93
(124,126,147)
#6B6C7F
(107,108,127)
#5A5A6B
(90,90,107)
#494857
(73,72,87)
#383643
(56,54,67)
#27242F
(39,36,47)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #C0C6E3

#C0C6E3
(192,198,227)
#C5CBE5
(197,203,229)
#CAD0E7
(202,208,231)
#CFD5E9
(207,213,233)
#D4DAEB
(212,218,235)
#D9DFED
(217,223,237)
#DEE4EF
(222,228,239)
#E3E9F1
(227,233,241)
#E8EEF3
(232,238,243)
#EDF3F5
(237,243,245)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C6E3; }

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

This text font color is #C0C6E3.


Background Color

.myBgColor { background-color: #C0C6E3; }

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

This div background color is #C0C6E3.


Border color

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

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

This div border color is #C0C6E3.


Opacity

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

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

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

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

This text has shadow with #C0C6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C6E3 on black background.


Color preview on white background

This text has color #C0C6E3 on white background.



Black color preview on #C0C6E3 background

This text has black color on #C0C6E3 background.


White color preview on #C0C6E3 background

This text has white color on #C0C6E3 background.