COLOR #C1ECF0

HEX: #C1ECF0
RGB: (193,236,240)

Color info

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

RGB color model

#C1ECF0 color RGB value is (193,236,240).

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

RGB channels and saturation

R 193 of 255 = 76%
G 236 of 255 = 93%
B 240 of 255 = 94%

193
236
240

R + G + B ~ 88%. #C1ECF0 is light color.

Portions of RGB colors in percentages

R + G + B =
193 + 236 + 240 = 669 (100%)
R 193 of 669 ~ 28.85%
G 236 of 669 ~ 35.28%
B 240 of 669 ~ 35.87%

%28.85
%35.28
%35.87

CMYK color model

#C1ECF0 color CMYK value is (20,2,0,6).

  • cyan value is 19.58%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (20,2,0,6) C20M2Y0K6 (20%,2%,0%,6%) (0.20/0.02/0.00/0.06)

CMYK percentages

%19.58
%1.67
%0
%5.88

Codes

Color #C1ECF0 in popluar color models

C1ECF0
RGB193236240
HSL185°61.04%84.90%
HSB/HSV185°19.58%94.12%
CMYK19.58%1.67%0.00%
5.88%

Color #C1ECF0 in popluar number systems.

HEXC1ECF0
Decimal193236240
Binary110000011110110011110000
Octal301354360

Shades and tints

Shades of #C1ECF0

#C1ECF0
(193,236,240)
#B0D7DB
(176,215,219)
#9FC2C6
(159,194,198)
#8EADB1
(142,173,177)
#7D989C
(125,152,156)
#6C8387
(108,131,135)
#5B6E72
(91,110,114)
#4A595D
(74,89,93)
#394448
(57,68,72)
#282F33
(40,47,51)
#171A1E
(23,26,30)
#000000
(0,0,0)

Tints of #C1ECF0

#C1ECF0
(193,236,240)
#C6EDF1
(198,237,241)
#CBEEF2
(203,238,242)
#D0EFF3
(208,239,243)
#D5F0F4
(213,240,244)
#DAF1F5
(218,241,245)
#DFF2F6
(223,242,246)
#E4F3F7
(228,243,247)
#E9F4F8
(233,244,248)
#EEF5F9
(238,245,249)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ECF0; }

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

This text font color is #C1ECF0.


Background Color

.myBgColor { background-color: #C1ECF0; }

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

This div background color is #C1ECF0.


Border color

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

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

This div border color is #C1ECF0.


Opacity

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

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

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

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

This text has shadow with #C1ECF0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C1ECF0 on black background.


Color preview on white background

This text has color #C1ECF0 on white background.



Black color preview on #C1ECF0 background

This text has black color on #C1ECF0 background.


White color preview on #C1ECF0 background

This text has white color on #C1ECF0 background.