COLOR #C0F3E6

HEX: #C0F3E6
RGB: (192,243,230)

Color info

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

RGB color model

#C0F3E6 color RGB value is (192,243,230).

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

RGB channels and saturation

R 192 of 255 = 75%
G 243 of 255 = 95%
B 230 of 255 = 90%

192
243
230

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

Portions of RGB colors in percentages

R + G + B =
192 + 243 + 230 = 665 (100%)
R 192 of 665 ~ 28.87%
G 243 of 665 ~ 36.54%
B 230 of 665 ~ 34.59%

%28.87
%36.54
%34.59

CMYK color model

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

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 5.35%
  • key color value is 4.71%
CMYK:
(21,0,5,5)
C21M0Y5K5 
(21%,0%,5%,5%)
(0.21/0.00/0.05/0.05)	

CMYK percentages

%20.99
%0
%5.35
%4.71

Codes

Color #C0F3E6 in popluar color models

C0F3E6
RGB192243230
HSL165°68.00%85.29%
HSB/HSV165°20.99%95.29%
CMYK20.99%0.00%5.35%
4.71%

Color #C0F3E6 in popluar number systems.

HEXC0F3E6
Decimal192243230
Binary110000001111001111100110
Octal300363346

Shades and tints

Shades of #C0F3E6

#C0F3E6
(192,243,230)
#AFDDD2
(175,221,210)
#9EC7BE
(158,199,190)
#8DB1AA
(141,177,170)
#7C9B96
(124,155,150)
#6B8582
(107,133,130)
#5A6F6E
(90,111,110)
#49595A
(73,89,90)
#384346
(56,67,70)
#272D32
(39,45,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #C0F3E6

#C0F3E6
(192,243,230)
#C5F4E8
(197,244,232)
#CAF5EA
(202,245,234)
#CFF6EC
(207,246,236)
#D4F7EE
(212,247,238)
#D9F8F0
(217,248,240)
#DEF9F2
(222,249,242)
#E3FAF4
(227,250,244)
#E8FBF6
(232,251,246)
#EDFCF8
(237,252,248)
#F2FDFA
(242,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0F3E6; }

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

This text font color is #C0F3E6.


Background Color

.myBgColor { background-color: #C0F3E6; }

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

This div background color is #C0F3E6.


Border color

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

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

This div border color is #C0F3E6.


Opacity

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

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

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

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

This text has shadow with #C0F3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0F3E6 on black background.


Color preview on white background

This text has color #C0F3E6 on white background.



Black color preview on #C0F3E6 background

This text has black color on #C0F3E6 background.


White color preview on #C0F3E6 background

This text has white color on #C0F3E6 background.