COLOR #C1E18F

HEX: #C1E18F
RGB: (193,225,143)

Color info

#C1E18F contains mainly red and green colors. Web safe color of #C1E18F is #CCCC99 (or #CC9).

RGB color model

#C1E18F color RGB value is (193,225,143).

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

RGB channels and saturation

R 193 of 255 = 76%
G 225 of 255 = 88%
B 143 of 255 = 56%

193
225
143

R + G + B ~ 73%. #C1E18F is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 225 + 143 = 561 (100%)
R 193 of 561 ~ 34.4%
G 225 of 561 ~ 40.11%
B 143 of 561 ~ 25.49%

%34.4
%40.11
%25.49

CMYK color model

#C1E18F color CMYK value is (14,0,36,12).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 36.44%
  • key color value is 11.76%
CMYK:
(14,0,36,12)
C14M0Y36K12 
(14%,0%,36%,12%)
(0.14/0.00/0.36/0.12)	

CMYK percentages

%14.22
%0
%36.44
%11.76

Codes

Color #C1E18F in popluar color models

C1E18F
RGB193225143
HSL83°57.75%72.16%
HSB/HSV83°36.44%88.24%
CMYK14.22%0.00%36.44%
11.76%

Color #C1E18F in popluar number systems.

HEXC1E18F
Decimal193225143
Binary110000011110000110001111
Octal301341217

Shades and tints

Shades of #C1E18F

#C1E18F
(193,225,143)
#B0CD82
(176,205,130)
#9FB975
(159,185,117)
#8EA568
(142,165,104)
#7D915B
(125,145,91)
#6C7D4E
(108,125,78)
#5B6941
(91,105,65)
#4A5534
(74,85,52)
#394127
(57,65,39)
#282D1A
(40,45,26)
#17190D
(23,25,13)
#000000
(0,0,0)

Tints of #C1E18F

#C1E18F
(193,225,143)
#C6E399
(198,227,153)
#CBE5A3
(203,229,163)
#D0E7AD
(208,231,173)
#D5E9B7
(213,233,183)
#DAEBC1
(218,235,193)
#DFEDCB
(223,237,203)
#E4EFD5
(228,239,213)
#E9F1DF
(233,241,223)
#EEF3E9
(238,243,233)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E18F; }

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

This text font color is #C1E18F.


Background Color

.myBgColor { background-color: #C1E18F; }

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

This div background color is #C1E18F.


Border color

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

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

This div border color is #C1E18F.


Opacity

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

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

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

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

This text has shadow with #C1E18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E18F on black background.


Color preview on white background

This text has color #C1E18F on white background.



Black color preview on #C1E18F background

This text has black color on #C1E18F background.


White color preview on #C1E18F background

This text has white color on #C1E18F background.