COLOR #C1E3EB

HEX: #C1E3EB
RGB: (193,227,235)

Color info

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

RGB color model

#C1E3EB color RGB value is (193,227,235).

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

RGB channels and saturation

R 193 of 255 = 76%
G 227 of 255 = 89%
B 235 of 255 = 92%

193
227
235

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

Portions of RGB colors in percentages

R + G + B =
193 + 227 + 235 = 655 (100%)
R 193 of 655 ~ 29.47%
G 227 of 655 ~ 34.66%
B 235 of 655 ~ 35.88%

%29.47
%34.66
%35.88

CMYK color model

#C1E3EB color CMYK value is (18,3,0,8).

  • cyan value is 17.87%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(18,3,0,8)
C18M3Y0K8 
(18%,3%,0%,8%)
(0.18/0.03/0.00/0.08)	

CMYK percentages

%17.87
%3.4
%0
%7.84

Codes

Color #C1E3EB in popluar color models

C1E3EB
RGB193227235
HSL191°51.22%83.92%
HSB/HSV191°17.87%92.16%
CMYK17.87%3.40%0.00%
7.84%

Color #C1E3EB in popluar number systems.

HEXC1E3EB
Decimal193227235
Binary110000011110001111101011
Octal301343353

Shades and tints

Shades of #C1E3EB

#C1E3EB
(193,227,235)
#B0CFD6
(176,207,214)
#9FBBC1
(159,187,193)
#8EA7AC
(142,167,172)
#7D9397
(125,147,151)
#6C7F82
(108,127,130)
#5B6B6D
(91,107,109)
#4A5758
(74,87,88)
#394343
(57,67,67)
#282F2E
(40,47,46)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #C1E3EB

#C1E3EB
(193,227,235)
#C6E5EC
(198,229,236)
#CBE7ED
(203,231,237)
#D0E9EE
(208,233,238)
#D5EBEF
(213,235,239)
#DAEDF0
(218,237,240)
#DFEFF1
(223,239,241)
#E4F1F2
(228,241,242)
#E9F3F3
(233,243,243)
#EEF5F4
(238,245,244)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E3EB; }

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

This text font color is #C1E3EB.


Background Color

.myBgColor { background-color: #C1E3EB; }

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

This div background color is #C1E3EB.


Border color

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

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

This div border color is #C1E3EB.


Opacity

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

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

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

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

This text has shadow with #C1E3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E3EB on black background.


Color preview on white background

This text has color #C1E3EB on white background.



Black color preview on #C1E3EB background

This text has black color on #C1E3EB background.


White color preview on #C1E3EB background

This text has white color on #C1E3EB background.