COLOR #83AD80

HEX: #83AD80
RGB: (131,173,128)

Color info

#83AD80 contains red, green and blue colors in about the same proportion. Web safe color of #83AD80 is #999966 (or #996).

RGB color model

#83AD80 color RGB value is (131,173,128).

  • red value is 131;
  • green value is 173;
  • blue value is 128.
RGB:
(131,173,128)
(51%,68%,50%)

RGB channels and saturation

R 131 of 255 = 51%
G 173 of 255 = 68%
B 128 of 255 = 50%

131
173
128

R + G + B ~ 56%. #83AD80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 173 + 128 = 432 (100%)
R 131 of 432 ~ 30.32%
G 173 of 432 ~ 40.05%
B 128 of 432 ~ 29.63%

%30.32
%40.05
%29.63

CMYK color model

#83AD80 color CMYK value is (24,0,26,32).

  • cyan value is 24.28%
  • magenta value is 0.00%
  • yellow value is 26.01%
  • key color value is 32.16%
CMYK:
(24,0,26,32)
C24M0Y26K32 
(24%,0%,26%,32%)
(0.24/0.00/0.26/0.32)	

CMYK percentages

%24.28
%0
%26.01
%32.16

Codes

Color #83AD80 in popluar color models

83AD80
RGB131173128
HSL116°21.53%59.02%
HSB/HSV116°26.01%67.84%
CMYK24.28%0.00%26.01%
32.16%

Color #83AD80 in popluar number systems.

HEX83AD80
Decimal131173128
Binary100000111010110110000000
Octal203255200

Shades and tints

Shades of #83AD80

#83AD80
(131,173,128)
#789E75
(120,158,117)
#6D8F6A
(109,143,106)
#62805F
(98,128,95)
#577154
(87,113,84)
#4C6249
(76,98,73)
#41533E
(65,83,62)
#364433
(54,68,51)
#2B3528
(43,53,40)
#20261D
(32,38,29)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #83AD80

#83AD80
(131,173,128)
#8EB48B
(142,180,139)
#99BB96
(153,187,150)
#A4C2A1
(164,194,161)
#AFC9AC
(175,201,172)
#BAD0B7
(186,208,183)
#C5D7C2
(197,215,194)
#D0DECD
(208,222,205)
#DBE5D8
(219,229,216)
#E6ECE3
(230,236,227)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AD80 color. Also use rgb(131,173,128) instead hex code.

Text Font Color

.myTextColor { color: #83AD80; }

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

This text font color is #83AD80.


Background Color

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

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

This div background color is #83AD80.


Border color

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

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

This div border color is #83AD80.


Opacity

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

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

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

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

This text has shadow with #83AD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AD80 on black background.


Color preview on white background

This text has color #83AD80 on white background.



Black color preview on #83AD80 background

This text has black color on #83AD80 background.


White color preview on #83AD80 background

This text has white color on #83AD80 background.