COLOR #C1E486

HEX: #C1E486
RGB: (193,228,134)

Color info

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

RGB color model

#C1E486 color RGB value is (193,228,134).

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

RGB channels and saturation

R 193 of 255 = 76%
G 228 of 255 = 89%
B 134 of 255 = 53%

193
228
134

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

Portions of RGB colors in percentages

R + G + B =
193 + 228 + 134 = 555 (100%)
R 193 of 555 ~ 34.77%
G 228 of 555 ~ 41.08%
B 134 of 555 ~ 24.14%

%34.77
%41.08
%24.14

CMYK color model

#C1E486 color CMYK value is (15,0,41,11).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 41.23%
  • key color value is 10.59%
CMYK:
(15,0,41,11)
C15M0Y41K11 
(15%,0%,41%,11%)
(0.15/0.00/0.41/0.11)	

CMYK percentages

%15.35
%0
%41.23
%10.59

Codes

Color #C1E486 in popluar color models

C1E486
RGB193228134
HSL82°63.51%70.98%
HSB/HSV82°41.23%89.41%
CMYK15.35%0.00%41.23%
10.59%

Color #C1E486 in popluar number systems.

HEXC1E486
Decimal193228134
Binary110000011110010010000110
Octal301344206

Shades and tints

Shades of #C1E486

#C1E486
(193,228,134)
#B0D07A
(176,208,122)
#9FBC6E
(159,188,110)
#8EA862
(142,168,98)
#7D9456
(125,148,86)
#6C804A
(108,128,74)
#5B6C3E
(91,108,62)
#4A5832
(74,88,50)
#394426
(57,68,38)
#28301A
(40,48,26)
#171C0E
(23,28,14)
#000000
(0,0,0)

Tints of #C1E486

#C1E486
(193,228,134)
#C6E691
(198,230,145)
#CBE89C
(203,232,156)
#D0EAA7
(208,234,167)
#D5ECB2
(213,236,178)
#DAEEBD
(218,238,189)
#DFF0C8
(223,240,200)
#E4F2D3
(228,242,211)
#E9F4DE
(233,244,222)
#EEF6E9
(238,246,233)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E486; }

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

This text font color is #C1E486.


Background Color

.myBgColor { background-color: #C1E486; }

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

This div background color is #C1E486.


Border color

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

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

This div border color is #C1E486.


Opacity

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

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

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

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

This text has shadow with #C1E486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E486 on black background.


Color preview on white background

This text has color #C1E486 on white background.



Black color preview on #C1E486 background

This text has black color on #C1E486 background.


White color preview on #C1E486 background

This text has white color on #C1E486 background.