COLOR #C0F1B4

HEX: #C0F1B4
RGB: (192,241,180)

Color info

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

RGB color model

#C0F1B4 color RGB value is (192,241,180).

  • red value is 192;
  • green value is 241;
  • blue value is 180.
RGB:
(192,241,180)
(75%,95%,71%)

RGB channels and saturation

R 192 of 255 = 75%
G 241 of 255 = 95%
B 180 of 255 = 71%

192
241
180

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

Portions of RGB colors in percentages

R + G + B =
192 + 241 + 180 = 613 (100%)
R 192 of 613 ~ 31.32%
G 241 of 613 ~ 39.31%
B 180 of 613 ~ 29.36%

%31.32
%39.31
%29.36

CMYK color model

#C0F1B4 color CMYK value is (20,0,25,5).

  • cyan value is 20.33%
  • magenta value is 0.00%
  • yellow value is 25.31%
  • key color value is 5.49%
CMYK:
(20,0,25,5)
C20M0Y25K5 
(20%,0%,25%,5%)
(0.20/0.00/0.25/0.05)	

CMYK percentages

%20.33
%0
%25.31
%5.49

Codes

Color #C0F1B4 in popluar color models

C0F1B4
RGB192241180
HSL108°68.54%82.55%
HSB/HSV108°25.31%94.51%
CMYK20.33%0.00%25.31%
5.49%

Color #C0F1B4 in popluar number systems.

HEXC0F1B4
Decimal192241180
Binary110000001111000110110100
Octal300361264

Shades and tints

Shades of #C0F1B4

#C0F1B4
(192,241,180)
#AFDCA4
(175,220,164)
#9EC794
(158,199,148)
#8DB284
(141,178,132)
#7C9D74
(124,157,116)
#6B8864
(107,136,100)
#5A7354
(90,115,84)
#495E44
(73,94,68)
#384934
(56,73,52)
#273424
(39,52,36)
#161F14
(22,31,20)
#000000
(0,0,0)

Tints of #C0F1B4

#C0F1B4
(192,241,180)
#C5F2BA
(197,242,186)
#CAF3C0
(202,243,192)
#CFF4C6
(207,244,198)
#D4F5CC
(212,245,204)
#D9F6D2
(217,246,210)
#DEF7D8
(222,247,216)
#E3F8DE
(227,248,222)
#E8F9E4
(232,249,228)
#EDFAEA
(237,250,234)
#F2FBF0
(242,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0F1B4 color. Also use rgb(192,241,180) instead hex code.

Text Font Color

.myTextColor { color: #C0F1B4; }

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

This text font color is #C0F1B4.


Background Color

.myBgColor { background-color: #C0F1B4; }

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

This div background color is #C0F1B4.


Border color

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

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

This div border color is #C0F1B4.


Opacity

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

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

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

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

This text has shadow with #C0F1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0F1B4 on black background.


Color preview on white background

This text has color #C0F1B4 on white background.



Black color preview on #C0F1B4 background

This text has black color on #C0F1B4 background.


White color preview on #C0F1B4 background

This text has white color on #C0F1B4 background.