COLOR #C0E9BD

HEX: #C0E9BD
RGB: (192,233,189)

Color info

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

RGB color model

#C0E9BD color RGB value is (192,233,189).

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

RGB channels and saturation

R 192 of 255 = 75%
G 233 of 255 = 91%
B 189 of 255 = 74%

192
233
189

R + G + B ~ 80%. #C0E9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 233 + 189 = 614 (100%)
R 192 of 614 ~ 31.27%
G 233 of 614 ~ 37.95%
B 189 of 614 ~ 30.78%

%31.27
%37.95
%30.78

CMYK color model

#C0E9BD color CMYK value is (18,0,19,9).

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 8.63%
CMYK:
(18,0,19,9)
C18M0Y19K9 
(18%,0%,19%,9%)
(0.18/0.00/0.19/0.09)	

CMYK percentages

%17.6
%0
%18.88
%8.63

Codes

Color #C0E9BD in popluar color models

C0E9BD
RGB192233189
HSL116°50.00%82.75%
HSB/HSV116°18.88%91.37%
CMYK17.60%0.00%18.88%
8.63%

Color #C0E9BD in popluar number systems.

HEXC0E9BD
Decimal192233189
Binary110000001110100110111101
Octal300351275

Shades and tints

Shades of #C0E9BD

#C0E9BD
(192,233,189)
#AFD4AC
(175,212,172)
#9EBF9B
(158,191,155)
#8DAA8A
(141,170,138)
#7C9579
(124,149,121)
#6B8068
(107,128,104)
#5A6B57
(90,107,87)
#495646
(73,86,70)
#384135
(56,65,53)
#272C24
(39,44,36)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #C0E9BD

#C0E9BD
(192,233,189)
#C5EBC3
(197,235,195)
#CAEDC9
(202,237,201)
#CFEFCF
(207,239,207)
#D4F1D5
(212,241,213)
#D9F3DB
(217,243,219)
#DEF5E1
(222,245,225)
#E3F7E7
(227,247,231)
#E8F9ED
(232,249,237)
#EDFBF3
(237,251,243)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0E9BD; }

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

This text font color is #C0E9BD.


Background Color

.myBgColor { background-color: #C0E9BD; }

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

This div background color is #C0E9BD.


Border color

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

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

This div border color is #C0E9BD.


Opacity

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

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

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

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

This text has shadow with #C0E9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E9BD on black background.


Color preview on white background

This text has color #C0E9BD on white background.



Black color preview on #C0E9BD background

This text has black color on #C0E9BD background.


White color preview on #C0E9BD background

This text has white color on #C0E9BD background.