COLOR #C1F2BE

HEX: #C1F2BE
RGB: (193,242,190)

Color info

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

RGB color model

#C1F2BE color RGB value is (193,242,190).

  • red value is 193;
  • green value is 242;
  • blue value is 190.
RGB:
(193,242,190)
(76%,95%,75%)

RGB channels and saturation

R 193 of 255 = 76%
G 242 of 255 = 95%
B 190 of 255 = 75%

193
242
190

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

Portions of RGB colors in percentages

R + G + B =
193 + 242 + 190 = 625 (100%)
R 193 of 625 ~ 30.88%
G 242 of 625 ~ 38.72%
B 190 of 625 ~ 30.4%

%30.88
%38.72
%30.4

CMYK color model

#C1F2BE color CMYK value is (20,0,21,5).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 21.49%
  • key color value is 5.10%
CMYK:
(20,0,21,5)
C20M0Y21K5 
(20%,0%,21%,5%)
(0.20/0.00/0.21/0.05)	

CMYK percentages

%20.25
%0
%21.49
%5.1

Codes

Color #C1F2BE in popluar color models

C1F2BE
RGB193242190
HSL117°66.67%84.71%
HSB/HSV117°21.49%94.90%
CMYK20.25%0.00%21.49%
5.10%

Color #C1F2BE in popluar number systems.

HEXC1F2BE
Decimal193242190
Binary110000011111001010111110
Octal301362276

Shades and tints

Shades of #C1F2BE

#C1F2BE
(193,242,190)
#B0DCAD
(176,220,173)
#9FC69C
(159,198,156)
#8EB08B
(142,176,139)
#7D9A7A
(125,154,122)
#6C8469
(108,132,105)
#5B6E58
(91,110,88)
#4A5847
(74,88,71)
#394236
(57,66,54)
#282C25
(40,44,37)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #C1F2BE

#C1F2BE
(193,242,190)
#C6F3C3
(198,243,195)
#CBF4C8
(203,244,200)
#D0F5CD
(208,245,205)
#D5F6D2
(213,246,210)
#DAF7D7
(218,247,215)
#DFF8DC
(223,248,220)
#E4F9E1
(228,249,225)
#E9FAE6
(233,250,230)
#EEFBEB
(238,251,235)
#F3FCF0
(243,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1F2BE color. Also use rgb(193,242,190) instead hex code.

Text Font Color

.myTextColor { color: #C1F2BE; }

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

This text font color is #C1F2BE.


Background Color

.myBgColor { background-color: #C1F2BE; }

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

This div background color is #C1F2BE.


Border color

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

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

This div border color is #C1F2BE.


Opacity

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

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

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

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

This text has shadow with #C1F2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F2BE on black background.


Color preview on white background

This text has color #C1F2BE on white background.



Black color preview on #C1F2BE background

This text has black color on #C1F2BE background.


White color preview on #C1F2BE background

This text has white color on #C1F2BE background.