COLOR #C1F3B2

HEX: #C1F3B2
RGB: (193,243,178)

Color info

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

RGB color model

#C1F3B2 color RGB value is (193,243,178).

  • red value is 193;
  • green value is 243;
  • blue value is 178.
RGB:
(193,243,178)
(76%,95%,70%)

RGB channels and saturation

R 193 of 255 = 76%
G 243 of 255 = 95%
B 178 of 255 = 70%

193
243
178

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

Portions of RGB colors in percentages

R + G + B =
193 + 243 + 178 = 614 (100%)
R 193 of 614 ~ 31.43%
G 243 of 614 ~ 39.58%
B 178 of 614 ~ 28.99%

%31.43
%39.58
%28.99

CMYK color model

#C1F3B2 color CMYK value is (21,0,27,5).

  • cyan value is 20.58%
  • magenta value is 0.00%
  • yellow value is 26.75%
  • key color value is 4.71%
CMYK:
(21,0,27,5)
C21M0Y27K5 
(21%,0%,27%,5%)
(0.21/0.00/0.27/0.05)	

CMYK percentages

%20.58
%0
%26.75
%4.71

Codes

Color #C1F3B2 in popluar color models

C1F3B2
RGB193243178
HSL106°73.03%82.55%
HSB/HSV106°26.75%95.29%
CMYK20.58%0.00%26.75%
4.71%

Color #C1F3B2 in popluar number systems.

HEXC1F3B2
Decimal193243178
Binary110000011111001110110010
Octal301363262

Shades and tints

Shades of #C1F3B2

#C1F3B2
(193,243,178)
#B0DDA2
(176,221,162)
#9FC792
(159,199,146)
#8EB182
(142,177,130)
#7D9B72
(125,155,114)
#6C8562
(108,133,98)
#5B6F52
(91,111,82)
#4A5942
(74,89,66)
#394332
(57,67,50)
#282D22
(40,45,34)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #C1F3B2

#C1F3B2
(193,243,178)
#C6F4B9
(198,244,185)
#CBF5C0
(203,245,192)
#D0F6C7
(208,246,199)
#D5F7CE
(213,247,206)
#DAF8D5
(218,248,213)
#DFF9DC
(223,249,220)
#E4FAE3
(228,250,227)
#E9FBEA
(233,251,234)
#EEFCF1
(238,252,241)
#F3FDF8
(243,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1F3B2 color. Also use rgb(193,243,178) instead hex code.

Text Font Color

.myTextColor { color: #C1F3B2; }

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

This text font color is #C1F3B2.


Background Color

.myBgColor { background-color: #C1F3B2; }

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

This div background color is #C1F3B2.


Border color

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

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

This div border color is #C1F3B2.


Opacity

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

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

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

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

This text has shadow with #C1F3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F3B2 on black background.


Color preview on white background

This text has color #C1F3B2 on white background.



Black color preview on #C1F3B2 background

This text has black color on #C1F3B2 background.


White color preview on #C1F3B2 background

This text has white color on #C1F3B2 background.