COLOR #83EBBA

HEX: #83EBBA
RGB: (131,235,186)

Color info

#83EBBA contains mainly green and blue colors. Web safe color of #83EBBA is #99FFCC (or #9FC).

RGB color model

#83EBBA color RGB value is (131,235,186).

  • red value is 131;
  • green value is 235;
  • blue value is 186.
RGB:
(131,235,186)
(51%,92%,73%)

RGB channels and saturation

R 131 of 255 = 51%
G 235 of 255 = 92%
B 186 of 255 = 73%

131
235
186

R + G + B ~ 72%. #83EBBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 235 + 186 = 552 (100%)
R 131 of 552 ~ 23.73%
G 235 of 552 ~ 42.57%
B 186 of 552 ~ 33.7%

%23.73
%42.57
%33.7

CMYK color model

#83EBBA color CMYK value is (44,0,21,8).

  • cyan value is 44.26%
  • magenta value is 0.00%
  • yellow value is 20.85%
  • key color value is 7.84%
CMYK:
(44,0,21,8)
C44M0Y21K8 
(44%,0%,21%,8%)
(0.44/0.00/0.21/0.08)	

CMYK percentages

%44.26
%0
%20.85
%7.84

Codes

Color #83EBBA in popluar color models

83EBBA
RGB131235186
HSL152°72.22%71.76%
HSB/HSV152°44.26%92.16%
CMYK44.26%0.00%20.85%
7.84%

Color #83EBBA in popluar number systems.

HEX83EBBA
Decimal131235186
Binary100000111110101110111010
Octal203353272

Shades and tints

Shades of #83EBBA

#83EBBA
(131,235,186)
#78D6AA
(120,214,170)
#6DC19A
(109,193,154)
#62AC8A
(98,172,138)
#57977A
(87,151,122)
#4C826A
(76,130,106)
#416D5A
(65,109,90)
#36584A
(54,88,74)
#2B433A
(43,67,58)
#202E2A
(32,46,42)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #83EBBA

#83EBBA
(131,235,186)
#8EECC0
(142,236,192)
#99EDC6
(153,237,198)
#A4EECC
(164,238,204)
#AFEFD2
(175,239,210)
#BAF0D8
(186,240,216)
#C5F1DE
(197,241,222)
#D0F2E4
(208,242,228)
#DBF3EA
(219,243,234)
#E6F4F0
(230,244,240)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83EBBA color. Also use rgb(131,235,186) instead hex code.

Text Font Color

.myTextColor { color: #83EBBA; }

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

This text font color is #83EBBA.


Background Color

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

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

This div background color is #83EBBA.


Border color

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

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

This div border color is #83EBBA.


Opacity

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

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

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

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

This text has shadow with #83EBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83EBBA on black background.


Color preview on white background

This text has color #83EBBA on white background.



Black color preview on #83EBBA background

This text has black color on #83EBBA background.


White color preview on #83EBBA background

This text has white color on #83EBBA background.