COLOR #C0E5A5

HEX: #C0E5A5 RGB: (192,229,165)

Color info

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

RGB color model

#C0E5A5 color RGB value is (192,229,165).

RGB: (192,229,165) (75%, 90%, 65%)

RGB channels and saturation

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

192
229
165

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

Portions of RGB colors in percentages

R + G + B = 192 + 229 + 165 = 586 (100%)
R 192 of 586 ~ 32.76%
G 229 of 586 ~ 39.08%
B 165 of 586 ~ 28.16'%

%32.76
%39.08
%28.16

CMYK color model

#C0E5A5 color CMYK value is (16,0,28,10).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 27.95%
  • key color value is 10.20%

CMYK: (16,0,28,10)
C16M0Y28K10 (16%, 0%, 28%, 10%)
(0.16 / 0.00 / 0.28 / 0.10)

CMYK percentages

%16.16
%0
%27.95
%10.2

Codes

Color #C0E5A5 in popluar color models

C0 E5 A5
RGB 192 229 165
HSL 95° 55.17% 77.25%
HSB/HSV 95° 27.95% 89.80%
CMYK 16.16% 0.00% 27.95%
10.20%

Color #C0E5A5 in popluar number systems.

HEX C0 E5 A5
Decimal 192 229 165
Binary 11000000 11100101 10100101
Octal 300 345 245

Shades and tints

Shades of #C0E5A5

#C0E5A5
(192,229,165)
#AFD196
(175,209,150)
#9EBD87
(158,189,135)
#8DA978
(141,169,120)
#7C9569
(124,149,105)
#6B815A
(107,129,90)
#5A6D4B
(90,109,75)
#49593C
(73,89,60)
#38452D
(56,69,45)
#27311E
(39,49,30)
#161D0F
(22,29,15)
#000000
(0,0,0)

Tints of #C0E5A5

#C0E5A5
(192,229,165)
#C5E7AD
(197,231,173)
#CAE9B5
(202,233,181)
#CFEBBD
(207,235,189)
#D4EDC5
(212,237,197)
#D9EFCD
(217,239,205)
#DEF1D5
(222,241,213)
#E3F3DD
(227,243,221)
#E8F5E5
(232,245,229)
#EDF7ED
(237,247,237)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0E5A5; }

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

This text font color is #C0E5A5.

Background Color

.myBgColor { background-color: #C0E5A5; }

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

This div background color is #C0E5A5.

Border color

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

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

This div border color is #C0E5A5.

Opacity

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

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

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

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

This text has shadow with #C0E5A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0E5A5.

Preview

Color preview on black background

This text has color #C0E5A5 on black background.


Color preview on white background

This text has color #C0E5A5 on white background.


Black color preview on #C0E5A5 background

This text has black color on #C0E5A5 background.


White color preview on #C0E5A5 background

This text has white color on #C0E5A5 background.


Related colors

Complementary color

Complementary color for #hex is #3F1A5A.


I love getcolorcode.com

Triadic colors

1 #A5C0E5 and #E5A5C0 with #C0E5A5 are triadic colors.

2 #A5E5C0 and #E5C0A5 with #C0E5A5 are triadic colors.