COLOR #C1E0EC

HEX: #C1E0EC
RGB: (193,224,236)

Color info

#C1E0EC contains red, green and blue colors in about the same proportion. Web safe color of #C1E0EC is #CCCCFF (or #CCF).

RGB color model

#C1E0EC color RGB value is (193,224,236).

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

RGB channels and saturation

R 193 of 255 = 76%
G 224 of 255 = 88%
B 236 of 255 = 93%

193
224
236

R + G + B ~ 86%. #C1E0EC is light color.

Portions of RGB colors in percentages

R + G + B =
193 + 224 + 236 = 653 (100%)
R 193 of 653 ~ 29.56%
G 224 of 653 ~ 34.3%
B 236 of 653 ~ 36.14%

%29.56
%34.3
%36.14

CMYK color model

#C1E0EC color CMYK value is (18,5,0,7).

  • cyan value is 18.22%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(18,5,0,7)
C18M5Y0K7 
(18%,5%,0%,7%)
(0.18/0.05/0.00/0.07)	

CMYK percentages

%18.22
%5.08
%0
%7.45

Codes

Color #C1E0EC in popluar color models

C1E0EC
RGB193224236
HSL197°53.09%84.12%
HSB/HSV197°18.22%92.55%
CMYK18.22%5.08%0.00%
7.45%

Color #C1E0EC in popluar number systems.

HEXC1E0EC
Decimal193224236
Binary110000011110000011101100
Octal301340354

Shades and tints

Shades of #C1E0EC

#C1E0EC
(193,224,236)
#B0CCD7
(176,204,215)
#9FB8C2
(159,184,194)
#8EA4AD
(142,164,173)
#7D9098
(125,144,152)
#6C7C83
(108,124,131)
#5B686E
(91,104,110)
#4A5459
(74,84,89)
#394044
(57,64,68)
#282C2F
(40,44,47)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #C1E0EC

#C1E0EC
(193,224,236)
#C6E2ED
(198,226,237)
#CBE4EE
(203,228,238)
#D0E6EF
(208,230,239)
#D5E8F0
(213,232,240)
#DAEAF1
(218,234,241)
#DFECF2
(223,236,242)
#E4EEF3
(228,238,243)
#E9F0F4
(233,240,244)
#EEF2F5
(238,242,245)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E0EC; }

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

This text font color is #C1E0EC.


Background Color

.myBgColor { background-color: #C1E0EC; }

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

This div background color is #C1E0EC.


Border color

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

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

This div border color is #C1E0EC.


Opacity

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

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

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

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

This text has shadow with #C1E0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E0EC on black background.


Color preview on white background

This text has color #C1E0EC on white background.



Black color preview on #C1E0EC background

This text has black color on #C1E0EC background.


White color preview on #C1E0EC background

This text has white color on #C1E0EC background.