COLOR #C0E8E1

HEX: #C0E8E1
RGB: (192,232,225)

Color info

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

RGB color model

#C0E8E1 color RGB value is (192,232,225).

  • red value is 192;
  • green value is 232;
  • blue value is 225.
RGB:
(192,232,225)
(75%,91%,88%)

RGB channels and saturation

R 192 of 255 = 75%
G 232 of 255 = 91%
B 225 of 255 = 88%

192
232
225

R + G + B ~ 85%. #C0E8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 232 + 225 = 649 (100%)
R 192 of 649 ~ 29.58%
G 232 of 649 ~ 35.75%
B 225 of 649 ~ 34.67%

%29.58
%35.75
%34.67

CMYK color model

#C0E8E1 color CMYK value is (17,0,3,9).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 3.02%
  • key color value is 9.02%
CMYK:
(17,0,3,9)
C17M0Y3K9 
(17%,0%,3%,9%)
(0.17/0.00/0.03/0.09)	

CMYK percentages

%17.24
%0
%3.02
%9.02

Codes

Color #C0E8E1 in popluar color models

C0E8E1
RGB192232225
HSL170°46.51%83.14%
HSB/HSV170°17.24%90.98%
CMYK17.24%0.00%3.02%
9.02%

Color #C0E8E1 in popluar number systems.

HEXC0E8E1
Decimal192232225
Binary110000001110100011100001
Octal300350341

Shades and tints

Shades of #C0E8E1

#C0E8E1
(192,232,225)
#AFD3CD
(175,211,205)
#9EBEB9
(158,190,185)
#8DA9A5
(141,169,165)
#7C9491
(124,148,145)
#6B7F7D
(107,127,125)
#5A6A69
(90,106,105)
#495555
(73,85,85)
#384041
(56,64,65)
#272B2D
(39,43,45)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #C0E8E1

#C0E8E1
(192,232,225)
#C5EAE3
(197,234,227)
#CAECE5
(202,236,229)
#CFEEE7
(207,238,231)
#D4F0E9
(212,240,233)
#D9F2EB
(217,242,235)
#DEF4ED
(222,244,237)
#E3F6EF
(227,246,239)
#E8F8F1
(232,248,241)
#EDFAF3
(237,250,243)
#F2FCF5
(242,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E8E1 color. Also use rgb(192,232,225) instead hex code.

Text Font Color

.myTextColor { color: #C0E8E1; }

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

This text font color is #C0E8E1.


Background Color

.myBgColor { background-color: #C0E8E1; }

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

This div background color is #C0E8E1.


Border color

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

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

This div border color is #C0E8E1.


Opacity

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

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

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

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

This text has shadow with #C0E8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E8E1 on black background.


Color preview on white background

This text has color #C0E8E1 on white background.



Black color preview on #C0E8E1 background

This text has black color on #C0E8E1 background.


White color preview on #C0E8E1 background

This text has white color on #C0E8E1 background.