COLOR #C1E6EC

HEX: #C1E6EC
RGB: (193,230,236)

Color info

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

RGB color model

#C1E6EC color RGB value is (193,230,236).

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

RGB channels and saturation

R 193 of 255 = 76%
G 230 of 255 = 90%
B 236 of 255 = 93%

193
230
236

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

Portions of RGB colors in percentages

R + G + B =
193 + 230 + 236 = 659 (100%)
R 193 of 659 ~ 29.29%
G 230 of 659 ~ 34.9%
B 236 of 659 ~ 35.81%

%29.29
%34.9
%35.81

CMYK color model

#C1E6EC color CMYK value is (18,3,0,7).

  • cyan value is 18.22%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(18,3,0,7)
C18M3Y0K7 
(18%,3%,0%,7%)
(0.18/0.03/0.00/0.07)	

CMYK percentages

%18.22
%2.54
%0
%7.45

Codes

Color #C1E6EC in popluar color models

C1E6EC
RGB193230236
HSL188°53.09%84.12%
HSB/HSV188°18.22%92.55%
CMYK18.22%2.54%0.00%
7.45%

Color #C1E6EC in popluar number systems.

HEXC1E6EC
Decimal193230236
Binary110000011110011011101100
Octal301346354

Shades and tints

Shades of #C1E6EC

#C1E6EC
(193,230,236)
#B0D2D7
(176,210,215)
#9FBEC2
(159,190,194)
#8EAAAD
(142,170,173)
#7D9698
(125,150,152)
#6C8283
(108,130,131)
#5B6E6E
(91,110,110)
#4A5A59
(74,90,89)
#394644
(57,70,68)
#28322F
(40,50,47)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #C1E6EC

#C1E6EC
(193,230,236)
#C6E8ED
(198,232,237)
#CBEAEE
(203,234,238)
#D0ECEF
(208,236,239)
#D5EEF0
(213,238,240)
#DAF0F1
(218,240,241)
#DFF2F2
(223,242,242)
#E4F4F3
(228,244,243)
#E9F6F4
(233,246,244)
#EEF8F5
(238,248,245)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E6EC; }

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

This text font color is #C1E6EC.


Background Color

.myBgColor { background-color: #C1E6EC; }

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

This div background color is #C1E6EC.


Border color

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

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

This div border color is #C1E6EC.


Opacity

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

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

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

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

This text has shadow with #C1E6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E6EC on black background.


Color preview on white background

This text has color #C1E6EC on white background.



Black color preview on #C1E6EC background

This text has black color on #C1E6EC background.


White color preview on #C1E6EC background

This text has white color on #C1E6EC background.