COLOR #C1E4E0

HEX: #C1E4E0
RGB: (193,228,224)

Color info

#C1E4E0 contains red, green and blue colors in about the same proportion. Web safe color of #C1E4E0 is #CCCCCC (or #CCC).

RGB color model

#C1E4E0 color RGB value is (193,228,224).

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

RGB channels and saturation

R 193 of 255 = 76%
G 228 of 255 = 89%
B 224 of 255 = 88%

193
228
224

R + G + B ~ 84%. #C1E4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 228 + 224 = 645 (100%)
R 193 of 645 ~ 29.92%
G 228 of 645 ~ 35.35%
B 224 of 645 ~ 34.73%

%29.92
%35.35
%34.73

CMYK color model

#C1E4E0 color CMYK value is (15,0,2,11).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 10.59%
CMYK:
(15,0,2,11)
C15M0Y2K11 
(15%,0%,2%,11%)
(0.15/0.00/0.02/0.11)	

CMYK percentages

%15.35
%0
%1.75
%10.59

Codes

Color #C1E4E0 in popluar color models

C1E4E0
RGB193228224
HSL173°39.33%82.55%
HSB/HSV173°15.35%89.41%
CMYK15.35%0.00%1.75%
10.59%

Color #C1E4E0 in popluar number systems.

HEXC1E4E0
Decimal193228224
Binary110000011110010011100000
Octal301344340

Shades and tints

Shades of #C1E4E0

#C1E4E0
(193,228,224)
#B0D0CC
(176,208,204)
#9FBCB8
(159,188,184)
#8EA8A4
(142,168,164)
#7D9490
(125,148,144)
#6C807C
(108,128,124)
#5B6C68
(91,108,104)
#4A5854
(74,88,84)
#394440
(57,68,64)
#28302C
(40,48,44)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #C1E4E0

#C1E4E0
(193,228,224)
#C6E6E2
(198,230,226)
#CBE8E4
(203,232,228)
#D0EAE6
(208,234,230)
#D5ECE8
(213,236,232)
#DAEEEA
(218,238,234)
#DFF0EC
(223,240,236)
#E4F2EE
(228,242,238)
#E9F4F0
(233,244,240)
#EEF6F2
(238,246,242)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E4E0; }

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

This text font color is #C1E4E0.


Background Color

.myBgColor { background-color: #C1E4E0; }

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

This div background color is #C1E4E0.


Border color

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

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

This div border color is #C1E4E0.


Opacity

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

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

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

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

This text has shadow with #C1E4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E4E0 on black background.


Color preview on white background

This text has color #C1E4E0 on white background.



Black color preview on #C1E4E0 background

This text has black color on #C1E4E0 background.


White color preview on #C1E4E0 background

This text has white color on #C1E4E0 background.