COLOR #C1E276

HEX: #C1E276
RGB: (193,226,118)

Color info

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

RGB color model

#C1E276 color RGB value is (193,226,118).

  • red value is 193;
  • green value is 226;
  • blue value is 118.
RGB:
(193,226,118)
(76%,89%,46%)

RGB channels and saturation

R 193 of 255 = 76%
G 226 of 255 = 89%
B 118 of 255 = 46%

193
226
118

R + G + B ~ 70%. #C1E276 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 226 + 118 = 537 (100%)
R 193 of 537 ~ 35.94%
G 226 of 537 ~ 42.09%
B 118 of 537 ~ 21.97%

%35.94
%42.09
%21.97

CMYK color model

#C1E276 color CMYK value is (15,0,48,11).

  • cyan value is 14.60%
  • magenta value is 0.00%
  • yellow value is 47.79%
  • key color value is 11.37%
CMYK:
(15,0,48,11)
C15M0Y48K11 
(15%,0%,48%,11%)
(0.15/0.00/0.48/0.11)	

CMYK percentages

%14.6
%0
%47.79
%11.37

Codes

Color #C1E276 in popluar color models

C1E276
RGB193226118
HSL78°65.06%67.45%
HSB/HSV78°47.79%88.63%
CMYK14.60%0.00%47.79%
11.37%

Color #C1E276 in popluar number systems.

HEXC1E276
Decimal193226118
Binary11000001111000101110110
Octal301342166

Shades and tints

Shades of #C1E276

#C1E276
(193,226,118)
#B0CE6C
(176,206,108)
#9FBA62
(159,186,98)
#8EA658
(142,166,88)
#7D924E
(125,146,78)
#6C7E44
(108,126,68)
#5B6A3A
(91,106,58)
#4A5630
(74,86,48)
#394226
(57,66,38)
#282E1C
(40,46,28)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #C1E276

#C1E276
(193,226,118)
#C6E482
(198,228,130)
#CBE68E
(203,230,142)
#D0E89A
(208,232,154)
#D5EAA6
(213,234,166)
#DAECB2
(218,236,178)
#DFEEBE
(223,238,190)
#E4F0CA
(228,240,202)
#E9F2D6
(233,242,214)
#EEF4E2
(238,244,226)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E276 color. Also use rgb(193,226,118) instead hex code.

Text Font Color

.myTextColor { color: #C1E276; }

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

This text font color is #C1E276.


Background Color

.myBgColor { background-color: #C1E276; }

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

This div background color is #C1E276.


Border color

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

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

This div border color is #C1E276.


Opacity

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

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

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

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

This text has shadow with #C1E276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E276 on black background.


Color preview on white background

This text has color #C1E276 on white background.



Black color preview on #C1E276 background

This text has black color on #C1E276 background.


White color preview on #C1E276 background

This text has white color on #C1E276 background.