COLOR #C2EB80

HEX: #C2EB80
RGB: (194,235,128)

Color info

#C2EB80 contains mainly red and green colors. Web safe color of #C2EB80 is #CCFF66 (or #CF6).

RGB color model

#C2EB80 color RGB value is (194,235,128).

  • red value is 194;
  • green value is 235;
  • blue value is 128.
RGB:
(194,235,128)
(76%,92%,50%)

RGB channels and saturation

R 194 of 255 = 76%
G 235 of 255 = 92%
B 128 of 255 = 50%

194
235
128

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

Portions of RGB colors in percentages

R + G + B =
194 + 235 + 128 = 557 (100%)
R 194 of 557 ~ 34.83%
G 235 of 557 ~ 42.19%
B 128 of 557 ~ 22.98%

%34.83
%42.19
%22.98

CMYK color model

#C2EB80 color CMYK value is (17,0,46,8).

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 45.53%
  • key color value is 7.84%
CMYK:
(17,0,46,8)
C17M0Y46K8 
(17%,0%,46%,8%)
(0.17/0.00/0.46/0.08)	

CMYK percentages

%17.45
%0
%45.53
%7.84

Codes

Color #C2EB80 in popluar color models

C2EB80
RGB194235128
HSL83°72.79%71.18%
HSB/HSV83°45.53%92.16%
CMYK17.45%0.00%45.53%
7.84%

Color #C2EB80 in popluar number systems.

HEXC2EB80
Decimal194235128
Binary110000101110101110000000
Octal302353200

Shades and tints

Shades of #C2EB80

#C2EB80
(194,235,128)
#B1D675
(177,214,117)
#A0C16A
(160,193,106)
#8FAC5F
(143,172,95)
#7E9754
(126,151,84)
#6D8249
(109,130,73)
#5C6D3E
(92,109,62)
#4B5833
(75,88,51)
#3A4328
(58,67,40)
#292E1D
(41,46,29)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #C2EB80

#C2EB80
(194,235,128)
#C7EC8B
(199,236,139)
#CCED96
(204,237,150)
#D1EEA1
(209,238,161)
#D6EFAC
(214,239,172)
#DBF0B7
(219,240,183)
#E0F1C2
(224,241,194)
#E5F2CD
(229,242,205)
#EAF3D8
(234,243,216)
#EFF4E3
(239,244,227)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2EB80 color. Also use rgb(194,235,128) instead hex code.

Text Font Color

.myTextColor { color: #C2EB80; }

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

This text font color is #C2EB80.


Background Color

.myBgColor { background-color: #C2EB80; }

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

This div background color is #C2EB80.


Border color

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

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

This div border color is #C2EB80.


Opacity

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

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

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

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

This text has shadow with #C2EB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EB80 on black background.


Color preview on white background

This text has color #C2EB80 on white background.



Black color preview on #C2EB80 background

This text has black color on #C2EB80 background.


White color preview on #C2EB80 background

This text has white color on #C2EB80 background.