COLOR #C0EBF3

HEX: #C0EBF3
RGB: (192,235,243)

Color info

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

RGB color model

#C0EBF3 color RGB value is (192,235,243).

  • red value is 192;
  • green value is 235;
  • blue value is 243.
RGB:
(192,235,243)
(75%,92%,95%)

RGB channels and saturation

R 192 of 255 = 75%
G 235 of 255 = 92%
B 243 of 255 = 95%

192
235
243

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

Portions of RGB colors in percentages

R + G + B =
192 + 235 + 243 = 670 (100%)
R 192 of 670 ~ 28.66%
G 235 of 670 ~ 35.07%
B 243 of 670 ~ 36.27%

%28.66
%35.07
%36.27

CMYK color model

#C0EBF3 color CMYK value is (21,3,0,5).

  • cyan value is 20.99%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(21,3,0,5)
C21M3Y0K5 
(21%,3%,0%,5%)
(0.21/0.03/0.00/0.05)	

CMYK percentages

%20.99
%3.29
%0
%4.71

Codes

Color #C0EBF3 in popluar color models

C0EBF3
RGB192235243
HSL189°68.00%85.29%
HSB/HSV189°20.99%95.29%
CMYK20.99%3.29%0.00%
4.71%

Color #C0EBF3 in popluar number systems.

HEXC0EBF3
Decimal192235243
Binary110000001110101111110011
Octal300353363

Shades and tints

Shades of #C0EBF3

#C0EBF3
(192,235,243)
#AFD6DD
(175,214,221)
#9EC1C7
(158,193,199)
#8DACB1
(141,172,177)
#7C979B
(124,151,155)
#6B8285
(107,130,133)
#5A6D6F
(90,109,111)
#495859
(73,88,89)
#384343
(56,67,67)
#272E2D
(39,46,45)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #C0EBF3

#C0EBF3
(192,235,243)
#C5ECF4
(197,236,244)
#CAEDF5
(202,237,245)
#CFEEF6
(207,238,246)
#D4EFF7
(212,239,247)
#D9F0F8
(217,240,248)
#DEF1F9
(222,241,249)
#E3F2FA
(227,242,250)
#E8F3FB
(232,243,251)
#EDF4FC
(237,244,252)
#F2F5FD
(242,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0EBF3 color. Also use rgb(192,235,243) instead hex code.

Text Font Color

.myTextColor { color: #C0EBF3; }

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

This text font color is #C0EBF3.


Background Color

.myBgColor { background-color: #C0EBF3; }

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

This div background color is #C0EBF3.


Border color

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

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

This div border color is #C0EBF3.


Opacity

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

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

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

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

This text has shadow with #C0EBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0EBF3 on black background.


Color preview on white background

This text has color #C0EBF3 on white background.



Black color preview on #C0EBF3 background

This text has black color on #C0EBF3 background.


White color preview on #C0EBF3 background

This text has white color on #C0EBF3 background.