COLOR #C0E7BF

HEX: #C0E7BF
RGB: (192,231,191)

Color info

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

RGB color model

#C0E7BF color RGB value is (192,231,191).

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

RGB channels and saturation

R 192 of 255 = 75%
G 231 of 255 = 91%
B 191 of 255 = 75%

192
231
191

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

Portions of RGB colors in percentages

R + G + B =
192 + 231 + 191 = 614 (100%)
R 192 of 614 ~ 31.27%
G 231 of 614 ~ 37.62%
B 191 of 614 ~ 31.11%

%31.27
%37.62
%31.11

CMYK color model

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

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 9.41%
CMYK:
(17,0,17,9)
C17M0Y17K9 
(17%,0%,17%,9%)
(0.17/0.00/0.17/0.09)	

CMYK percentages

%16.88
%0
%17.32
%9.41

Codes

Color #C0E7BF in popluar color models

C0E7BF
RGB192231191
HSL119°45.45%82.75%
HSB/HSV119°17.32%90.59%
CMYK16.88%0.00%17.32%
9.41%

Color #C0E7BF in popluar number systems.

HEXC0E7BF
Decimal192231191
Binary110000001110011110111111
Octal300347277

Shades and tints

Shades of #C0E7BF

#C0E7BF
(192,231,191)
#AFD2AE
(175,210,174)
#9EBD9D
(158,189,157)
#8DA88C
(141,168,140)
#7C937B
(124,147,123)
#6B7E6A
(107,126,106)
#5A6959
(90,105,89)
#495448
(73,84,72)
#383F37
(56,63,55)
#272A26
(39,42,38)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #C0E7BF

#C0E7BF
(192,231,191)
#C5E9C4
(197,233,196)
#CAEBC9
(202,235,201)
#CFEDCE
(207,237,206)
#D4EFD3
(212,239,211)
#D9F1D8
(217,241,216)
#DEF3DD
(222,243,221)
#E3F5E2
(227,245,226)
#E8F7E7
(232,247,231)
#EDF9EC
(237,249,236)
#F2FBF1
(242,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0E7BF; }

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

This text font color is #C0E7BF.


Background Color

.myBgColor { background-color: #C0E7BF; }

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

This div background color is #C0E7BF.


Border color

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

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

This div border color is #C0E7BF.


Opacity

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

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

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

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

This text has shadow with #C0E7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E7BF on black background.


Color preview on white background

This text has color #C0E7BF on white background.



Black color preview on #C0E7BF background

This text has black color on #C0E7BF background.


White color preview on #C0E7BF background

This text has white color on #C0E7BF background.