COLOR #C1E9E6

HEX: #C1E9E6
RGB: (193,233,230)

Color info

#C1E9E6 contains red, green and blue colors in about the same proportion. Web safe color of #C1E9E6 is #CCFFCC (or #CFC).

RGB color model

#C1E9E6 color RGB value is (193,233,230).

  • red value is 193;
  • green value is 233;
  • blue value is 230.
RGB:
(193,233,230)
(76%,91%,90%)

RGB channels and saturation

R 193 of 255 = 76%
G 233 of 255 = 91%
B 230 of 255 = 90%

193
233
230

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

Portions of RGB colors in percentages

R + G + B =
193 + 233 + 230 = 656 (100%)
R 193 of 656 ~ 29.42%
G 233 of 656 ~ 35.52%
B 230 of 656 ~ 35.06%

%29.42
%35.52
%35.06

CMYK color model

#C1E9E6 color CMYK value is (17,0,1,9).

  • cyan value is 17.17%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 8.63%
CMYK:
(17,0,1,9)
C17M0Y1K9 
(17%,0%,1%,9%)
(0.17/0.00/0.01/0.09)	

CMYK percentages

%17.17
%0
%1.29
%8.63

Codes

Color #C1E9E6 in popluar color models

C1E9E6
RGB193233230
HSL176°47.62%83.53%
HSB/HSV176°17.17%91.37%
CMYK17.17%0.00%1.29%
8.63%

Color #C1E9E6 in popluar number systems.

HEXC1E9E6
Decimal193233230
Binary110000011110100111100110
Octal301351346

Shades and tints

Shades of #C1E9E6

#C1E9E6
(193,233,230)
#B0D4D2
(176,212,210)
#9FBFBE
(159,191,190)
#8EAAAA
(142,170,170)
#7D9596
(125,149,150)
#6C8082
(108,128,130)
#5B6B6E
(91,107,110)
#4A565A
(74,86,90)
#394146
(57,65,70)
#282C32
(40,44,50)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #C1E9E6

#C1E9E6
(193,233,230)
#C6EBE8
(198,235,232)
#CBEDEA
(203,237,234)
#D0EFEC
(208,239,236)
#D5F1EE
(213,241,238)
#DAF3F0
(218,243,240)
#DFF5F2
(223,245,242)
#E4F7F4
(228,247,244)
#E9F9F6
(233,249,246)
#EEFBF8
(238,251,248)
#F3FDFA
(243,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E9E6 color. Also use rgb(193,233,230) instead hex code.

Text Font Color

.myTextColor { color: #C1E9E6; }

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

This text font color is #C1E9E6.


Background Color

.myBgColor { background-color: #C1E9E6; }

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

This div background color is #C1E9E6.


Border color

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

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

This div border color is #C1E9E6.


Opacity

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

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

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

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

This text has shadow with #C1E9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E9E6 on black background.


Color preview on white background

This text has color #C1E9E6 on white background.



Black color preview on #C1E9E6 background

This text has black color on #C1E9E6 background.


White color preview on #C1E9E6 background

This text has white color on #C1E9E6 background.