COLOR #C1F6E6

HEX: #C1F6E6
RGB: (193,246,230)

Color info

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

RGB color model

#C1F6E6 color RGB value is (193,246,230).

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

RGB channels and saturation

R 193 of 255 = 76%
G 246 of 255 = 96%
B 230 of 255 = 90%

193
246
230

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

Portions of RGB colors in percentages

R + G + B =
193 + 246 + 230 = 669 (100%)
R 193 of 669 ~ 28.85%
G 246 of 669 ~ 36.77%
B 230 of 669 ~ 34.38%

%28.85
%36.77
%34.38

CMYK color model

#C1F6E6 color CMYK value is (22,0,7,4).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 3.53%
CMYK:
(22,0,7,4)
C22M0Y7K4 
(22%,0%,7%,4%)
(0.22/0.00/0.07/0.04)	

CMYK percentages

%21.54
%0
%6.5
%3.53

Codes

Color #C1F6E6 in popluar color models

C1F6E6
RGB193246230
HSL162°74.65%86.08%
HSB/HSV162°21.54%96.47%
CMYK21.54%0.00%6.50%
3.53%

Color #C1F6E6 in popluar number systems.

HEXC1F6E6
Decimal193246230
Binary110000011111011011100110
Octal301366346

Shades and tints

Shades of #C1F6E6

#C1F6E6
(193,246,230)
#B0E0D2
(176,224,210)
#9FCABE
(159,202,190)
#8EB4AA
(142,180,170)
#7D9E96
(125,158,150)
#6C8882
(108,136,130)
#5B726E
(91,114,110)
#4A5C5A
(74,92,90)
#394646
(57,70,70)
#283032
(40,48,50)
#171A1E
(23,26,30)
#000000
(0,0,0)

Tints of #C1F6E6

#C1F6E6
(193,246,230)
#C6F6E8
(198,246,232)
#CBF6EA
(203,246,234)
#D0F6EC
(208,246,236)
#D5F6EE
(213,246,238)
#DAF6F0
(218,246,240)
#DFF6F2
(223,246,242)
#E4F6F4
(228,246,244)
#E9F6F6
(233,246,246)
#EEF6F8
(238,246,248)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1F6E6; }

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

This text font color is #C1F6E6.


Background Color

.myBgColor { background-color: #C1F6E6; }

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

This div background color is #C1F6E6.


Border color

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

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

This div border color is #C1F6E6.


Opacity

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

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

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

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

This text has shadow with #C1F6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F6E6 on black background.


Color preview on white background

This text has color #C1F6E6 on white background.



Black color preview on #C1F6E6 background

This text has black color on #C1F6E6 background.


White color preview on #C1F6E6 background

This text has white color on #C1F6E6 background.