COLOR #C0E9EF

HEX: #C0E9EF RGB: (192,233,239)

Color info

#C0E9EF contains red, green and blue colors in about the same proportion. Web safe color of #C0E9EF is #CCFFFF (or #CFF).

RGB color model

#C0E9EF color RGB value is (192,233,239).

RGB: (192,233,239) (75%, 91%, 94%)

RGB channels and saturation

R 192 of 255 = 75%
G 233 of 255 = 91%
B 239 of 255 = 94%

192
233
239

R + G + B ~ 87%. #C0E9EF is light color.

Portions of RGB colors in percentages

R + G + B = 192 + 233 + 239 = 664 (100%)
R 192 of 664 ~ 28.92%
G 233 of 664 ~ 35.09%
B 239 of 664 ~ 35.99'%

%28.92
%35.09
%35.99

CMYK color model

#C0E9EF color CMYK value is (20,3,0,6).

  • cyan value is 19.67%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (20,3,0,6)
C20M3Y0K6 (20%, 3%, 0%, 6%)
(0.20 / 0.03 / 0.00 / 0.06)

CMYK percentages

%19.67
%2.51
%0
%6.27

Codes

Color #C0E9EF in popluar color models

C0 E9 EF
RGB 192 233 239
HSL 188° 59.49% 84.51%
HSB/HSV 188° 19.67% 93.73%
CMYK 19.67% 2.51% 0.00%
6.27%

Color #C0E9EF in popluar number systems.

HEX C0 E9 EF
Decimal 192 233 239
Binary 11000000 11101001 11101111
Octal 300 351 357

Shades and tints

Shades of #C0E9EF

#C0E9EF
(192,233,239)
#AFD4DA
(175,212,218)
#9EBFC5
(158,191,197)
#8DAAB0
(141,170,176)
#7C959B
(124,149,155)
#6B8086
(107,128,134)
#5A6B71
(90,107,113)
#49565C
(73,86,92)
#384147
(56,65,71)
#272C32
(39,44,50)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #C0E9EF

#C0E9EF
(192,233,239)
#C5EBF0
(197,235,240)
#CAEDF1
(202,237,241)
#CFEFF2
(207,239,242)
#D4F1F3
(212,241,243)
#D9F3F4
(217,243,244)
#DEF5F5
(222,245,245)
#E3F7F6
(227,247,246)
#E8F9F7
(232,249,247)
#EDFBF8
(237,251,248)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0E9EF; }

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

This text font color is #C0E9EF.

Background Color

.myBgColor { background-color: #C0E9EF; }

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

This div background color is #C0E9EF.

Border color

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

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

This div border color is #C0E9EF.

Opacity

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

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

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

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

This text has shadow with #C0E9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0E9EF.

Preview

Color preview on black background

This text has color #C0E9EF on black background.


Color preview on white background

This text has color #C0E9EF on white background.


Black color preview on #C0E9EF background

This text has black color on #C0E9EF background.


White color preview on #C0E9EF background

This text has white color on #C0E9EF background.


Related colors

Complementary color

Complementary color for #hex is #3F1610.


I love getcolorcode.com

Triadic colors

1 #EFC0E9 and #E9EFC0 with #C0E9EF are triadic colors.

2 #EFE9C0 and #E9C0EF with #C0E9EF are triadic colors.