COLOR #C1E5C8

HEX: #C1E5C8
RGB: (193,229,200)

Color info

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

RGB color model

#C1E5C8 color RGB value is (193,229,200).

  • red value is 193;
  • green value is 229;
  • blue value is 200.
RGB:
(193,229,200)
(76%,90%,78%)

RGB channels and saturation

R 193 of 255 = 76%
G 229 of 255 = 90%
B 200 of 255 = 78%

193
229
200

R + G + B ~ 81%. #C1E5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 229 + 200 = 622 (100%)
R 193 of 622 ~ 31.03%
G 229 of 622 ~ 36.82%
B 200 of 622 ~ 32.15%

%31.03
%36.82
%32.15

CMYK color model

#C1E5C8 color CMYK value is (16,0,13,10).

  • cyan value is 15.72%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 10.20%
CMYK:
(16,0,13,10)
C16M0Y13K10 
(16%,0%,13%,10%)
(0.16/0.00/0.13/0.10)	

CMYK percentages

%15.72
%0
%12.66
%10.2

Codes

Color #C1E5C8 in popluar color models

C1E5C8
RGB193229200
HSL132°40.91%82.75%
HSB/HSV132°15.72%89.80%
CMYK15.72%0.00%12.66%
10.20%

Color #C1E5C8 in popluar number systems.

HEXC1E5C8
Decimal193229200
Binary110000011110010111001000
Octal301345310

Shades and tints

Shades of #C1E5C8

#C1E5C8
(193,229,200)
#B0D1B6
(176,209,182)
#9FBDA4
(159,189,164)
#8EA992
(142,169,146)
#7D9580
(125,149,128)
#6C816E
(108,129,110)
#5B6D5C
(91,109,92)
#4A594A
(74,89,74)
#394538
(57,69,56)
#283126
(40,49,38)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #C1E5C8

#C1E5C8
(193,229,200)
#C6E7CD
(198,231,205)
#CBE9D2
(203,233,210)
#D0EBD7
(208,235,215)
#D5EDDC
(213,237,220)
#DAEFE1
(218,239,225)
#DFF1E6
(223,241,230)
#E4F3EB
(228,243,235)
#E9F5F0
(233,245,240)
#EEF7F5
(238,247,245)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E5C8 color. Also use rgb(193,229,200) instead hex code.

Text Font Color

.myTextColor { color: #C1E5C8; }

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

This text font color is #C1E5C8.


Background Color

.myBgColor { background-color: #C1E5C8; }

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

This div background color is #C1E5C8.


Border color

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

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

This div border color is #C1E5C8.


Opacity

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

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

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

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

This text has shadow with #C1E5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E5C8 on black background.


Color preview on white background

This text has color #C1E5C8 on white background.



Black color preview on #C1E5C8 background

This text has black color on #C1E5C8 background.


White color preview on #C1E5C8 background

This text has white color on #C1E5C8 background.