COLOR #C0E6E2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

192
230
226

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

Portions of RGB colors in percentages

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

%29.63
%35.49
%34.88

CMYK color model

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

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

CMYK percentages

%16.52
%0
%1.74
%9.8

Codes

Color #C0E6E2 in popluar color models

C0E6E2
RGB192230226
HSL174°43.18%82.75%
HSB/HSV174°16.52%90.20%
CMYK16.52%0.00%1.74%
9.80%

Color #C0E6E2 in popluar number systems.

HEXC0E6E2
Decimal192230226
Binary110000001110011011100010
Octal300346342

Shades and tints

Shades of #C0E6E2

#C0E6E2
(192,230,226)
#AFD2CE
(175,210,206)
#9EBEBA
(158,190,186)
#8DAAA6
(141,170,166)
#7C9692
(124,150,146)
#6B827E
(107,130,126)
#5A6E6A
(90,110,106)
#495A56
(73,90,86)
#384642
(56,70,66)
#27322E
(39,50,46)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #C0E6E2

#C0E6E2
(192,230,226)
#C5E8E4
(197,232,228)
#CAEAE6
(202,234,230)
#CFECE8
(207,236,232)
#D4EEEA
(212,238,234)
#D9F0EC
(217,240,236)
#DEF2EE
(222,242,238)
#E3F4F0
(227,244,240)
#E8F6F2
(232,246,242)
#EDF8F4
(237,248,244)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0E6E2; }

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

This text font color is #C0E6E2.


Background Color

.myBgColor { background-color: #C0E6E2; }

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

This div background color is #C0E6E2.


Border color

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

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

This div border color is #C0E6E2.


Opacity

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

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

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

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

This text has shadow with #C0E6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E6E2 on black background.


Color preview on white background

This text has color #C0E6E2 on white background.



Black color preview on #C0E6E2 background

This text has black color on #C0E6E2 background.


White color preview on #C0E6E2 background

This text has white color on #C0E6E2 background.