COLOR #C0CCF5

HEX: #C0CCF5
RGB: (192,204,245)

Color info

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

RGB color model

#C0CCF5 color RGB value is (192,204,245).

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

RGB channels and saturation

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

192
204
245

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

Portions of RGB colors in percentages

R + G + B =
192 + 204 + 245 = 641 (100%)
R 192 of 641 ~ 29.95%
G 204 of 641 ~ 31.83%
B 245 of 641 ~ 38.22%

%29.95
%31.83
%38.22

CMYK color model

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

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

CMYK percentages

%21.63
%16.73
%0
%3.92

Codes

Color #C0CCF5 in popluar color models

C0CCF5
RGB192204245
HSL226°72.60%85.69%
HSB/HSV226°21.63%96.08%
CMYK21.63%16.73%0.00%
3.92%

Color #C0CCF5 in popluar number systems.

HEXC0CCF5
Decimal192204245
Binary110000001100110011110101
Octal300314365

Shades and tints

Shades of #C0CCF5

#C0CCF5
(192,204,245)
#AFBADF
(175,186,223)
#9EA8C9
(158,168,201)
#8D96B3
(141,150,179)
#7C849D
(124,132,157)
#6B7287
(107,114,135)
#5A6071
(90,96,113)
#494E5B
(73,78,91)
#383C45
(56,60,69)
#272A2F
(39,42,47)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #C0CCF5

#C0CCF5
(192,204,245)
#C5D0F5
(197,208,245)
#CAD4F5
(202,212,245)
#CFD8F5
(207,216,245)
#D4DCF5
(212,220,245)
#D9E0F5
(217,224,245)
#DEE4F5
(222,228,245)
#E3E8F5
(227,232,245)
#E8ECF5
(232,236,245)
#EDF0F5
(237,240,245)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CCF5; }

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

This text font color is #C0CCF5.


Background Color

.myBgColor { background-color: #C0CCF5; }

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

This div background color is #C0CCF5.


Border color

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

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

This div border color is #C0CCF5.


Opacity

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

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

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

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

This text has shadow with #C0CCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CCF5 on black background.


Color preview on white background

This text has color #C0CCF5 on white background.



Black color preview on #C0CCF5 background

This text has black color on #C0CCF5 background.


White color preview on #C0CCF5 background

This text has white color on #C0CCF5 background.