COLOR #C0EEB9

HEX: #C0EEB9
RGB: (192,238,185)

Color info

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

RGB color model

#C0EEB9 color RGB value is (192,238,185).

  • red value is 192;
  • green value is 238;
  • blue value is 185.
RGB:
(192,238,185)
(75%,93%,73%)

RGB channels and saturation

R 192 of 255 = 75%
G 238 of 255 = 93%
B 185 of 255 = 73%

192
238
185

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

Portions of RGB colors in percentages

R + G + B =
192 + 238 + 185 = 615 (100%)
R 192 of 615 ~ 31.22%
G 238 of 615 ~ 38.7%
B 185 of 615 ~ 30.08%

%31.22
%38.7
%30.08

CMYK color model

#C0EEB9 color CMYK value is (19,0,22,7).

  • cyan value is 19.33%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 6.67%
CMYK:
(19,0,22,7)
C19M0Y22K7 
(19%,0%,22%,7%)
(0.19/0.00/0.22/0.07)	

CMYK percentages

%19.33
%0
%22.27
%6.67

Codes

Color #C0EEB9 in popluar color models

C0EEB9
RGB192238185
HSL112°60.92%82.94%
HSB/HSV112°22.27%93.33%
CMYK19.33%0.00%22.27%
6.67%

Color #C0EEB9 in popluar number systems.

HEXC0EEB9
Decimal192238185
Binary110000001110111010111001
Octal300356271

Shades and tints

Shades of #C0EEB9

#C0EEB9
(192,238,185)
#AFD9A9
(175,217,169)
#9EC499
(158,196,153)
#8DAF89
(141,175,137)
#7C9A79
(124,154,121)
#6B8569
(107,133,105)
#5A7059
(90,112,89)
#495B49
(73,91,73)
#384639
(56,70,57)
#273129
(39,49,41)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #C0EEB9

#C0EEB9
(192,238,185)
#C5EFBF
(197,239,191)
#CAF0C5
(202,240,197)
#CFF1CB
(207,241,203)
#D4F2D1
(212,242,209)
#D9F3D7
(217,243,215)
#DEF4DD
(222,244,221)
#E3F5E3
(227,245,227)
#E8F6E9
(232,246,233)
#EDF7EF
(237,247,239)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0EEB9 color. Also use rgb(192,238,185) instead hex code.

Text Font Color

.myTextColor { color: #C0EEB9; }

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

This text font color is #C0EEB9.


Background Color

.myBgColor { background-color: #C0EEB9; }

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

This div background color is #C0EEB9.


Border color

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

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

This div border color is #C0EEB9.


Opacity

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

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

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

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

This text has shadow with #C0EEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0EEB9 on black background.


Color preview on white background

This text has color #C0EEB9 on white background.



Black color preview on #C0EEB9 background

This text has black color on #C0EEB9 background.


White color preview on #C0EEB9 background

This text has white color on #C0EEB9 background.