COLOR #C1EBF0

HEX: #C1EBF0
RGB: (193,235,240)

Color info

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

RGB color model

#C1EBF0 color RGB value is (193,235,240).

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

RGB channels and saturation

R 193 of 255 = 76%
G 235 of 255 = 92%
B 240 of 255 = 94%

193
235
240

R + G + B ~ 87%. #C1EBF0 is light color.

Portions of RGB colors in percentages

R + G + B =
193 + 235 + 240 = 668 (100%)
R 193 of 668 ~ 28.89%
G 235 of 668 ~ 35.18%
B 240 of 668 ~ 35.93%

%28.89
%35.18
%35.93

CMYK color model

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

  • cyan value is 19.58%
  • magenta value is 2.08%
  • 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
%2.08
%0
%5.88

Codes

Color #C1EBF0 in popluar color models

C1EBF0
RGB193235240
HSL186°61.04%84.90%
HSB/HSV186°19.58%94.12%
CMYK19.58%2.08%0.00%
5.88%

Color #C1EBF0 in popluar number systems.

HEXC1EBF0
Decimal193235240
Binary110000011110101111110000
Octal301353360

Shades and tints

Shades of #C1EBF0

#C1EBF0
(193,235,240)
#B0D6DB
(176,214,219)
#9FC1C6
(159,193,198)
#8EACB1
(142,172,177)
#7D979C
(125,151,156)
#6C8287
(108,130,135)
#5B6D72
(91,109,114)
#4A585D
(74,88,93)
#394348
(57,67,72)
#282E33
(40,46,51)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #C1EBF0

#C1EBF0
(193,235,240)
#C6ECF1
(198,236,241)
#CBEDF2
(203,237,242)
#D0EEF3
(208,238,243)
#D5EFF4
(213,239,244)
#DAF0F5
(218,240,245)
#DFF1F6
(223,241,246)
#E4F2F7
(228,242,247)
#E9F3F8
(233,243,248)
#EEF4F9
(238,244,249)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1EBF0; }

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

This text font color is #C1EBF0.


Background Color

.myBgColor { background-color: #C1EBF0; }

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

This div background color is #C1EBF0.


Border color

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

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

This div border color is #C1EBF0.


Opacity

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

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

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

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

This text has shadow with #C1EBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1EBF0 on black background.


Color preview on white background

This text has color #C1EBF0 on white background.



Black color preview on #C1EBF0 background

This text has black color on #C1EBF0 background.


White color preview on #C1EBF0 background

This text has white color on #C1EBF0 background.