COLOR #C0E1E6

HEX: #C0E1E6
RGB: (192,225,230)

Color info

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

RGB color model

#C0E1E6 color RGB value is (192,225,230).

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

RGB channels and saturation

R 192 of 255 = 75%
G 225 of 255 = 88%
B 230 of 255 = 90%

192
225
230

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

Portions of RGB colors in percentages

R + G + B =
192 + 225 + 230 = 647 (100%)
R 192 of 647 ~ 29.68%
G 225 of 647 ~ 34.78%
B 230 of 647 ~ 35.55%

%29.68
%34.78
%35.55

CMYK color model

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

  • cyan value is 16.52%
  • magenta value is 2.17%
  • 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
%2.17
%0
%9.8

Codes

Color #C0E1E6 in popluar color models

C0E1E6
RGB192225230
HSL188°43.18%82.75%
HSB/HSV188°16.52%90.20%
CMYK16.52%2.17%0.00%
9.80%

Color #C0E1E6 in popluar number systems.

HEXC0E1E6
Decimal192225230
Binary110000001110000111100110
Octal300341346

Shades and tints

Shades of #C0E1E6

#C0E1E6
(192,225,230)
#AFCDD2
(175,205,210)
#9EB9BE
(158,185,190)
#8DA5AA
(141,165,170)
#7C9196
(124,145,150)
#6B7D82
(107,125,130)
#5A696E
(90,105,110)
#49555A
(73,85,90)
#384146
(56,65,70)
#272D32
(39,45,50)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #C0E1E6

#C0E1E6
(192,225,230)
#C5E3E8
(197,227,232)
#CAE5EA
(202,229,234)
#CFE7EC
(207,231,236)
#D4E9EE
(212,233,238)
#D9EBF0
(217,235,240)
#DEEDF2
(222,237,242)
#E3EFF4
(227,239,244)
#E8F1F6
(232,241,246)
#EDF3F8
(237,243,248)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0E1E6; }

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

This text font color is #C0E1E6.


Background Color

.myBgColor { background-color: #C0E1E6; }

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

This div background color is #C0E1E6.


Border color

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

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

This div border color is #C0E1E6.


Opacity

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

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

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

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

This text has shadow with #C0E1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E1E6 on black background.


Color preview on white background

This text has color #C0E1E6 on white background.



Black color preview on #C0E1E6 background

This text has black color on #C0E1E6 background.


White color preview on #C0E1E6 background

This text has white color on #C0E1E6 background.