COLOR #C0E2E6

HEX: #C0E2E6
RGB: (192,226,230)

Color info

#C0E2E6 contains red, green and blue colors in about the same proportion. Web safe color of #C0E2E6 is #CCCCCC (or #CCC).

RGB color model

#C0E2E6 color RGB value is (192,226,230).

  • red value is 192;
  • green value is 226;
  • blue value is 230.
RGB:
(192,226,230)
(75%,89%,90%)

RGB channels and saturation

R 192 of 255 = 75%
G 226 of 255 = 89%
B 230 of 255 = 90%

192
226
230

R + G + B ~ 85%. #C0E2E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 226 + 230 = 648 (100%)
R 192 of 648 ~ 29.63%
G 226 of 648 ~ 34.88%
B 230 of 648 ~ 35.49%

%29.63
%34.88
%35.49

CMYK color model

#C0E2E6 color CMYK value is (17,2,0,10).

  • cyan value is 16.52%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(17,2,0,10)
C17M2Y0K10 
(17%,2%,0%,10%)
(0.17/0.02/0.00/0.10)	

CMYK percentages

%16.52
%1.74
%0
%9.8

Codes

Color #C0E2E6 in popluar color models

C0E2E6
RGB192226230
HSL186°43.18%82.75%
HSB/HSV186°16.52%90.20%
CMYK16.52%1.74%0.00%
9.80%

Color #C0E2E6 in popluar number systems.

HEXC0E2E6
Decimal192226230
Binary110000001110001011100110
Octal300342346

Shades and tints

Shades of #C0E2E6

#C0E2E6
(192,226,230)
#AFCED2
(175,206,210)
#9EBABE
(158,186,190)
#8DA6AA
(141,166,170)
#7C9296
(124,146,150)
#6B7E82
(107,126,130)
#5A6A6E
(90,106,110)
#49565A
(73,86,90)
#384246
(56,66,70)
#272E32
(39,46,50)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #C0E2E6

#C0E2E6
(192,226,230)
#C5E4E8
(197,228,232)
#CAE6EA
(202,230,234)
#CFE8EC
(207,232,236)
#D4EAEE
(212,234,238)
#D9ECF0
(217,236,240)
#DEEEF2
(222,238,242)
#E3F0F4
(227,240,244)
#E8F2F6
(232,242,246)
#EDF4F8
(237,244,248)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E2E6 color. Also use rgb(192,226,230) instead hex code.

Text Font Color

.myTextColor { color: #C0E2E6; }

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

This text font color is #C0E2E6.


Background Color

.myBgColor { background-color: #C0E2E6; }

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

This div background color is #C0E2E6.


Border color

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

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

This div border color is #C0E2E6.


Opacity

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

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

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

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

This text has shadow with #C0E2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E2E6 on black background.


Color preview on white background

This text has color #C0E2E6 on white background.



Black color preview on #C0E2E6 background

This text has black color on #C0E2E6 background.


White color preview on #C0E2E6 background

This text has white color on #C0E2E6 background.