COLOR #C0E9DF

HEX: #C0E9DF
RGB: (192,233,223)

Color info

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

RGB color model

#C0E9DF color RGB value is (192,233,223).

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

RGB channels and saturation

R 192 of 255 = 75%
G 233 of 255 = 91%
B 223 of 255 = 87%

192
233
223

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

Portions of RGB colors in percentages

R + G + B =
192 + 233 + 223 = 648 (100%)
R 192 of 648 ~ 29.63%
G 233 of 648 ~ 35.96%
B 223 of 648 ~ 34.41%

%29.63
%35.96
%34.41

CMYK color model

#C0E9DF color CMYK value is (18,0,4,9).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 8.63%
CMYK:
(18,0,4,9)
C18M0Y4K9 
(18%,0%,4%,9%)
(0.18/0.00/0.04/0.09)	

CMYK percentages

%17.6
%0
%4.29
%8.63

Codes

Color #C0E9DF in popluar color models

C0E9DF
RGB192233223
HSL165°48.24%83.33%
HSB/HSV165°17.60%91.37%
CMYK17.60%0.00%4.29%
8.63%

Color #C0E9DF in popluar number systems.

HEXC0E9DF
Decimal192233223
Binary110000001110100111011111
Octal300351337

Shades and tints

Shades of #C0E9DF

#C0E9DF
(192,233,223)
#AFD4CB
(175,212,203)
#9EBFB7
(158,191,183)
#8DAAA3
(141,170,163)
#7C958F
(124,149,143)
#6B807B
(107,128,123)
#5A6B67
(90,107,103)
#495653
(73,86,83)
#38413F
(56,65,63)
#272C2B
(39,44,43)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #C0E9DF

#C0E9DF
(192,233,223)
#C5EBE1
(197,235,225)
#CAEDE3
(202,237,227)
#CFEFE5
(207,239,229)
#D4F1E7
(212,241,231)
#D9F3E9
(217,243,233)
#DEF5EB
(222,245,235)
#E3F7ED
(227,247,237)
#E8F9EF
(232,249,239)
#EDFBF1
(237,251,241)
#F2FDF3
(242,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0E9DF; }

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

This text font color is #C0E9DF.


Background Color

.myBgColor { background-color: #C0E9DF; }

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

This div background color is #C0E9DF.


Border color

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

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

This div border color is #C0E9DF.


Opacity

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

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

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

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

This text has shadow with #C0E9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E9DF on black background.


Color preview on white background

This text has color #C0E9DF on white background.



Black color preview on #C0E9DF background

This text has black color on #C0E9DF background.


White color preview on #C0E9DF background

This text has white color on #C0E9DF background.