COLOR #C0E2BE

HEX: #C0E2BE
RGB: (192,226,190)

Color info

#C0E2BE contains red, green and blue colors in about the same proportion. Web safe color of #C0E2BE is #CCCCCC (or #CCC).

RGB color model

#C0E2BE color RGB value is (192,226,190).

  • red value is 192;
  • green value is 226;
  • blue value is 190.
RGB:
(192,226,190)
(75%,89%,75%)

RGB channels and saturation

R 192 of 255 = 75%
G 226 of 255 = 89%
B 190 of 255 = 75%

192
226
190

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

Portions of RGB colors in percentages

R + G + B =
192 + 226 + 190 = 608 (100%)
R 192 of 608 ~ 31.58%
G 226 of 608 ~ 37.17%
B 190 of 608 ~ 31.25%

%31.58
%37.17
%31.25

CMYK color model

#C0E2BE color CMYK value is (15,0,16,11).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 11.37%
CMYK:
(15,0,16,11)
C15M0Y16K11 
(15%,0%,16%,11%)
(0.15/0.00/0.16/0.11)	

CMYK percentages

%15.04
%0
%15.93
%11.37

Codes

Color #C0E2BE in popluar color models

C0E2BE
RGB192226190
HSL117°38.30%81.57%
HSB/HSV117°15.93%88.63%
CMYK15.04%0.00%15.93%
11.37%

Color #C0E2BE in popluar number systems.

HEXC0E2BE
Decimal192226190
Binary110000001110001010111110
Octal300342276

Shades and tints

Shades of #C0E2BE

#C0E2BE
(192,226,190)
#AFCEAD
(175,206,173)
#9EBA9C
(158,186,156)
#8DA68B
(141,166,139)
#7C927A
(124,146,122)
#6B7E69
(107,126,105)
#5A6A58
(90,106,88)
#495647
(73,86,71)
#384236
(56,66,54)
#272E25
(39,46,37)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #C0E2BE

#C0E2BE
(192,226,190)
#C5E4C3
(197,228,195)
#CAE6C8
(202,230,200)
#CFE8CD
(207,232,205)
#D4EAD2
(212,234,210)
#D9ECD7
(217,236,215)
#DEEEDC
(222,238,220)
#E3F0E1
(227,240,225)
#E8F2E6
(232,242,230)
#EDF4EB
(237,244,235)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E2BE color. Also use rgb(192,226,190) instead hex code.

Text Font Color

.myTextColor { color: #C0E2BE; }

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

This text font color is #C0E2BE.


Background Color

.myBgColor { background-color: #C0E2BE; }

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

This div background color is #C0E2BE.


Border color

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

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

This div border color is #C0E2BE.


Opacity

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

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

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

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

This text has shadow with #C0E2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E2BE on black background.


Color preview on white background

This text has color #C0E2BE on white background.



Black color preview on #C0E2BE background

This text has black color on #C0E2BE background.


White color preview on #C0E2BE background

This text has white color on #C0E2BE background.