COLOR #C0E9D0

HEX: #C0E9D0
RGB: (192,233,208)

Color info

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

RGB color model

#C0E9D0 color RGB value is (192,233,208).

  • red value is 192;
  • green value is 233;
  • blue value is 208.
RGB:
(192,233,208)
(75%,91%,82%)

RGB channels and saturation

R 192 of 255 = 75%
G 233 of 255 = 91%
B 208 of 255 = 82%

192
233
208

R + G + B ~ 83%. #C0E9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 233 + 208 = 633 (100%)
R 192 of 633 ~ 30.33%
G 233 of 633 ~ 36.81%
B 208 of 633 ~ 32.86%

%30.33
%36.81
%32.86

CMYK color model

#C0E9D0 color CMYK value is (18,0,11,9).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 8.63%
CMYK:
(18,0,11,9)
C18M0Y11K9 
(18%,0%,11%,9%)
(0.18/0.00/0.11/0.09)	

CMYK percentages

%17.6
%0
%10.73
%8.63

Codes

Color #C0E9D0 in popluar color models

C0E9D0
RGB192233208
HSL143°48.24%83.33%
HSB/HSV143°17.60%91.37%
CMYK17.60%0.00%10.73%
8.63%

Color #C0E9D0 in popluar number systems.

HEXC0E9D0
Decimal192233208
Binary110000001110100111010000
Octal300351320

Shades and tints

Shades of #C0E9D0

#C0E9D0
(192,233,208)
#AFD4BE
(175,212,190)
#9EBFAC
(158,191,172)
#8DAA9A
(141,170,154)
#7C9588
(124,149,136)
#6B8076
(107,128,118)
#5A6B64
(90,107,100)
#495652
(73,86,82)
#384140
(56,65,64)
#272C2E
(39,44,46)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #C0E9D0

#C0E9D0
(192,233,208)
#C5EBD4
(197,235,212)
#CAEDD8
(202,237,216)
#CFEFDC
(207,239,220)
#D4F1E0
(212,241,224)
#D9F3E4
(217,243,228)
#DEF5E8
(222,245,232)
#E3F7EC
(227,247,236)
#E8F9F0
(232,249,240)
#EDFBF4
(237,251,244)
#F2FDF8
(242,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E9D0 color. Also use rgb(192,233,208) instead hex code.

Text Font Color

.myTextColor { color: #C0E9D0; }

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

This text font color is #C0E9D0.


Background Color

.myBgColor { background-color: #C0E9D0; }

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

This div background color is #C0E9D0.


Border color

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

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

This div border color is #C0E9D0.


Opacity

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

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

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

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

This text has shadow with #C0E9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E9D0 on black background.


Color preview on white background

This text has color #C0E9D0 on white background.



Black color preview on #C0E9D0 background

This text has black color on #C0E9D0 background.


White color preview on #C0E9D0 background

This text has white color on #C0E9D0 background.