COLOR #C1F4B0

HEX: #C1F4B0
RGB: (193,244,176)

Color info

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

RGB color model

#C1F4B0 color RGB value is (193,244,176).

  • red value is 193;
  • green value is 244;
  • blue value is 176.
RGB:
(193,244,176)
(76%,96%,69%)

RGB channels and saturation

R 193 of 255 = 76%
G 244 of 255 = 96%
B 176 of 255 = 69%

193
244
176

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

Portions of RGB colors in percentages

R + G + B =
193 + 244 + 176 = 613 (100%)
R 193 of 613 ~ 31.48%
G 244 of 613 ~ 39.8%
B 176 of 613 ~ 28.71%

%31.48
%39.8
%28.71

CMYK color model

#C1F4B0 color CMYK value is (21,0,28,4).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 27.87%
  • key color value is 4.31%
CMYK:
(21,0,28,4)
C21M0Y28K4 
(21%,0%,28%,4%)
(0.21/0.00/0.28/0.04)	

CMYK percentages

%20.9
%0
%27.87
%4.31

Codes

Color #C1F4B0 in popluar color models

C1F4B0
RGB193244176
HSL105°75.56%82.35%
HSB/HSV105°27.87%95.69%
CMYK20.90%0.00%27.87%
4.31%

Color #C1F4B0 in popluar number systems.

HEXC1F4B0
Decimal193244176
Binary110000011111010010110000
Octal301364260

Shades and tints

Shades of #C1F4B0

#C1F4B0
(193,244,176)
#B0DEA0
(176,222,160)
#9FC890
(159,200,144)
#8EB280
(142,178,128)
#7D9C70
(125,156,112)
#6C8660
(108,134,96)
#5B7050
(91,112,80)
#4A5A40
(74,90,64)
#394430
(57,68,48)
#282E20
(40,46,32)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #C1F4B0

#C1F4B0
(193,244,176)
#C6F5B7
(198,245,183)
#CBF6BE
(203,246,190)
#D0F7C5
(208,247,197)
#D5F8CC
(213,248,204)
#DAF9D3
(218,249,211)
#DFFADA
(223,250,218)
#E4FBE1
(228,251,225)
#E9FCE8
(233,252,232)
#EEFDEF
(238,253,239)
#F3FEF6
(243,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1F4B0 color. Also use rgb(193,244,176) instead hex code.

Text Font Color

.myTextColor { color: #C1F4B0; }

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

This text font color is #C1F4B0.


Background Color

.myBgColor { background-color: #C1F4B0; }

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

This div background color is #C1F4B0.


Border color

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

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

This div border color is #C1F4B0.


Opacity

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

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

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

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

This text has shadow with #C1F4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F4B0 on black background.


Color preview on white background

This text has color #C1F4B0 on white background.



Black color preview on #C1F4B0 background

This text has black color on #C1F4B0 background.


White color preview on #C1F4B0 background

This text has white color on #C1F4B0 background.