COLOR #C0F3E5

HEX: #C0F3E5
RGB: (192,243,229)

Color info

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

RGB color model

#C0F3E5 color RGB value is (192,243,229).

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

RGB channels and saturation

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

192
243
229

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

Portions of RGB colors in percentages

R + G + B =
192 + 243 + 229 = 664 (100%)
R 192 of 664 ~ 28.92%
G 243 of 664 ~ 36.6%
B 229 of 664 ~ 34.49%

%28.92
%36.6
%34.49

CMYK color model

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

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 4.71%
CMYK:
(21,0,6,5)
C21M0Y6K5 
(21%,0%,6%,5%)
(0.21/0.00/0.06/0.05)	

CMYK percentages

%20.99
%0
%5.76
%4.71

Codes

Color #C0F3E5 in popluar color models

C0F3E5
RGB192243229
HSL164°68.00%85.29%
HSB/HSV164°20.99%95.29%
CMYK20.99%0.00%5.76%
4.71%

Color #C0F3E5 in popluar number systems.

HEXC0F3E5
Decimal192243229
Binary110000001111001111100101
Octal300363345

Shades and tints

Shades of #C0F3E5

#C0F3E5
(192,243,229)
#AFDDD1
(175,221,209)
#9EC7BD
(158,199,189)
#8DB1A9
(141,177,169)
#7C9B95
(124,155,149)
#6B8581
(107,133,129)
#5A6F6D
(90,111,109)
#495959
(73,89,89)
#384345
(56,67,69)
#272D31
(39,45,49)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #C0F3E5

#C0F3E5
(192,243,229)
#C5F4E7
(197,244,231)
#CAF5E9
(202,245,233)
#CFF6EB
(207,246,235)
#D4F7ED
(212,247,237)
#D9F8EF
(217,248,239)
#DEF9F1
(222,249,241)
#E3FAF3
(227,250,243)
#E8FBF5
(232,251,245)
#EDFCF7
(237,252,247)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0F3E5; }

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

This text font color is #C0F3E5.


Background Color

.myBgColor { background-color: #C0F3E5; }

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

This div background color is #C0F3E5.


Border color

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

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

This div border color is #C0F3E5.


Opacity

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

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

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

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

This text has shadow with #C0F3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0F3E5 on black background.


Color preview on white background

This text has color #C0F3E5 on white background.



Black color preview on #C0F3E5 background

This text has black color on #C0F3E5 background.


White color preview on #C0F3E5 background

This text has white color on #C0F3E5 background.