COLOR #C0F3B0

HEX: #C0F3B0
RGB: (192,243,176)

Color info

#C0F3B0 contains mainly red and green colors. Web safe color of #C0F3B0 is #CCFF99 (or #CF9).

RGB color model

#C0F3B0 color RGB value is (192,243,176).

  • red value is 192;
  • green value is 243;
  • blue value is 176.
RGB: (192,243,176) (75%,95%,69%)

RGB channels and saturation

R 192 of 255 = 75%
G 243 of 255 = 95%
B 176 of 255 = 69%

192
243
176

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

Portions of RGB colors in percentages

R + G + B =
192 + 243 + 176 = 611 (100%)
R 192 of 611 ~ 31.42%
G 243 of 611 ~ 39.77%
B 176 of 611 ~ 28.81%

%31.42
%39.77
%28.81

CMYK color model

#C0F3B0 color CMYK value is (21,0,28,5).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 27.57%
  • key color value is 4.71%
CMYK: (21,0,28,5) C21M0Y28K5 (21%,0%,28%,5%) (0.21/0.00/0.28/0.05)

CMYK percentages

%20.99
%0
%27.57
%4.71

Codes

Color #C0F3B0 in popluar color models

C0F3B0
RGB192243176
HSL106°73.63%82.16%
HSB/HSV106°27.57%95.29%
CMYK20.99%0.00%27.57%
4.71%

Color #C0F3B0 in popluar number systems.

HEXC0F3B0
Decimal192243176
Binary110000001111001110110000
Octal300363260

Shades and tints

Shades of #C0F3B0

#C0F3B0
(192,243,176)
#AFDDA0
(175,221,160)
#9EC790
(158,199,144)
#8DB180
(141,177,128)
#7C9B70
(124,155,112)
#6B8560
(107,133,96)
#5A6F50
(90,111,80)
#495940
(73,89,64)
#384330
(56,67,48)
#272D20
(39,45,32)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #C0F3B0

#C0F3B0
(192,243,176)
#C5F4B7
(197,244,183)
#CAF5BE
(202,245,190)
#CFF6C5
(207,246,197)
#D4F7CC
(212,247,204)
#D9F8D3
(217,248,211)
#DEF9DA
(222,249,218)
#E3FAE1
(227,250,225)
#E8FBE8
(232,251,232)
#EDFCEF
(237,252,239)
#F2FDF6
(242,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0F3B0 color. Also use rgb(192,243,176) instead hex code.

Text Font Color

.myTextColor { color: #C0F3B0; }

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

This text font color is #C0F3B0.


Background Color

.myBgColor { background-color: #C0F3B0; }

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

This div background color is #C0F3B0.


Border color

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

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

This div border color is #C0F3B0.


Opacity

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

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

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

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

This text has shadow with #C0F3B0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C0F3B0 on black background.


Color preview on white background

This text has color #C0F3B0 on white background.



Black color preview on #C0F3B0 background

This text has black color on #C0F3B0 background.


White color preview on #C0F3B0 background

This text has white color on #C0F3B0 background.