COLOR #C0C6EC

HEX: #C0C6EC
RGB: (192,198,236)

Color info

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

RGB color model

#C0C6EC color RGB value is (192,198,236).

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

RGB channels and saturation

R 192 of 255 = 75%
G 198 of 255 = 78%
B 236 of 255 = 93%

192
198
236

R + G + B ~ 82%. #C0C6EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 198 + 236 = 626 (100%)
R 192 of 626 ~ 30.67%
G 198 of 626 ~ 31.63%
B 236 of 626 ~ 37.7%

%30.67
%31.63
%37.7

CMYK color model

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

  • cyan value is 18.64%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(19,16,0,7)
C19M16Y0K7 
(19%,16%,0%,7%)
(0.19/0.16/0.00/0.07)	

CMYK percentages

%18.64
%16.1
%0
%7.45

Codes

Color #C0C6EC in popluar color models

C0C6EC
RGB192198236
HSL232°53.66%83.92%
HSB/HSV232°18.64%92.55%
CMYK18.64%16.10%0.00%
7.45%

Color #C0C6EC in popluar number systems.

HEXC0C6EC
Decimal192198236
Binary110000001100011011101100
Octal300306354

Shades and tints

Shades of #C0C6EC

#C0C6EC
(192,198,236)
#AFB4D7
(175,180,215)
#9EA2C2
(158,162,194)
#8D90AD
(141,144,173)
#7C7E98
(124,126,152)
#6B6C83
(107,108,131)
#5A5A6E
(90,90,110)
#494859
(73,72,89)
#383644
(56,54,68)
#27242F
(39,36,47)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #C0C6EC

#C0C6EC
(192,198,236)
#C5CBED
(197,203,237)
#CAD0EE
(202,208,238)
#CFD5EF
(207,213,239)
#D4DAF0
(212,218,240)
#D9DFF1
(217,223,241)
#DEE4F2
(222,228,242)
#E3E9F3
(227,233,243)
#E8EEF4
(232,238,244)
#EDF3F5
(237,243,245)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C6EC; }

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

This text font color is #C0C6EC.


Background Color

.myBgColor { background-color: #C0C6EC; }

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

This div background color is #C0C6EC.


Border color

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

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

This div border color is #C0C6EC.


Opacity

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

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

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

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

This text has shadow with #C0C6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C6EC on black background.


Color preview on white background

This text has color #C0C6EC on white background.



Black color preview on #C0C6EC background

This text has black color on #C0C6EC background.


White color preview on #C0C6EC background

This text has white color on #C0C6EC background.