COLOR #83EDB5

HEX: #83EDB5
RGB: (131,237,181)

Color info

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

RGB color model

#83EDB5 color RGB value is (131,237,181).

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

RGB channels and saturation

R 131 of 255 = 51%
G 237 of 255 = 93%
B 181 of 255 = 71%

131
237
181

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

Portions of RGB colors in percentages

R + G + B =
131 + 237 + 181 = 549 (100%)
R 131 of 549 ~ 23.86%
G 237 of 549 ~ 43.17%
B 181 of 549 ~ 32.97%

%23.86
%43.17
%32.97

CMYK color model

#83EDB5 color CMYK value is (45,0,24,7).

  • cyan value is 44.73%
  • magenta value is 0.00%
  • yellow value is 23.63%
  • key color value is 7.06%
CMYK:
(45,0,24,7)
C45M0Y24K7 
(45%,0%,24%,7%)
(0.45/0.00/0.24/0.07)	

CMYK percentages

%44.73
%0
%23.63
%7.06

Codes

Color #83EDB5 in popluar color models

83EDB5
RGB131237181
HSL148°74.65%72.16%
HSB/HSV148°44.73%92.94%
CMYK44.73%0.00%23.63%
7.06%

Color #83EDB5 in popluar number systems.

HEX83EDB5
Decimal131237181
Binary100000111110110110110101
Octal203355265

Shades and tints

Shades of #83EDB5

#83EDB5
(131,237,181)
#78D8A5
(120,216,165)
#6DC395
(109,195,149)
#62AE85
(98,174,133)
#579975
(87,153,117)
#4C8465
(76,132,101)
#416F55
(65,111,85)
#365A45
(54,90,69)
#2B4535
(43,69,53)
#203025
(32,48,37)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #83EDB5

#83EDB5
(131,237,181)
#8EEEBB
(142,238,187)
#99EFC1
(153,239,193)
#A4F0C7
(164,240,199)
#AFF1CD
(175,241,205)
#BAF2D3
(186,242,211)
#C5F3D9
(197,243,217)
#D0F4DF
(208,244,223)
#DBF5E5
(219,245,229)
#E6F6EB
(230,246,235)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83EDB5; }

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

This text font color is #83EDB5.


Background Color

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

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

This div background color is #83EDB5.


Border color

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

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

This div border color is #83EDB5.


Opacity

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

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

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

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

This text has shadow with #83EDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83EDB5 on black background.


Color preview on white background

This text has color #83EDB5 on white background.



Black color preview on #83EDB5 background

This text has black color on #83EDB5 background.


White color preview on #83EDB5 background

This text has white color on #83EDB5 background.