COLOR #C1ECFA

HEX: #C1ECFA
RGB: (193,236,250)

Color info

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

RGB color model

#C1ECFA color RGB value is (193,236,250).

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

RGB channels and saturation

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

193
236
250

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

Portions of RGB colors in percentages

R + G + B =
193 + 236 + 250 = 679 (100%)
R 193 of 679 ~ 28.42%
G 236 of 679 ~ 34.76%
B 250 of 679 ~ 36.82%

%28.42
%34.76
%36.82

CMYK color model

#C1ECFA color CMYK value is (23,6,0,2).

  • cyan value is 22.80%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(23,6,0,2)
C23M6Y0K2 
(23%,6%,0%,2%)
(0.23/0.06/0.00/0.02)	

CMYK percentages

%22.8
%5.6
%0
%1.96

Codes

Color #C1ECFA in popluar color models

C1ECFA
RGB193236250
HSL195°85.07%86.86%
HSB/HSV195°22.80%98.04%
CMYK22.80%5.60%0.00%
1.96%

Color #C1ECFA in popluar number systems.

HEXC1ECFA
Decimal193236250
Binary110000011110110011111010
Octal301354372

Shades and tints

Shades of #C1ECFA

#C1ECFA
(193,236,250)
#B0D7E4
(176,215,228)
#9FC2CE
(159,194,206)
#8EADB8
(142,173,184)
#7D98A2
(125,152,162)
#6C838C
(108,131,140)
#5B6E76
(91,110,118)
#4A5960
(74,89,96)
#39444A
(57,68,74)
#282F34
(40,47,52)
#171A1E
(23,26,30)
#000000
(0,0,0)

Tints of #C1ECFA

#C1ECFA
(193,236,250)
#C6EDFA
(198,237,250)
#CBEEFA
(203,238,250)
#D0EFFA
(208,239,250)
#D5F0FA
(213,240,250)
#DAF1FA
(218,241,250)
#DFF2FA
(223,242,250)
#E4F3FA
(228,243,250)
#E9F4FA
(233,244,250)
#EEF5FA
(238,245,250)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ECFA; }

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

This text font color is #C1ECFA.


Background Color

.myBgColor { background-color: #C1ECFA; }

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

This div background color is #C1ECFA.


Border color

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

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

This div border color is #C1ECFA.


Opacity

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

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

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

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

This text has shadow with #C1ECFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1ECFA on black background.


Color preview on white background

This text has color #C1ECFA on white background.



Black color preview on #C1ECFA background

This text has black color on #C1ECFA background.


White color preview on #C1ECFA background

This text has white color on #C1ECFA background.