COLOR #C0E693

HEX: #C0E693
RGB: (192,230,147)

Color info

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

RGB color model

#C0E693 color RGB value is (192,230,147).

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

RGB channels and saturation

R 192 of 255 = 75%
G 230 of 255 = 90%
B 147 of 255 = 58%

192
230
147

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

Portions of RGB colors in percentages

R + G + B =
192 + 230 + 147 = 569 (100%)
R 192 of 569 ~ 33.74%
G 230 of 569 ~ 40.42%
B 147 of 569 ~ 25.83%

%33.74
%40.42
%25.83

CMYK color model

#C0E693 color CMYK value is (17,0,36,10).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 36.09%
  • key color value is 9.80%
CMYK:
(17,0,36,10)
C17M0Y36K10 
(17%,0%,36%,10%)
(0.17/0.00/0.36/0.10)	

CMYK percentages

%16.52
%0
%36.09
%9.8

Codes

Color #C0E693 in popluar color models

C0E693
RGB192230147
HSL87°62.41%73.92%
HSB/HSV87°36.09%90.20%
CMYK16.52%0.00%36.09%
9.80%

Color #C0E693 in popluar number systems.

HEXC0E693
Decimal192230147
Binary110000001110011010010011
Octal300346223

Shades and tints

Shades of #C0E693

#C0E693
(192,230,147)
#AFD286
(175,210,134)
#9EBE79
(158,190,121)
#8DAA6C
(141,170,108)
#7C965F
(124,150,95)
#6B8252
(107,130,82)
#5A6E45
(90,110,69)
#495A38
(73,90,56)
#38462B
(56,70,43)
#27321E
(39,50,30)
#161E11
(22,30,17)
#000000
(0,0,0)

Tints of #C0E693

#C0E693
(192,230,147)
#C5E89C
(197,232,156)
#CAEAA5
(202,234,165)
#CFECAE
(207,236,174)
#D4EEB7
(212,238,183)
#D9F0C0
(217,240,192)
#DEF2C9
(222,242,201)
#E3F4D2
(227,244,210)
#E8F6DB
(232,246,219)
#EDF8E4
(237,248,228)
#F2FAED
(242,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0E693; }

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

This text font color is #C0E693.


Background Color

.myBgColor { background-color: #C0E693; }

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

This div background color is #C0E693.


Border color

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

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

This div border color is #C0E693.


Opacity

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

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

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

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

This text has shadow with #C0E693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E693 on black background.


Color preview on white background

This text has color #C0E693 on white background.



Black color preview on #C0E693 background

This text has black color on #C0E693 background.


White color preview on #C0E693 background

This text has white color on #C0E693 background.