COLOR #C1E07F

HEX: #C1E07F
RGB: (193,224,127)

Color info

#C1E07F contains mainly red and green colors. Web safe color of #C1E07F is #CCCC66 (or #CC6).

RGB color model

#C1E07F color RGB value is (193,224,127).

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

RGB channels and saturation

R 193 of 255 = 76%
G 224 of 255 = 88%
B 127 of 255 = 50%

193
224
127

R + G + B ~ 71%. #C1E07F is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 224 + 127 = 544 (100%)
R 193 of 544 ~ 35.48%
G 224 of 544 ~ 41.18%
B 127 of 544 ~ 23.35%

%35.48
%41.18
%23.35

CMYK color model

#C1E07F color CMYK value is (14,0,43,12).

  • cyan value is 13.84%
  • magenta value is 0.00%
  • yellow value is 43.30%
  • key color value is 12.16%
CMYK:
(14,0,43,12)
C14M0Y43K12 
(14%,0%,43%,12%)
(0.14/0.00/0.43/0.12)	

CMYK percentages

%13.84
%0
%43.3
%12.16

Codes

Color #C1E07F in popluar color models

C1E07F
RGB193224127
HSL79°61.01%68.82%
HSB/HSV79°43.30%87.84%
CMYK13.84%0.00%43.30%
12.16%

Color #C1E07F in popluar number systems.

HEXC1E07F
Decimal193224127
Binary11000001111000001111111
Octal301340177

Shades and tints

Shades of #C1E07F

#C1E07F
(193,224,127)
#B0CC74
(176,204,116)
#9FB869
(159,184,105)
#8EA45E
(142,164,94)
#7D9053
(125,144,83)
#6C7C48
(108,124,72)
#5B683D
(91,104,61)
#4A5432
(74,84,50)
#394027
(57,64,39)
#282C1C
(40,44,28)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #C1E07F

#C1E07F
(193,224,127)
#C6E28A
(198,226,138)
#CBE495
(203,228,149)
#D0E6A0
(208,230,160)
#D5E8AB
(213,232,171)
#DAEAB6
(218,234,182)
#DFECC1
(223,236,193)
#E4EECC
(228,238,204)
#E9F0D7
(233,240,215)
#EEF2E2
(238,242,226)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E07F; }

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

This text font color is #C1E07F.


Background Color

.myBgColor { background-color: #C1E07F; }

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

This div background color is #C1E07F.


Border color

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

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

This div border color is #C1E07F.


Opacity

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

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

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

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

This text has shadow with #C1E07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E07F on black background.


Color preview on white background

This text has color #C1E07F on white background.



Black color preview on #C1E07F background

This text has black color on #C1E07F background.


White color preview on #C1E07F background

This text has white color on #C1E07F background.