COLOR #C1F6D6

HEX: #C1F6D6
RGB: (193,246,214)

Color info

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

RGB color model

#C1F6D6 color RGB value is (193,246,214).

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

RGB channels and saturation

R 193 of 255 = 76%
G 246 of 255 = 96%
B 214 of 255 = 84%

193
246
214

R + G + B ~ 85%. #C1F6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 246 + 214 = 653 (100%)
R 193 of 653 ~ 29.56%
G 246 of 653 ~ 37.67%
B 214 of 653 ~ 32.77%

%29.56
%37.67
%32.77

CMYK color model

#C1F6D6 color CMYK value is (22,0,13,4).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 13.01%
  • key color value is 3.53%
CMYK:
(22,0,13,4)
C22M0Y13K4 
(22%,0%,13%,4%)
(0.22/0.00/0.13/0.04)	

CMYK percentages

%21.54
%0
%13.01
%3.53

Codes

Color #C1F6D6 in popluar color models

C1F6D6
RGB193246214
HSL144°74.65%86.08%
HSB/HSV144°21.54%96.47%
CMYK21.54%0.00%13.01%
3.53%

Color #C1F6D6 in popluar number systems.

HEXC1F6D6
Decimal193246214
Binary110000011111011011010110
Octal301366326

Shades and tints

Shades of #C1F6D6

#C1F6D6
(193,246,214)
#B0E0C3
(176,224,195)
#9FCAB0
(159,202,176)
#8EB49D
(142,180,157)
#7D9E8A
(125,158,138)
#6C8877
(108,136,119)
#5B7264
(91,114,100)
#4A5C51
(74,92,81)
#39463E
(57,70,62)
#28302B
(40,48,43)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #C1F6D6

#C1F6D6
(193,246,214)
#C6F6D9
(198,246,217)
#CBF6DC
(203,246,220)
#D0F6DF
(208,246,223)
#D5F6E2
(213,246,226)
#DAF6E5
(218,246,229)
#DFF6E8
(223,246,232)
#E4F6EB
(228,246,235)
#E9F6EE
(233,246,238)
#EEF6F1
(238,246,241)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1F6D6; }

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

This text font color is #C1F6D6.


Background Color

.myBgColor { background-color: #C1F6D6; }

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

This div background color is #C1F6D6.


Border color

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

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

This div border color is #C1F6D6.


Opacity

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

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

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

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

This text has shadow with #C1F6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F6D6 on black background.


Color preview on white background

This text has color #C1F6D6 on white background.



Black color preview on #C1F6D6 background

This text has black color on #C1F6D6 background.


White color preview on #C1F6D6 background

This text has white color on #C1F6D6 background.