COLOR #C0E7BB

HEX: #C0E7BB
RGB: (192,231,187)

Color info

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

RGB color model

#C0E7BB color RGB value is (192,231,187).

  • red value is 192;
  • green value is 231;
  • blue value is 187.
RGB:
(192,231,187)
(75%,91%,73%)

RGB channels and saturation

R 192 of 255 = 75%
G 231 of 255 = 91%
B 187 of 255 = 73%

192
231
187

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

Portions of RGB colors in percentages

R + G + B =
192 + 231 + 187 = 610 (100%)
R 192 of 610 ~ 31.48%
G 231 of 610 ~ 37.87%
B 187 of 610 ~ 30.66%

%31.48
%37.87
%30.66

CMYK color model

#C0E7BB color CMYK value is (17,0,19,9).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 9.41%
CMYK:
(17,0,19,9)
C17M0Y19K9 
(17%,0%,19%,9%)
(0.17/0.00/0.19/0.09)	

CMYK percentages

%16.88
%0
%19.05
%9.41

Codes

Color #C0E7BB in popluar color models

C0E7BB
RGB192231187
HSL113°47.83%81.96%
HSB/HSV113°19.05%90.59%
CMYK16.88%0.00%19.05%
9.41%

Color #C0E7BB in popluar number systems.

HEXC0E7BB
Decimal192231187
Binary110000001110011110111011
Octal300347273

Shades and tints

Shades of #C0E7BB

#C0E7BB
(192,231,187)
#AFD2AA
(175,210,170)
#9EBD99
(158,189,153)
#8DA888
(141,168,136)
#7C9377
(124,147,119)
#6B7E66
(107,126,102)
#5A6955
(90,105,85)
#495444
(73,84,68)
#383F33
(56,63,51)
#272A22
(39,42,34)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #C0E7BB

#C0E7BB
(192,231,187)
#C5E9C1
(197,233,193)
#CAEBC7
(202,235,199)
#CFEDCD
(207,237,205)
#D4EFD3
(212,239,211)
#D9F1D9
(217,241,217)
#DEF3DF
(222,243,223)
#E3F5E5
(227,245,229)
#E8F7EB
(232,247,235)
#EDF9F1
(237,249,241)
#F2FBF7
(242,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E7BB color. Also use rgb(192,231,187) instead hex code.

Text Font Color

.myTextColor { color: #C0E7BB; }

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

This text font color is #C0E7BB.


Background Color

.myBgColor { background-color: #C0E7BB; }

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

This div background color is #C0E7BB.


Border color

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

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

This div border color is #C0E7BB.


Opacity

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

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

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

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

This text has shadow with #C0E7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E7BB on black background.


Color preview on white background

This text has color #C0E7BB on white background.



Black color preview on #C0E7BB background

This text has black color on #C0E7BB background.


White color preview on #C0E7BB background

This text has white color on #C0E7BB background.