COLOR #83E8B0

HEX: #83E8B0
RGB: (131,232,176)

Color info

#83E8B0 contains mainly green and blue colors. Web safe color of #83E8B0 is #99FF99 (or #9F9).

RGB color model

#83E8B0 color RGB value is (131,232,176).

  • red value is 131;
  • green value is 232;
  • blue value is 176.
RGB:
(131,232,176)
(51%,91%,69%)

RGB channels and saturation

R 131 of 255 = 51%
G 232 of 255 = 91%
B 176 of 255 = 69%

131
232
176

R + G + B ~ 70%. #83E8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 232 + 176 = 539 (100%)
R 131 of 539 ~ 24.3%
G 232 of 539 ~ 43.04%
B 176 of 539 ~ 32.65%

%24.3
%43.04
%32.65

CMYK color model

#83E8B0 color CMYK value is (44,0,24,9).

  • cyan value is 43.53%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 9.02%
CMYK:
(44,0,24,9)
C44M0Y24K9 
(44%,0%,24%,9%)
(0.44/0.00/0.24/0.09)	

CMYK percentages

%43.53
%0
%24.14
%9.02

Codes

Color #83E8B0 in popluar color models

83E8B0
RGB131232176
HSL147°68.71%71.18%
HSB/HSV147°43.53%90.98%
CMYK43.53%0.00%24.14%
9.02%

Color #83E8B0 in popluar number systems.

HEX83E8B0
Decimal131232176
Binary100000111110100010110000
Octal203350260

Shades and tints

Shades of #83E8B0

#83E8B0
(131,232,176)
#78D3A0
(120,211,160)
#6DBE90
(109,190,144)
#62A980
(98,169,128)
#579470
(87,148,112)
#4C7F60
(76,127,96)
#416A50
(65,106,80)
#365540
(54,85,64)
#2B4030
(43,64,48)
#202B20
(32,43,32)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #83E8B0

#83E8B0
(131,232,176)
#8EEAB7
(142,234,183)
#99ECBE
(153,236,190)
#A4EEC5
(164,238,197)
#AFF0CC
(175,240,204)
#BAF2D3
(186,242,211)
#C5F4DA
(197,244,218)
#D0F6E1
(208,246,225)
#DBF8E8
(219,248,232)
#E6FAEF
(230,250,239)
#F1FCF6
(241,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E8B0 color. Also use rgb(131,232,176) instead hex code.

Text Font Color

.myTextColor { color: #83E8B0; }

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

This text font color is #83E8B0.


Background Color

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

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

This div background color is #83E8B0.


Border color

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

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

This div border color is #83E8B0.


Opacity

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

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

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

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

This text has shadow with #83E8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E8B0 on black background.


Color preview on white background

This text has color #83E8B0 on white background.



Black color preview on #83E8B0 background

This text has black color on #83E8B0 background.


White color preview on #83E8B0 background

This text has white color on #83E8B0 background.