COLOR #83ED87

HEX: #83ED87
RGB: (131,237,135)

Color info

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

RGB color model

#83ED87 color RGB value is (131,237,135).

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

RGB channels and saturation

R 131 of 255 = 51%
G 237 of 255 = 93%
B 135 of 255 = 53%

131
237
135

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

Portions of RGB colors in percentages

R + G + B =
131 + 237 + 135 = 503 (100%)
R 131 of 503 ~ 26.04%
G 237 of 503 ~ 47.12%
B 135 of 503 ~ 26.84%

%26.04
%47.12
%26.84

CMYK color model

#83ED87 color CMYK value is (45,0,43,7).

  • cyan value is 44.73%
  • magenta value is 0.00%
  • yellow value is 43.04%
  • key color value is 7.06%
CMYK:
(45,0,43,7)
C45M0Y43K7 
(45%,0%,43%,7%)
(0.45/0.00/0.43/0.07)	

CMYK percentages

%44.73
%0
%43.04
%7.06

Codes

Color #83ED87 in popluar color models

83ED87
RGB131237135
HSL122°74.65%72.16%
HSB/HSV122°44.73%92.94%
CMYK44.73%0.00%43.04%
7.06%

Color #83ED87 in popluar number systems.

HEX83ED87
Decimal131237135
Binary100000111110110110000111
Octal203355207

Shades and tints

Shades of #83ED87

#83ED87
(131,237,135)
#78D87B
(120,216,123)
#6DC36F
(109,195,111)
#62AE63
(98,174,99)
#579957
(87,153,87)
#4C844B
(76,132,75)
#416F3F
(65,111,63)
#365A33
(54,90,51)
#2B4527
(43,69,39)
#20301B
(32,48,27)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #83ED87

#83ED87
(131,237,135)
#8EEE91
(142,238,145)
#99EF9B
(153,239,155)
#A4F0A5
(164,240,165)
#AFF1AF
(175,241,175)
#BAF2B9
(186,242,185)
#C5F3C3
(197,243,195)
#D0F4CD
(208,244,205)
#DBF5D7
(219,245,215)
#E6F6E1
(230,246,225)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83ED87 color. Also use rgb(131,237,135) instead hex code.

Text Font Color

.myTextColor { color: #83ED87; }

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

This text font color is #83ED87.


Background Color

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

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

This div background color is #83ED87.


Border color

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

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

This div border color is #83ED87.


Opacity

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

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

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

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

This text has shadow with #83ED87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83ED87 on black background.


Color preview on white background

This text has color #83ED87 on white background.



Black color preview on #83ED87 background

This text has black color on #83ED87 background.


White color preview on #83ED87 background

This text has white color on #83ED87 background.