COLOR #83EE86

HEX: #83EE86
RGB: (131,238,134)

Color info

#83EE86 contains mainly green color. Web safe color of #83EE86 is #99FF99 (or #9F9).

RGB color model

#83EE86 color RGB value is (131,238,134).

  • red value is 131;
  • green value is 238;
  • blue value is 134.
RGB:
(131,238,134)
(51%,93%,53%)

RGB channels and saturation

R 131 of 255 = 51%
G 238 of 255 = 93%
B 134 of 255 = 53%

131
238
134

R + G + B ~ 66%. #83EE86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 238 + 134 = 503 (100%)
R 131 of 503 ~ 26.04%
G 238 of 503 ~ 47.32%
B 134 of 503 ~ 26.64%

%26.04
%47.32
%26.64

CMYK color model

#83EE86 color CMYK value is (45,0,44,7).

  • cyan value is 44.96%
  • magenta value is 0.00%
  • yellow value is 43.70%
  • key color value is 6.67%
CMYK:
(45,0,44,7)
C45M0Y44K7 
(45%,0%,44%,7%)
(0.45/0.00/0.44/0.07)	

CMYK percentages

%44.96
%0
%43.7
%6.67

Codes

Color #83EE86 in popluar color models

83EE86
RGB131238134
HSL122°75.89%72.35%
HSB/HSV122°44.96%93.33%
CMYK44.96%0.00%43.70%
6.67%

Color #83EE86 in popluar number systems.

HEX83EE86
Decimal131238134
Binary100000111110111010000110
Octal203356206

Shades and tints

Shades of #83EE86

#83EE86
(131,238,134)
#78D97A
(120,217,122)
#6DC46E
(109,196,110)
#62AF62
(98,175,98)
#579A56
(87,154,86)
#4C854A
(76,133,74)
#41703E
(65,112,62)
#365B32
(54,91,50)
#2B4626
(43,70,38)
#20311A
(32,49,26)
#151C0E
(21,28,14)
#000000
(0,0,0)

Tints of #83EE86

#83EE86
(131,238,134)
#8EEF91
(142,239,145)
#99F09C
(153,240,156)
#A4F1A7
(164,241,167)
#AFF2B2
(175,242,178)
#BAF3BD
(186,243,189)
#C5F4C8
(197,244,200)
#D0F5D3
(208,245,211)
#DBF6DE
(219,246,222)
#E6F7E9
(230,247,233)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83EE86 color. Also use rgb(131,238,134) instead hex code.

Text Font Color

.myTextColor { color: #83EE86; }

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

This text font color is #83EE86.


Background Color

.myBgColor { background-color: #83EE86; }

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

This div background color is #83EE86.


Border color

.myBorderColor { border: 1px solid #83EE86; }

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

This div border color is #83EE86.


Opacity

.myOpacity80 { color: #83EE86; opacity: 0.8; }

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

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

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

This text has shadow with #83EE86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83EE86 on black background.


Color preview on white background

This text has color #83EE86 on white background.



Black color preview on #83EE86 background

This text has black color on #83EE86 background.


White color preview on #83EE86 background

This text has white color on #83EE86 background.