COLOR #C1E1B1

HEX: #C1E1B1
RGB: (193,225,177)

Color info

#C1E1B1 contains red, green and blue colors in about the same proportion. Web safe color of #C1E1B1 is #CCCC99 (or #CC9).

RGB color model

#C1E1B1 color RGB value is (193,225,177).

  • red value is 193;
  • green value is 225;
  • blue value is 177.
RGB:
(193,225,177)
(76%,88%,69%)

RGB channels and saturation

R 193 of 255 = 76%
G 225 of 255 = 88%
B 177 of 255 = 69%

193
225
177

R + G + B ~ 78%. #C1E1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 225 + 177 = 595 (100%)
R 193 of 595 ~ 32.44%
G 225 of 595 ~ 37.82%
B 177 of 595 ~ 29.75%

%32.44
%37.82
%29.75

CMYK color model

#C1E1B1 color CMYK value is (14,0,21,12).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 11.76%
CMYK:
(14,0,21,12)
C14M0Y21K12 
(14%,0%,21%,12%)
(0.14/0.00/0.21/0.12)	

CMYK percentages

%14.22
%0
%21.33
%11.76

Codes

Color #C1E1B1 in popluar color models

C1E1B1
RGB193225177
HSL100°44.44%78.82%
HSB/HSV100°21.33%88.24%
CMYK14.22%0.00%21.33%
11.76%

Color #C1E1B1 in popluar number systems.

HEXC1E1B1
Decimal193225177
Binary110000011110000110110001
Octal301341261

Shades and tints

Shades of #C1E1B1

#C1E1B1
(193,225,177)
#B0CDA1
(176,205,161)
#9FB991
(159,185,145)
#8EA581
(142,165,129)
#7D9171
(125,145,113)
#6C7D61
(108,125,97)
#5B6951
(91,105,81)
#4A5541
(74,85,65)
#394131
(57,65,49)
#282D21
(40,45,33)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #C1E1B1

#C1E1B1
(193,225,177)
#C6E3B8
(198,227,184)
#CBE5BF
(203,229,191)
#D0E7C6
(208,231,198)
#D5E9CD
(213,233,205)
#DAEBD4
(218,235,212)
#DFEDDB
(223,237,219)
#E4EFE2
(228,239,226)
#E9F1E9
(233,241,233)
#EEF3F0
(238,243,240)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E1B1 color. Also use rgb(193,225,177) instead hex code.

Text Font Color

.myTextColor { color: #C1E1B1; }

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

This text font color is #C1E1B1.


Background Color

.myBgColor { background-color: #C1E1B1; }

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

This div background color is #C1E1B1.


Border color

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

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

This div border color is #C1E1B1.


Opacity

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

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

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

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

This text has shadow with #C1E1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E1B1 on black background.


Color preview on white background

This text has color #C1E1B1 on white background.



Black color preview on #C1E1B1 background

This text has black color on #C1E1B1 background.


White color preview on #C1E1B1 background

This text has white color on #C1E1B1 background.