COLOR #C0CCF6

HEX: #C0CCF6
RGB: (192,204,246)

Color info

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

RGB color model

#C0CCF6 color RGB value is (192,204,246).

  • red value is 192;
  • green value is 204;
  • blue value is 246.
RGB:
(192,204,246)
(75%,80%,96%)

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 246 of 255 = 96%

192
204
246

R + G + B ~ 84%. #C0CCF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 204 + 246 = 642 (100%)
R 192 of 642 ~ 29.91%
G 204 of 642 ~ 31.78%
B 246 of 642 ~ 38.32%

%29.91
%31.78
%38.32

CMYK color model

#C0CCF6 color CMYK value is (22,17,0,4).

  • cyan value is 21.95%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(22,17,0,4)
C22M17Y0K4 
(22%,17%,0%,4%)
(0.22/0.17/0.00/0.04)	

CMYK percentages

%21.95
%17.07
%0
%3.53

Codes

Color #C0CCF6 in popluar color models

C0CCF6
RGB192204246
HSL227°75.00%85.88%
HSB/HSV227°21.95%96.47%
CMYK21.95%17.07%0.00%
3.53%

Color #C0CCF6 in popluar number systems.

HEXC0CCF6
Decimal192204246
Binary110000001100110011110110
Octal300314366

Shades and tints

Shades of #C0CCF6

#C0CCF6
(192,204,246)
#AFBAE0
(175,186,224)
#9EA8CA
(158,168,202)
#8D96B4
(141,150,180)
#7C849E
(124,132,158)
#6B7288
(107,114,136)
#5A6072
(90,96,114)
#494E5C
(73,78,92)
#383C46
(56,60,70)
#272A30
(39,42,48)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #C0CCF6

#C0CCF6
(192,204,246)
#C5D0F6
(197,208,246)
#CAD4F6
(202,212,246)
#CFD8F6
(207,216,246)
#D4DCF6
(212,220,246)
#D9E0F6
(217,224,246)
#DEE4F6
(222,228,246)
#E3E8F6
(227,232,246)
#E8ECF6
(232,236,246)
#EDF0F6
(237,240,246)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CCF6; }

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

This text font color is #C0CCF6.


Background Color

.myBgColor { background-color: #C0CCF6; }

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

This div background color is #C0CCF6.


Border color

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

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

This div border color is #C0CCF6.


Opacity

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

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

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

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

This text has shadow with #C0CCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CCF6 on black background.


Color preview on white background

This text has color #C0CCF6 on white background.



Black color preview on #C0CCF6 background

This text has black color on #C0CCF6 background.


White color preview on #C0CCF6 background

This text has white color on #C0CCF6 background.