COLOR #C0E4EE

HEX: #C0E4EE RGB: (192,228,238)

Color info

#C0E4EE contains red, green and blue colors in about the same proportion. Web safe color of #C0E4EE is #CCCCFF (or #CCF).

RGB color model

#C0E4EE color RGB value is (192,228,238).

RGB: (192,228,238) (75%, 89%, 93%)

RGB channels and saturation

R 192 of 255 = 75%
G 228 of 255 = 89%
B 238 of 255 = 93%

192
228
238

R + G + B ~ 86%. #C0E4EE is light color.

Portions of RGB colors in percentages

R + G + B = 192 + 228 + 238 = 658 (100%)
R 192 of 658 ~ 29.18%
G 228 of 658 ~ 34.65%
B 238 of 658 ~ 36.17'%

%29.18
%34.65
%36.17

CMYK color model

#C0E4EE color CMYK value is (19,4,0,7).

  • cyan value is 19.33%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (19,4,0,7)
C19M4Y0K7 (19%, 4%, 0%, 7%)
(0.19 / 0.04 / 0.00 / 0.07)

CMYK percentages

%19.33
%4.2
%0
%6.67

Codes

Color #C0E4EE in popluar color models

C0 E4 EE
RGB 192 228 238
HSL 193° 57.50% 84.31%
HSB/HSV 193° 19.33% 93.33%
CMYK 19.33% 4.20% 0.00%
6.67%

Color #C0E4EE in popluar number systems.

HEX C0 E4 EE
Decimal 192 228 238
Binary 11000000 11100100 11101110
Octal 300 344 356

Shades and tints

Shades of #C0E4EE

#C0E4EE
(192,228,238)
#AFD0D9
(175,208,217)
#9EBCC4
(158,188,196)
#8DA8AF
(141,168,175)
#7C949A
(124,148,154)
#6B8085
(107,128,133)
#5A6C70
(90,108,112)
#49585B
(73,88,91)
#384446
(56,68,70)
#273031
(39,48,49)
#161C1C
(22,28,28)
#000000
(0,0,0)

Tints of #C0E4EE

#C0E4EE
(192,228,238)
#C5E6EF
(197,230,239)
#CAE8F0
(202,232,240)
#CFEAF1
(207,234,241)
#D4ECF2
(212,236,242)
#D9EEF3
(217,238,243)
#DEF0F4
(222,240,244)
#E3F2F5
(227,242,245)
#E8F4F6
(232,244,246)
#EDF6F7
(237,246,247)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E4EE color. Also use rgb(192,228,238) instead hex code.

Text Font Color

.myTextColor { color: #C0E4EE; }

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

This text font color is #C0E4EE.

Background Color

.myBgColor { background-color: #C0E4EE; }

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

This div background color is #C0E4EE.

Border color

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

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

This div border color is #C0E4EE.

Opacity

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

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

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

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

This text has shadow with #C0E4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0E4EE.

Preview

Color preview on black background

This text has color #C0E4EE on black background.


Color preview on white background

This text has color #C0E4EE on white background.


Black color preview on #C0E4EE background

This text has black color on #C0E4EE background.


White color preview on #C0E4EE background

This text has white color on #C0E4EE background.


Related colors

Complementary color

Complementary color for #hex is #3F1B11.


I love getcolorcode.com

Triadic colors

1 #EEC0E4 and #E4EEC0 with #C0E4EE are triadic colors.

2 #EEE4C0 and #E4C0EE with #C0E4EE are triadic colors.