COLOR #C0E293

HEX: #C0E293
RGB: (192,226,147)

Color info

#C0E293 contains mainly red and green colors. Web safe color of #C0E293 is #CCCC99 (or #CC9).

RGB color model

#C0E293 color RGB value is (192,226,147).

  • red value is 192;
  • green value is 226;
  • blue value is 147.
RGB:
(192,226,147)
(75%,89%,58%)

RGB channels and saturation

R 192 of 255 = 75%
G 226 of 255 = 89%
B 147 of 255 = 58%

192
226
147

R + G + B ~ 74%. #C0E293 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 226 + 147 = 565 (100%)
R 192 of 565 ~ 33.98%
G 226 of 565 ~ 40%
B 147 of 565 ~ 26.02%

%33.98
%40
%26.02

CMYK color model

#C0E293 color CMYK value is (15,0,35,11).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 34.96%
  • key color value is 11.37%
CMYK:
(15,0,35,11)
C15M0Y35K11 
(15%,0%,35%,11%)
(0.15/0.00/0.35/0.11)	

CMYK percentages

%15.04
%0
%34.96
%11.37

Codes

Color #C0E293 in popluar color models

C0E293
RGB192226147
HSL86°57.66%73.14%
HSB/HSV86°34.96%88.63%
CMYK15.04%0.00%34.96%
11.37%

Color #C0E293 in popluar number systems.

HEXC0E293
Decimal192226147
Binary110000001110001010010011
Octal300342223

Shades and tints

Shades of #C0E293

#C0E293
(192,226,147)
#AFCE86
(175,206,134)
#9EBA79
(158,186,121)
#8DA66C
(141,166,108)
#7C925F
(124,146,95)
#6B7E52
(107,126,82)
#5A6A45
(90,106,69)
#495638
(73,86,56)
#38422B
(56,66,43)
#272E1E
(39,46,30)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #C0E293

#C0E293
(192,226,147)
#C5E49C
(197,228,156)
#CAE6A5
(202,230,165)
#CFE8AE
(207,232,174)
#D4EAB7
(212,234,183)
#D9ECC0
(217,236,192)
#DEEEC9
(222,238,201)
#E3F0D2
(227,240,210)
#E8F2DB
(232,242,219)
#EDF4E4
(237,244,228)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E293 color. Also use rgb(192,226,147) instead hex code.

Text Font Color

.myTextColor { color: #C0E293; }

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

This text font color is #C0E293.


Background Color

.myBgColor { background-color: #C0E293; }

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

This div background color is #C0E293.


Border color

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

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

This div border color is #C0E293.


Opacity

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

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

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

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

This text has shadow with #C0E293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E293 on black background.


Color preview on white background

This text has color #C0E293 on white background.



Black color preview on #C0E293 background

This text has black color on #C0E293 background.


White color preview on #C0E293 background

This text has white color on #C0E293 background.