COLOR #C1E0EE

HEX: #C1E0EE
RGB: (193,224,238)

Color info

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

RGB color model

#C1E0EE color RGB value is (193,224,238).

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

RGB channels and saturation

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

193
224
238

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

Portions of RGB colors in percentages

R + G + B =
193 + 224 + 238 = 655 (100%)
R 193 of 655 ~ 29.47%
G 224 of 655 ~ 34.2%
B 238 of 655 ~ 36.34%

%29.47
%34.2
%36.34

CMYK color model

#C1E0EE color CMYK value is (19,6,0,7).

  • cyan value is 18.91%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(19,6,0,7)
C19M6Y0K7 
(19%,6%,0%,7%)
(0.19/0.06/0.00/0.07)	

CMYK percentages

%18.91
%5.88
%0
%6.67

Codes

Color #C1E0EE in popluar color models

C1E0EE
RGB193224238
HSL199°56.96%84.51%
HSB/HSV199°18.91%93.33%
CMYK18.91%5.88%0.00%
6.67%

Color #C1E0EE in popluar number systems.

HEXC1E0EE
Decimal193224238
Binary110000011110000011101110
Octal301340356

Shades and tints

Shades of #C1E0EE

#C1E0EE
(193,224,238)
#B0CCD9
(176,204,217)
#9FB8C4
(159,184,196)
#8EA4AF
(142,164,175)
#7D909A
(125,144,154)
#6C7C85
(108,124,133)
#5B6870
(91,104,112)
#4A545B
(74,84,91)
#394046
(57,64,70)
#282C31
(40,44,49)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #C1E0EE

#C1E0EE
(193,224,238)
#C6E2EF
(198,226,239)
#CBE4F0
(203,228,240)
#D0E6F1
(208,230,241)
#D5E8F2
(213,232,242)
#DAEAF3
(218,234,243)
#DFECF4
(223,236,244)
#E4EEF5
(228,238,245)
#E9F0F6
(233,240,246)
#EEF2F7
(238,242,247)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E0EE; }

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

This text font color is #C1E0EE.


Background Color

.myBgColor { background-color: #C1E0EE; }

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

This div background color is #C1E0EE.


Border color

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

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

This div border color is #C1E0EE.


Opacity

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

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

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

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

This text has shadow with #C1E0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E0EE on black background.


Color preview on white background

This text has color #C1E0EE on white background.



Black color preview on #C1E0EE background

This text has black color on #C1E0EE background.


White color preview on #C1E0EE background

This text has white color on #C1E0EE background.