COLOR #C1F5C4

HEX: #C1F5C4
RGB: (193,245,196)

Color info

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

RGB color model

#C1F5C4 color RGB value is (193,245,196).

  • red value is 193;
  • green value is 245;
  • blue value is 196.
RGB:
(193,245,196)
(76%,96%,77%)

RGB channels and saturation

R 193 of 255 = 76%
G 245 of 255 = 96%
B 196 of 255 = 77%

193
245
196

R + G + B ~ 83%. #C1F5C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 245 + 196 = 634 (100%)
R 193 of 634 ~ 30.44%
G 245 of 634 ~ 38.64%
B 196 of 634 ~ 30.91%

%30.44
%38.64
%30.91

CMYK color model

#C1F5C4 color CMYK value is (21,0,20,4).

  • cyan value is 21.22%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 3.92%
CMYK:
(21,0,20,4)
C21M0Y20K4 
(21%,0%,20%,4%)
(0.21/0.00/0.20/0.04)	

CMYK percentages

%21.22
%0
%20
%3.92

Codes

Color #C1F5C4 in popluar color models

C1F5C4
RGB193245196
HSL123°72.22%85.88%
HSB/HSV123°21.22%96.08%
CMYK21.22%0.00%20.00%
3.92%

Color #C1F5C4 in popluar number systems.

HEXC1F5C4
Decimal193245196
Binary110000011111010111000100
Octal301365304

Shades and tints

Shades of #C1F5C4

#C1F5C4
(193,245,196)
#B0DFB3
(176,223,179)
#9FC9A2
(159,201,162)
#8EB391
(142,179,145)
#7D9D80
(125,157,128)
#6C876F
(108,135,111)
#5B715E
(91,113,94)
#4A5B4D
(74,91,77)
#39453C
(57,69,60)
#282F2B
(40,47,43)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #C1F5C4

#C1F5C4
(193,245,196)
#C6F5C9
(198,245,201)
#CBF5CE
(203,245,206)
#D0F5D3
(208,245,211)
#D5F5D8
(213,245,216)
#DAF5DD
(218,245,221)
#DFF5E2
(223,245,226)
#E4F5E7
(228,245,231)
#E9F5EC
(233,245,236)
#EEF5F1
(238,245,241)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1F5C4 color. Also use rgb(193,245,196) instead hex code.

Text Font Color

.myTextColor { color: #C1F5C4; }

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

This text font color is #C1F5C4.


Background Color

.myBgColor { background-color: #C1F5C4; }

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

This div background color is #C1F5C4.


Border color

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

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

This div border color is #C1F5C4.


Opacity

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

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

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

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

This text has shadow with #C1F5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F5C4 on black background.


Color preview on white background

This text has color #C1F5C4 on white background.



Black color preview on #C1F5C4 background

This text has black color on #C1F5C4 background.


White color preview on #C1F5C4 background

This text has white color on #C1F5C4 background.