COLOR #C1F9EC

HEX: #C1F9EC
RGB: (193,249,236)

Color info

#C1F9EC contains red, green and blue colors in about the same proportion. Web safe color of #C1F9EC is #CCFFFF (or #CFF).

RGB color model

#C1F9EC color RGB value is (193,249,236).

  • red value is 193;
  • green value is 249;
  • blue value is 236.
RGB:
(193,249,236)
(76%,98%,93%)

RGB channels and saturation

R 193 of 255 = 76%
G 249 of 255 = 98%
B 236 of 255 = 93%

193
249
236

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

Portions of RGB colors in percentages

R + G + B =
193 + 249 + 236 = 678 (100%)
R 193 of 678 ~ 28.47%
G 249 of 678 ~ 36.73%
B 236 of 678 ~ 34.81%

%28.47
%36.73
%34.81

CMYK color model

#C1F9EC color CMYK value is (22,0,5,2).

  • cyan value is 22.49%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 2.35%
CMYK:
(22,0,5,2)
C22M0Y5K2 
(22%,0%,5%,2%)
(0.22/0.00/0.05/0.02)	

CMYK percentages

%22.49
%0
%5.22
%2.35

Codes

Color #C1F9EC in popluar color models

C1F9EC
RGB193249236
HSL166°82.35%86.67%
HSB/HSV166°22.49%97.65%
CMYK22.49%0.00%5.22%
2.35%

Color #C1F9EC in popluar number systems.

HEXC1F9EC
Decimal193249236
Binary110000011111100111101100
Octal301371354

Shades and tints

Shades of #C1F9EC

#C1F9EC
(193,249,236)
#B0E3D7
(176,227,215)
#9FCDC2
(159,205,194)
#8EB7AD
(142,183,173)
#7DA198
(125,161,152)
#6C8B83
(108,139,131)
#5B756E
(91,117,110)
#4A5F59
(74,95,89)
#394944
(57,73,68)
#28332F
(40,51,47)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #C1F9EC

#C1F9EC
(193,249,236)
#C6F9ED
(198,249,237)
#CBF9EE
(203,249,238)
#D0F9EF
(208,249,239)
#D5F9F0
(213,249,240)
#DAF9F1
(218,249,241)
#DFF9F2
(223,249,242)
#E4F9F3
(228,249,243)
#E9F9F4
(233,249,244)
#EEF9F5
(238,249,245)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1F9EC color. Also use rgb(193,249,236) instead hex code.

Text Font Color

.myTextColor { color: #C1F9EC; }

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

This text font color is #C1F9EC.


Background Color

.myBgColor { background-color: #C1F9EC; }

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

This div background color is #C1F9EC.


Border color

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

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

This div border color is #C1F9EC.


Opacity

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

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

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

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

This text has shadow with #C1F9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F9EC on black background.


Color preview on white background

This text has color #C1F9EC on white background.



Black color preview on #C1F9EC background

This text has black color on #C1F9EC background.


White color preview on #C1F9EC background

This text has white color on #C1F9EC background.