COLOR #C1E9EC

HEX: #C1E9EC
RGB: (193,233,236)

Color info

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

RGB color model

#C1E9EC color RGB value is (193,233,236).

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

RGB channels and saturation

R 193 of 255 = 76%
G 233 of 255 = 91%
B 236 of 255 = 93%

193
233
236

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

Portions of RGB colors in percentages

R + G + B =
193 + 233 + 236 = 662 (100%)
R 193 of 662 ~ 29.15%
G 233 of 662 ~ 35.2%
B 236 of 662 ~ 35.65%

%29.15
%35.2
%35.65

CMYK color model

#C1E9EC color CMYK value is (18,1,0,7).

  • cyan value is 18.22%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(18,1,0,7)
C18M1Y0K7 
(18%,1%,0%,7%)
(0.18/0.01/0.00/0.07)	

CMYK percentages

%18.22
%1.27
%0
%7.45

Codes

Color #C1E9EC in popluar color models

C1E9EC
RGB193233236
HSL184°53.09%84.12%
HSB/HSV184°18.22%92.55%
CMYK18.22%1.27%0.00%
7.45%

Color #C1E9EC in popluar number systems.

HEXC1E9EC
Decimal193233236
Binary110000011110100111101100
Octal301351354

Shades and tints

Shades of #C1E9EC

#C1E9EC
(193,233,236)
#B0D4D7
(176,212,215)
#9FBFC2
(159,191,194)
#8EAAAD
(142,170,173)
#7D9598
(125,149,152)
#6C8083
(108,128,131)
#5B6B6E
(91,107,110)
#4A5659
(74,86,89)
#394144
(57,65,68)
#282C2F
(40,44,47)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #C1E9EC

#C1E9EC
(193,233,236)
#C6EBED
(198,235,237)
#CBEDEE
(203,237,238)
#D0EFEF
(208,239,239)
#D5F1F0
(213,241,240)
#DAF3F1
(218,243,241)
#DFF5F2
(223,245,242)
#E4F7F3
(228,247,243)
#E9F9F4
(233,249,244)
#EEFBF5
(238,251,245)
#F3FDF6
(243,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E9EC; }

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

This text font color is #C1E9EC.


Background Color

.myBgColor { background-color: #C1E9EC; }

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

This div background color is #C1E9EC.


Border color

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

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

This div border color is #C1E9EC.


Opacity

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

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

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

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

This text has shadow with #C1E9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E9EC on black background.


Color preview on white background

This text has color #C1E9EC on white background.



Black color preview on #C1E9EC background

This text has black color on #C1E9EC background.


White color preview on #C1E9EC background

This text has white color on #C1E9EC background.