COLOR #C0E9BC

HEX: #C0E9BC RGB: (192,233,188)

Color info

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

RGB color model

#C0E9BC color RGB value is (192,233,188).

RGB: (192,233,188) (75%, 91%, 74%)

RGB channels and saturation

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

192
233
188

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

Portions of RGB colors in percentages

R + G + B = 192 + 233 + 188 = 613 (100%)
R 192 of 613 ~ 31.32%
G 233 of 613 ~ 38.01%
B 188 of 613 ~ 30.67'%

%31.32
%38.01
%30.67

CMYK color model

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

  • cyan value is 17.60%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • 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
%19.31
%8.63

Codes

Color #C0E9BC in popluar color models

C0 E9 BC
RGB 192 233 188
HSL 115° 50.56% 82.55%
HSB/HSV 115° 19.31% 91.37%
CMYK 17.60% 0.00% 19.31%
8.63%

Color #C0E9BC in popluar number systems.

HEX C0 E9 BC
Decimal 192 233 188
Binary 11000000 11101001 10111100
Octal 300 351 274

Shades and tints

Shades of #C0E9BC

#C0E9BC
(192,233,188)
#AFD4AB
(175,212,171)
#9EBF9A
(158,191,154)
#8DAA89
(141,170,137)
#7C9578
(124,149,120)
#6B8067
(107,128,103)
#5A6B56
(90,107,86)
#495645
(73,86,69)
#384134
(56,65,52)
#272C23
(39,44,35)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #C0E9BC

#C0E9BC
(192,233,188)
#C5EBC2
(197,235,194)
#CAEDC8
(202,237,200)
#CFEFCE
(207,239,206)
#D4F1D4
(212,241,212)
#D9F3DA
(217,243,218)
#DEF5E0
(222,245,224)
#E3F7E6
(227,247,230)
#E8F9EC
(232,249,236)
#EDFBF2
(237,251,242)
#F2FDF8
(242,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0E9BC; }

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

This text font color is #C0E9BC.

Background Color

.myBgColor { background-color: #C0E9BC; }

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

This div background color is #C0E9BC.

Border color

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

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

This div border color is #C0E9BC.

Opacity

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

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

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

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

This text has shadow with #C0E9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0E9BC.

Preview

Color preview on black background

This text has color #C0E9BC on black background.


Color preview on white background

This text has color #C0E9BC on white background.


Black color preview on #C0E9BC background

This text has black color on #C0E9BC background.


White color preview on #C0E9BC background

This text has white color on #C0E9BC background.


Related colors

Complementary color

Complementary color for #hex is #3F1643.


I love getcolorcode.com

Triadic colors

1 #BCC0E9 and #E9BCC0 with #C0E9BC are triadic colors.

2 #BCE9C0 and #E9C0BC with #C0E9BC are triadic colors.