COLOR #C0E6A5

HEX: #C0E6A5
RGB: (192,230,165)

Color info

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

RGB color model

#C0E6A5 color RGB value is (192,230,165).

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

RGB channels and saturation

R 192 of 255 = 75%
G 230 of 255 = 90%
B 165 of 255 = 65%

192
230
165

R + G + B ~ 77%. #C0E6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 230 + 165 = 587 (100%)
R 192 of 587 ~ 32.71%
G 230 of 587 ~ 39.18%
B 165 of 587 ~ 28.11%

%32.71
%39.18
%28.11

CMYK color model

#C0E6A5 color CMYK value is (17,0,28,10).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 9.80%
CMYK:
(17,0,28,10)
C17M0Y28K10 
(17%,0%,28%,10%)
(0.17/0.00/0.28/0.10)	

CMYK percentages

%16.52
%0
%28.26
%9.8

Codes

Color #C0E6A5 in popluar color models

C0E6A5
RGB192230165
HSL95°56.52%77.45%
HSB/HSV95°28.26%90.20%
CMYK16.52%0.00%28.26%
9.80%

Color #C0E6A5 in popluar number systems.

HEXC0E6A5
Decimal192230165
Binary110000001110011010100101
Octal300346245

Shades and tints

Shades of #C0E6A5

#C0E6A5
(192,230,165)
#AFD296
(175,210,150)
#9EBE87
(158,190,135)
#8DAA78
(141,170,120)
#7C9669
(124,150,105)
#6B825A
(107,130,90)
#5A6E4B
(90,110,75)
#495A3C
(73,90,60)
#38462D
(56,70,45)
#27321E
(39,50,30)
#161E0F
(22,30,15)
#000000
(0,0,0)

Tints of #C0E6A5

#C0E6A5
(192,230,165)
#C5E8AD
(197,232,173)
#CAEAB5
(202,234,181)
#CFECBD
(207,236,189)
#D4EEC5
(212,238,197)
#D9F0CD
(217,240,205)
#DEF2D5
(222,242,213)
#E3F4DD
(227,244,221)
#E8F6E5
(232,246,229)
#EDF8ED
(237,248,237)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0E6A5; }

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

This text font color is #C0E6A5.


Background Color

.myBgColor { background-color: #C0E6A5; }

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

This div background color is #C0E6A5.


Border color

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

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

This div border color is #C0E6A5.


Opacity

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

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

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

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

This text has shadow with #C0E6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E6A5 on black background.


Color preview on white background

This text has color #C0E6A5 on white background.



Black color preview on #C0E6A5 background

This text has black color on #C0E6A5 background.


White color preview on #C0E6A5 background

This text has white color on #C0E6A5 background.