COLOR #C1EFEB

HEX: #C1EFEB
RGB: (193,239,235)

Color info

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

RGB color model

#C1EFEB color RGB value is (193,239,235).

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

RGB channels and saturation

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

193
239
235

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

Portions of RGB colors in percentages

R + G + B =
193 + 239 + 235 = 667 (100%)
R 193 of 667 ~ 28.94%
G 239 of 667 ~ 35.83%
B 235 of 667 ~ 35.23%

%28.94
%35.83
%35.23

CMYK color model

#C1EFEB color CMYK value is (19,0,2,6).

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 6.27%
CMYK:
(19,0,2,6)
C19M0Y2K6 
(19%,0%,2%,6%)
(0.19/0.00/0.02/0.06)	

CMYK percentages

%19.25
%0
%1.67
%6.27

Codes

Color #C1EFEB in popluar color models

C1EFEB
RGB193239235
HSL175°58.97%84.71%
HSB/HSV175°19.25%93.73%
CMYK19.25%0.00%1.67%
6.27%

Color #C1EFEB in popluar number systems.

HEXC1EFEB
Decimal193239235
Binary110000011110111111101011
Octal301357353

Shades and tints

Shades of #C1EFEB

#C1EFEB
(193,239,235)
#B0DAD6
(176,218,214)
#9FC5C1
(159,197,193)
#8EB0AC
(142,176,172)
#7D9B97
(125,155,151)
#6C8682
(108,134,130)
#5B716D
(91,113,109)
#4A5C58
(74,92,88)
#394743
(57,71,67)
#28322E
(40,50,46)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #C1EFEB

#C1EFEB
(193,239,235)
#C6F0EC
(198,240,236)
#CBF1ED
(203,241,237)
#D0F2EE
(208,242,238)
#D5F3EF
(213,243,239)
#DAF4F0
(218,244,240)
#DFF5F1
(223,245,241)
#E4F6F2
(228,246,242)
#E9F7F3
(233,247,243)
#EEF8F4
(238,248,244)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1EFEB; }

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

This text font color is #C1EFEB.


Background Color

.myBgColor { background-color: #C1EFEB; }

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

This div background color is #C1EFEB.


Border color

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

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

This div border color is #C1EFEB.


Opacity

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

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

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

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

This text has shadow with #C1EFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1EFEB on black background.


Color preview on white background

This text has color #C1EFEB on white background.



Black color preview on #C1EFEB background

This text has black color on #C1EFEB background.


White color preview on #C1EFEB background

This text has white color on #C1EFEB background.