COLOR #C0FBB9

HEX: #C0FBB9
RGB: (192,251,185)

Color info

#C0FBB9 contains mainly red and green colors. Web safe color of #C0FBB9 is #CCFFCC (or #CFC).

RGB color model

#C0FBB9 color RGB value is (192,251,185).

  • red value is 192;
  • green value is 251;
  • blue value is 185.
RGB:
(192,251,185)
(75%,98%,73%)

RGB channels and saturation

R 192 of 255 = 75%
G 251 of 255 = 98%
B 185 of 255 = 73%

192
251
185

R + G + B ~ 82%. #C0FBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 251 + 185 = 628 (100%)
R 192 of 628 ~ 30.57%
G 251 of 628 ~ 39.97%
B 185 of 628 ~ 29.46%

%30.57
%39.97
%29.46

CMYK color model

#C0FBB9 color CMYK value is (24,0,26,2).

  • cyan value is 23.51%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 1.57%
CMYK:
(24,0,26,2)
C24M0Y26K2 
(24%,0%,26%,2%)
(0.24/0.00/0.26/0.02)	

CMYK percentages

%23.51
%0
%26.29
%1.57

Codes

Color #C0FBB9 in popluar color models

C0FBB9
RGB192251185
HSL114°89.19%85.49%
HSB/HSV114°26.29%98.43%
CMYK23.51%0.00%26.29%
1.57%

Color #C0FBB9 in popluar number systems.

HEXC0FBB9
Decimal192251185
Binary110000001111101110111001
Octal300373271

Shades and tints

Shades of #C0FBB9

#C0FBB9
(192,251,185)
#AFE5A9
(175,229,169)
#9ECF99
(158,207,153)
#8DB989
(141,185,137)
#7CA379
(124,163,121)
#6B8D69
(107,141,105)
#5A7759
(90,119,89)
#496149
(73,97,73)
#384B39
(56,75,57)
#273529
(39,53,41)
#161F19
(22,31,25)
#000000
(0,0,0)

Tints of #C0FBB9

#C0FBB9
(192,251,185)
#C5FBBF
(197,251,191)
#CAFBC5
(202,251,197)
#CFFBCB
(207,251,203)
#D4FBD1
(212,251,209)
#D9FBD7
(217,251,215)
#DEFBDD
(222,251,221)
#E3FBE3
(227,251,227)
#E8FBE9
(232,251,233)
#EDFBEF
(237,251,239)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0FBB9 color. Also use rgb(192,251,185) instead hex code.

Text Font Color

.myTextColor { color: #C0FBB9; }

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

This text font color is #C0FBB9.


Background Color

.myBgColor { background-color: #C0FBB9; }

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

This div background color is #C0FBB9.


Border color

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

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

This div border color is #C0FBB9.


Opacity

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

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

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

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

This text has shadow with #C0FBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0FBB9 on black background.


Color preview on white background

This text has color #C0FBB9 on white background.



Black color preview on #C0FBB9 background

This text has black color on #C0FBB9 background.


White color preview on #C0FBB9 background

This text has white color on #C0FBB9 background.