COLOR #C1F8CA

HEX: #C1F8CA
RGB: (193,248,202)

Color info

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

RGB color model

#C1F8CA color RGB value is (193,248,202).

  • red value is 193;
  • green value is 248;
  • blue value is 202.
RGB:
(193,248,202)
(76%,97%,79%)

RGB channels and saturation

R 193 of 255 = 76%
G 248 of 255 = 97%
B 202 of 255 = 79%

193
248
202

R + G + B ~ 84%. #C1F8CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 248 + 202 = 643 (100%)
R 193 of 643 ~ 30.02%
G 248 of 643 ~ 38.57%
B 202 of 643 ~ 31.42%

%30.02
%38.57
%31.42

CMYK color model

#C1F8CA color CMYK value is (22,0,19,3).

  • cyan value is 22.18%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 2.75%
CMYK:
(22,0,19,3)
C22M0Y19K3 
(22%,0%,19%,3%)
(0.22/0.00/0.19/0.03)	

CMYK percentages

%22.18
%0
%18.55
%2.75

Codes

Color #C1F8CA in popluar color models

C1F8CA
RGB193248202
HSL130°79.71%86.47%
HSB/HSV130°22.18%97.25%
CMYK22.18%0.00%18.55%
2.75%

Color #C1F8CA in popluar number systems.

HEXC1F8CA
Decimal193248202
Binary110000011111100011001010
Octal301370312

Shades and tints

Shades of #C1F8CA

#C1F8CA
(193,248,202)
#B0E2B8
(176,226,184)
#9FCCA6
(159,204,166)
#8EB694
(142,182,148)
#7DA082
(125,160,130)
#6C8A70
(108,138,112)
#5B745E
(91,116,94)
#4A5E4C
(74,94,76)
#39483A
(57,72,58)
#283228
(40,50,40)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #C1F8CA

#C1F8CA
(193,248,202)
#C6F8CE
(198,248,206)
#CBF8D2
(203,248,210)
#D0F8D6
(208,248,214)
#D5F8DA
(213,248,218)
#DAF8DE
(218,248,222)
#DFF8E2
(223,248,226)
#E4F8E6
(228,248,230)
#E9F8EA
(233,248,234)
#EEF8EE
(238,248,238)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1F8CA color. Also use rgb(193,248,202) instead hex code.

Text Font Color

.myTextColor { color: #C1F8CA; }

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

This text font color is #C1F8CA.


Background Color

.myBgColor { background-color: #C1F8CA; }

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

This div background color is #C1F8CA.


Border color

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

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

This div border color is #C1F8CA.


Opacity

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

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

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

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

This text has shadow with #C1F8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F8CA on black background.


Color preview on white background

This text has color #C1F8CA on white background.



Black color preview on #C1F8CA background

This text has black color on #C1F8CA background.


White color preview on #C1F8CA background

This text has white color on #C1F8CA background.