COLOR #C0E9FC

HEX: #C0E9FC
RGB: (192,233,252)

Color info

#C0E9FC contains mainly green and blue colors. Web safe color of #C0E9FC is #CCFFFF (or #CFF).

RGB color model

#C0E9FC color RGB value is (192,233,252).

  • red value is 192;
  • green value is 233;
  • blue value is 252.
RGB:
(192,233,252)
(75%,91%,99%)

RGB channels and saturation

R 192 of 255 = 75%
G 233 of 255 = 91%
B 252 of 255 = 99%

192
233
252

R + G + B ~ 88%. #C0E9FC is light color.

Portions of RGB colors in percentages

R + G + B =
192 + 233 + 252 = 677 (100%)
R 192 of 677 ~ 28.36%
G 233 of 677 ~ 34.42%
B 252 of 677 ~ 37.22%

%28.36
%34.42
%37.22

CMYK color model

#C0E9FC color CMYK value is (24,8,0,1).

  • cyan value is 23.81%
  • magenta value is 7.54%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(24,8,0,1)
C24M8Y0K1 
(24%,8%,0%,1%)
(0.24/0.08/0.00/0.01)	

CMYK percentages

%23.81
%7.54
%0
%1.18

Codes

Color #C0E9FC in popluar color models

C0E9FC
RGB192233252
HSL199°90.91%87.06%
HSB/HSV199°23.81%98.82%
CMYK23.81%7.54%0.00%
1.18%

Color #C0E9FC in popluar number systems.

HEXC0E9FC
Decimal192233252
Binary110000001110100111111100
Octal300351374

Shades and tints

Shades of #C0E9FC

#C0E9FC
(192,233,252)
#AFD4E6
(175,212,230)
#9EBFD0
(158,191,208)
#8DAABA
(141,170,186)
#7C95A4
(124,149,164)
#6B808E
(107,128,142)
#5A6B78
(90,107,120)
#495662
(73,86,98)
#38414C
(56,65,76)
#272C36
(39,44,54)
#161720
(22,23,32)
#000000
(0,0,0)

Tints of #C0E9FC

#C0E9FC
(192,233,252)
#C5EBFC
(197,235,252)
#CAEDFC
(202,237,252)
#CFEFFC
(207,239,252)
#D4F1FC
(212,241,252)
#D9F3FC
(217,243,252)
#DEF5FC
(222,245,252)
#E3F7FC
(227,247,252)
#E8F9FC
(232,249,252)
#EDFBFC
(237,251,252)
#F2FDFC
(242,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E9FC color. Also use rgb(192,233,252) instead hex code.

Text Font Color

.myTextColor { color: #C0E9FC; }

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

This text font color is #C0E9FC.


Background Color

.myBgColor { background-color: #C0E9FC; }

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

This div background color is #C0E9FC.


Border color

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

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

This div border color is #C0E9FC.


Opacity

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

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

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

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

This text has shadow with #C0E9FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E9FC on black background.


Color preview on white background

This text has color #C0E9FC on white background.



Black color preview on #C0E9FC background

This text has black color on #C0E9FC background.


White color preview on #C0E9FC background

This text has white color on #C0E9FC background.