COLOR #C1FFE6

HEX: #C1FFE6
RGB: (193,255,230)

Color info

#C1FFE6 contains mainly green and blue colors. Web safe color of #C1FFE6 is #CCFFCC (or #CFC).

RGB color model

#C1FFE6 color RGB value is (193,255,230).

  • red value is 193;
  • green value is 255;
  • blue value is 230.
RGB:
(193,255,230)
(76%,100%,90%)

RGB channels and saturation

R 193 of 255 = 76%
G 255 of 255 = 100%
B 230 of 255 = 90%

193
255
230

R + G + B ~ 89%. #C1FFE6 is light color.

Portions of RGB colors in percentages

R + G + B =
193 + 255 + 230 = 678 (100%)
R 193 of 678 ~ 28.47%
G 255 of 678 ~ 37.61%
B 230 of 678 ~ 33.92%

%28.47
%37.61
%33.92

CMYK color model

#C1FFE6 color CMYK value is (24,0,10,0).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(24,0,10,0)
C24M0Y10K0 
(24%,0%,10%,0%)
(0.24/0.00/0.10/0.00)	

CMYK percentages

%24.31
%0
%9.8
%0

Codes

Color #C1FFE6 in popluar color models

C1FFE6
RGB193255230
HSL156°100.00%87.84%
HSB/HSV156°24.31%100.00%
CMYK24.31%0.00%9.80%
0.00%

Color #C1FFE6 in popluar number systems.

HEXC1FFE6
Decimal193255230
Binary110000011111111111100110
Octal301377346

Shades and tints

Shades of #C1FFE6

#C1FFE6
(193,255,230)
#B0E8D2
(176,232,210)
#9FD1BE
(159,209,190)
#8EBAAA
(142,186,170)
#7DA396
(125,163,150)
#6C8C82
(108,140,130)
#5B756E
(91,117,110)
#4A5E5A
(74,94,90)
#394746
(57,71,70)
#283032
(40,48,50)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #C1FFE6

#C1FFE6
(193,255,230)
#C6FFE8
(198,255,232)
#CBFFEA
(203,255,234)
#D0FFEC
(208,255,236)
#D5FFEE
(213,255,238)
#DAFFF0
(218,255,240)
#DFFFF2
(223,255,242)
#E4FFF4
(228,255,244)
#E9FFF6
(233,255,246)
#EEFFF8
(238,255,248)
#F3FFFA
(243,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1FFE6 color. Also use rgb(193,255,230) instead hex code.

Text Font Color

.myTextColor { color: #C1FFE6; }

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

This text font color is #C1FFE6.


Background Color

.myBgColor { background-color: #C1FFE6; }

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

This div background color is #C1FFE6.


Border color

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

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

This div border color is #C1FFE6.


Opacity

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

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

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

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

This text has shadow with #C1FFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1FFE6 on black background.


Color preview on white background

This text has color #C1FFE6 on white background.



Black color preview on #C1FFE6 background

This text has black color on #C1FFE6 background.


White color preview on #C1FFE6 background

This text has white color on #C1FFE6 background.