COLOR #C1F4E2

HEX: #C1F4E2
RGB: (193,244,226)

Color info

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

RGB color model

#C1F4E2 color RGB value is (193,244,226).

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

RGB channels and saturation

R 193 of 255 = 76%
G 244 of 255 = 96%
B 226 of 255 = 89%

193
244
226

R + G + B ~ 87%. #C1F4E2 is light color.

Portions of RGB colors in percentages

R + G + B =
193 + 244 + 226 = 663 (100%)
R 193 of 663 ~ 29.11%
G 244 of 663 ~ 36.8%
B 226 of 663 ~ 34.09%

%29.11
%36.8
%34.09

CMYK color model

#C1F4E2 color CMYK value is (21,0,7,4).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 4.31%
CMYK:
(21,0,7,4)
C21M0Y7K4 
(21%,0%,7%,4%)
(0.21/0.00/0.07/0.04)	

CMYK percentages

%20.9
%0
%7.38
%4.31

Codes

Color #C1F4E2 in popluar color models

C1F4E2
RGB193244226
HSL159°69.86%85.69%
HSB/HSV159°20.90%95.69%
CMYK20.90%0.00%7.38%
4.31%

Color #C1F4E2 in popluar number systems.

HEXC1F4E2
Decimal193244226
Binary110000011111010011100010
Octal301364342

Shades and tints

Shades of #C1F4E2

#C1F4E2
(193,244,226)
#B0DECE
(176,222,206)
#9FC8BA
(159,200,186)
#8EB2A6
(142,178,166)
#7D9C92
(125,156,146)
#6C867E
(108,134,126)
#5B706A
(91,112,106)
#4A5A56
(74,90,86)
#394442
(57,68,66)
#282E2E
(40,46,46)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #C1F4E2

#C1F4E2
(193,244,226)
#C6F5E4
(198,245,228)
#CBF6E6
(203,246,230)
#D0F7E8
(208,247,232)
#D5F8EA
(213,248,234)
#DAF9EC
(218,249,236)
#DFFAEE
(223,250,238)
#E4FBF0
(228,251,240)
#E9FCF2
(233,252,242)
#EEFDF4
(238,253,244)
#F3FEF6
(243,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1F4E2; }

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

This text font color is #C1F4E2.


Background Color

.myBgColor { background-color: #C1F4E2; }

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

This div background color is #C1F4E2.


Border color

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

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

This div border color is #C1F4E2.


Opacity

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

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

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

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

This text has shadow with #C1F4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F4E2 on black background.


Color preview on white background

This text has color #C1F4E2 on white background.



Black color preview on #C1F4E2 background

This text has black color on #C1F4E2 background.


White color preview on #C1F4E2 background

This text has white color on #C1F4E2 background.