COLOR #C0FAEC

HEX: #C0FAEC
RGB: (192,250,236)

Color info

#C0FAEC contains red, green and blue colors in about the same proportion. Web safe color of #C0FAEC is #CCFFFF (or #CFF).

RGB color model

#C0FAEC color RGB value is (192,250,236).

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

RGB channels and saturation

R 192 of 255 = 75%
G 250 of 255 = 98%
B 236 of 255 = 93%

192
250
236

R + G + B ~ 89%. #C0FAEC is light color.

Portions of RGB colors in percentages

R + G + B =
192 + 250 + 236 = 678 (100%)
R 192 of 678 ~ 28.32%
G 250 of 678 ~ 36.87%
B 236 of 678 ~ 34.81%

%28.32
%36.87
%34.81

CMYK color model

#C0FAEC color CMYK value is (23,0,6,2).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 1.96%
CMYK:
(23,0,6,2)
C23M0Y6K2 
(23%,0%,6%,2%)
(0.23/0.00/0.06/0.02)	

CMYK percentages

%23.2
%0
%5.6
%1.96

Codes

Color #C0FAEC in popluar color models

C0FAEC
RGB192250236
HSL166°85.29%86.67%
HSB/HSV166°23.20%98.04%
CMYK23.20%0.00%5.60%
1.96%

Color #C0FAEC in popluar number systems.

HEXC0FAEC
Decimal192250236
Binary110000001111101011101100
Octal300372354

Shades and tints

Shades of #C0FAEC

#C0FAEC
(192,250,236)
#AFE4D7
(175,228,215)
#9ECEC2
(158,206,194)
#8DB8AD
(141,184,173)
#7CA298
(124,162,152)
#6B8C83
(107,140,131)
#5A766E
(90,118,110)
#496059
(73,96,89)
#384A44
(56,74,68)
#27342F
(39,52,47)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #C0FAEC

#C0FAEC
(192,250,236)
#C5FAED
(197,250,237)
#CAFAEE
(202,250,238)
#CFFAEF
(207,250,239)
#D4FAF0
(212,250,240)
#D9FAF1
(217,250,241)
#DEFAF2
(222,250,242)
#E3FAF3
(227,250,243)
#E8FAF4
(232,250,244)
#EDFAF5
(237,250,245)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0FAEC; }

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

This text font color is #C0FAEC.


Background Color

.myBgColor { background-color: #C0FAEC; }

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

This div background color is #C0FAEC.


Border color

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

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

This div border color is #C0FAEC.


Opacity

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

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

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

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

This text has shadow with #C0FAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0FAEC on black background.


Color preview on white background

This text has color #C0FAEC on white background.



Black color preview on #C0FAEC background

This text has black color on #C0FAEC background.


White color preview on #C0FAEC background

This text has white color on #C0FAEC background.