COLOR #C1E3ED

HEX: #C1E3ED
RGB: (193,227,237)

Color info

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

RGB color model

#C1E3ED color RGB value is (193,227,237).

  • red value is 193;
  • green value is 227;
  • blue value is 237.
RGB:
(193,227,237)
(76%,89%,93%)

RGB channels and saturation

R 193 of 255 = 76%
G 227 of 255 = 89%
B 237 of 255 = 93%

193
227
237

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

Portions of RGB colors in percentages

R + G + B =
193 + 227 + 237 = 657 (100%)
R 193 of 657 ~ 29.38%
G 227 of 657 ~ 34.55%
B 237 of 657 ~ 36.07%

%29.38
%34.55
%36.07

CMYK color model

#C1E3ED color CMYK value is (19,4,0,7).

  • cyan value is 18.57%
  • magenta value is 4.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(19,4,0,7)
C19M4Y0K7 
(19%,4%,0%,7%)
(0.19/0.04/0.00/0.07)	

CMYK percentages

%18.57
%4.22
%0
%7.06

Codes

Color #C1E3ED in popluar color models

C1E3ED
RGB193227237
HSL194°55.00%84.31%
HSB/HSV194°18.57%92.94%
CMYK18.57%4.22%0.00%
7.06%

Color #C1E3ED in popluar number systems.

HEXC1E3ED
Decimal193227237
Binary110000011110001111101101
Octal301343355

Shades and tints

Shades of #C1E3ED

#C1E3ED
(193,227,237)
#B0CFD8
(176,207,216)
#9FBBC3
(159,187,195)
#8EA7AE
(142,167,174)
#7D9399
(125,147,153)
#6C7F84
(108,127,132)
#5B6B6F
(91,107,111)
#4A575A
(74,87,90)
#394345
(57,67,69)
#282F30
(40,47,48)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #C1E3ED

#C1E3ED
(193,227,237)
#C6E5EE
(198,229,238)
#CBE7EF
(203,231,239)
#D0E9F0
(208,233,240)
#D5EBF1
(213,235,241)
#DAEDF2
(218,237,242)
#DFEFF3
(223,239,243)
#E4F1F4
(228,241,244)
#E9F3F5
(233,243,245)
#EEF5F6
(238,245,246)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E3ED color. Also use rgb(193,227,237) instead hex code.

Text Font Color

.myTextColor { color: #C1E3ED; }

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

This text font color is #C1E3ED.


Background Color

.myBgColor { background-color: #C1E3ED; }

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

This div background color is #C1E3ED.


Border color

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

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

This div border color is #C1E3ED.


Opacity

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

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

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

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

This text has shadow with #C1E3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E3ED on black background.


Color preview on white background

This text has color #C1E3ED on white background.



Black color preview on #C1E3ED background

This text has black color on #C1E3ED background.


White color preview on #C1E3ED background

This text has white color on #C1E3ED background.