COLOR #83E5A4

HEX: #83E5A4
RGB: (131,229,164)

Color info

#83E5A4 contains mainly green color. Web safe color of #83E5A4 is #99CC99 (or #9C9).

RGB color model

#83E5A4 color RGB value is (131,229,164).

  • red value is 131;
  • green value is 229;
  • blue value is 164.
RGB:
(131,229,164)
(51%,90%,64%)

RGB channels and saturation

R 131 of 255 = 51%
G 229 of 255 = 90%
B 164 of 255 = 64%

131
229
164

R + G + B ~ 68%. #83E5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 229 + 164 = 524 (100%)
R 131 of 524 ~ 25%
G 229 of 524 ~ 43.7%
B 164 of 524 ~ 31.3%

%25
%43.7
%31.3

CMYK color model

#83E5A4 color CMYK value is (43,0,28,10).

  • cyan value is 42.79%
  • magenta value is 0.00%
  • yellow value is 28.38%
  • key color value is 10.20%
CMYK:
(43,0,28,10)
C43M0Y28K10 
(43%,0%,28%,10%)
(0.43/0.00/0.28/0.10)	

CMYK percentages

%42.79
%0
%28.38
%10.2

Codes

Color #83E5A4 in popluar color models

83E5A4
RGB131229164
HSL140°65.33%70.59%
HSB/HSV140°42.79%89.80%
CMYK42.79%0.00%28.38%
10.20%

Color #83E5A4 in popluar number systems.

HEX83E5A4
Decimal131229164
Binary100000111110010110100100
Octal203345244

Shades and tints

Shades of #83E5A4

#83E5A4
(131,229,164)
#78D196
(120,209,150)
#6DBD88
(109,189,136)
#62A97A
(98,169,122)
#57956C
(87,149,108)
#4C815E
(76,129,94)
#416D50
(65,109,80)
#365942
(54,89,66)
#2B4534
(43,69,52)
#203126
(32,49,38)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #83E5A4

#83E5A4
(131,229,164)
#8EE7AC
(142,231,172)
#99E9B4
(153,233,180)
#A4EBBC
(164,235,188)
#AFEDC4
(175,237,196)
#BAEFCC
(186,239,204)
#C5F1D4
(197,241,212)
#D0F3DC
(208,243,220)
#DBF5E4
(219,245,228)
#E6F7EC
(230,247,236)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E5A4 color. Also use rgb(131,229,164) instead hex code.

Text Font Color

.myTextColor { color: #83E5A4; }

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

This text font color is #83E5A4.


Background Color

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

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

This div background color is #83E5A4.


Border color

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

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

This div border color is #83E5A4.


Opacity

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

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

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

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

This text has shadow with #83E5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E5A4 on black background.


Color preview on white background

This text has color #83E5A4 on white background.



Black color preview on #83E5A4 background

This text has black color on #83E5A4 background.


White color preview on #83E5A4 background

This text has white color on #83E5A4 background.