COLOR #83EAA4

HEX: #83EAA4
RGB: (131,234,164)

Color info

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

RGB color model

#83EAA4 color RGB value is (131,234,164).

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

RGB channels and saturation

R 131 of 255 = 51%
G 234 of 255 = 92%
B 164 of 255 = 64%

131
234
164

R + G + B ~ 69%. #83EAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 234 + 164 = 529 (100%)
R 131 of 529 ~ 24.76%
G 234 of 529 ~ 44.23%
B 164 of 529 ~ 31%

%24.76
%44.23
%31

CMYK color model

#83EAA4 color CMYK value is (44,0,30,8).

  • cyan value is 44.02%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 8.24%
CMYK:
(44,0,30,8)
C44M0Y30K8 
(44%,0%,30%,8%)
(0.44/0.00/0.30/0.08)	

CMYK percentages

%44.02
%0
%29.91
%8.24

Codes

Color #83EAA4 in popluar color models

83EAA4
RGB131234164
HSL139°71.03%71.57%
HSB/HSV139°44.02%91.76%
CMYK44.02%0.00%29.91%
8.24%

Color #83EAA4 in popluar number systems.

HEX83EAA4
Decimal131234164
Binary100000111110101010100100
Octal203352244

Shades and tints

Shades of #83EAA4

#83EAA4
(131,234,164)
#78D596
(120,213,150)
#6DC088
(109,192,136)
#62AB7A
(98,171,122)
#57966C
(87,150,108)
#4C815E
(76,129,94)
#416C50
(65,108,80)
#365742
(54,87,66)
#2B4234
(43,66,52)
#202D26
(32,45,38)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #83EAA4

#83EAA4
(131,234,164)
#8EEBAC
(142,235,172)
#99ECB4
(153,236,180)
#A4EDBC
(164,237,188)
#AFEEC4
(175,238,196)
#BAEFCC
(186,239,204)
#C5F0D4
(197,240,212)
#D0F1DC
(208,241,220)
#DBF2E4
(219,242,228)
#E6F3EC
(230,243,236)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83EAA4; }

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

This text font color is #83EAA4.


Background Color

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

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

This div background color is #83EAA4.


Border color

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

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

This div border color is #83EAA4.


Opacity

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

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

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

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

This text has shadow with #83EAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83EAA4 on black background.


Color preview on white background

This text has color #83EAA4 on white background.



Black color preview on #83EAA4 background

This text has black color on #83EAA4 background.


White color preview on #83EAA4 background

This text has white color on #83EAA4 background.