COLOR #80E295

HEX: #80E295
RGB: (128,226,149)

Color info

#80E295 contains mainly green color. Web safe color of #80E295 is #66CC99 (or #6C9).

RGB color model

#80E295 color RGB value is (128,226,149).

  • red value is 128;
  • green value is 226;
  • blue value is 149.
RGB:
(128,226,149)
(50%,89%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 226 of 255 = 89%
B 149 of 255 = 58%

128
226
149

R + G + B ~ 66%. #80E295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 226 + 149 = 503 (100%)
R 128 of 503 ~ 25.45%
G 226 of 503 ~ 44.93%
B 149 of 503 ~ 29.62%

%25.45
%44.93
%29.62

CMYK color model

#80E295 color CMYK value is (43,0,34,11).

  • cyan value is 43.36%
  • magenta value is 0.00%
  • yellow value is 34.07%
  • key color value is 11.37%
CMYK:
(43,0,34,11)
C43M0Y34K11 
(43%,0%,34%,11%)
(0.43/0.00/0.34/0.11)	

CMYK percentages

%43.36
%0
%34.07
%11.37

Codes

Color #80E295 in popluar color models

80E295
RGB128226149
HSL133°62.82%69.41%
HSB/HSV133°43.36%88.63%
CMYK43.36%0.00%34.07%
11.37%

Color #80E295 in popluar number systems.

HEX80E295
Decimal128226149
Binary100000001110001010010101
Octal200342225

Shades and tints

Shades of #80E295

#80E295
(128,226,149)
#75CE88
(117,206,136)
#6ABA7B
(106,186,123)
#5FA66E
(95,166,110)
#549261
(84,146,97)
#497E54
(73,126,84)
#3E6A47
(62,106,71)
#33563A
(51,86,58)
#28422D
(40,66,45)
#1D2E20
(29,46,32)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #80E295

#80E295
(128,226,149)
#8BE49E
(139,228,158)
#96E6A7
(150,230,167)
#A1E8B0
(161,232,176)
#ACEAB9
(172,234,185)
#B7ECC2
(183,236,194)
#C2EECB
(194,238,203)
#CDF0D4
(205,240,212)
#D8F2DD
(216,242,221)
#E3F4E6
(227,244,230)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80E295 color. Also use rgb(128,226,149) instead hex code.

Text Font Color

.myTextColor { color: #80E295; }

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

This text font color is #80E295.


Background Color

.myBgColor { background-color: #80E295; }

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

This div background color is #80E295.


Border color

.myBorderColor { border: 1px solid #80E295; }

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

This div border color is #80E295.


Opacity

.myOpacity80 { color: #80E295; opacity: 0.8; }

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

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

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

This text has shadow with #80E295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80E295 on black background.


Color preview on white background

This text has color #80E295 on white background.



Black color preview on #80E295 background

This text has black color on #80E295 background.


White color preview on #80E295 background

This text has white color on #80E295 background.