COLOR #C0E9E1

HEX: #C0E9E1
RGB: (192,233,225)

Color info

#C0E9E1 contains red, green and blue colors in about the same proportion. Web safe color of #C0E9E1 is #CCFFCC (or #CFC).

RGB color model

#C0E9E1 color RGB value is (192,233,225).

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

RGB channels and saturation

R 192 of 255 = 75%
G 233 of 255 = 91%
B 225 of 255 = 88%

192
233
225

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

Portions of RGB colors in percentages

R + G + B =
192 + 233 + 225 = 650 (100%)
R 192 of 650 ~ 29.54%
G 233 of 650 ~ 35.85%
B 225 of 650 ~ 34.62%

%29.54
%35.85
%34.62

CMYK color model

#C0E9E1 color CMYK value is (18,0,3,9).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 3.43%
  • key color value is 8.63%
CMYK:
(18,0,3,9)
C18M0Y3K9 
(18%,0%,3%,9%)
(0.18/0.00/0.03/0.09)	

CMYK percentages

%17.6
%0
%3.43
%8.63

Codes

Color #C0E9E1 in popluar color models

C0E9E1
RGB192233225
HSL168°48.24%83.33%
HSB/HSV168°17.60%91.37%
CMYK17.60%0.00%3.43%
8.63%

Color #C0E9E1 in popluar number systems.

HEXC0E9E1
Decimal192233225
Binary110000001110100111100001
Octal300351341

Shades and tints

Shades of #C0E9E1

#C0E9E1
(192,233,225)
#AFD4CD
(175,212,205)
#9EBFB9
(158,191,185)
#8DAAA5
(141,170,165)
#7C9591
(124,149,145)
#6B807D
(107,128,125)
#5A6B69
(90,107,105)
#495655
(73,86,85)
#384141
(56,65,65)
#272C2D
(39,44,45)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #C0E9E1

#C0E9E1
(192,233,225)
#C5EBE3
(197,235,227)
#CAEDE5
(202,237,229)
#CFEFE7
(207,239,231)
#D4F1E9
(212,241,233)
#D9F3EB
(217,243,235)
#DEF5ED
(222,245,237)
#E3F7EF
(227,247,239)
#E8F9F1
(232,249,241)
#EDFBF3
(237,251,243)
#F2FDF5
(242,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0E9E1; }

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

This text font color is #C0E9E1.


Background Color

.myBgColor { background-color: #C0E9E1; }

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

This div background color is #C0E9E1.


Border color

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

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

This div border color is #C0E9E1.


Opacity

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

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

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

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

This text has shadow with #C0E9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E9E1 on black background.


Color preview on white background

This text has color #C0E9E1 on white background.



Black color preview on #C0E9E1 background

This text has black color on #C0E9E1 background.


White color preview on #C0E9E1 background

This text has white color on #C0E9E1 background.