COLOR #83AC80

HEX: #83AC80 RGB: (131,172,128)

Color info

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

RGB color model

#83AC80 color RGB value is (131,172,128).

RGB: (131,172,128) (51%, 67%, 50%)

RGB channels and saturation

R 131 of 255 = 51%
G 172 of 255 = 67%
B 128 of 255 = 50%

131
172
128

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

Portions of RGB colors in percentages

R + G + B = 131 + 172 + 128 = 431 (100%)
R 131 of 431 ~ 30.39%
G 172 of 431 ~ 39.91%
B 128 of 431 ~ 29.7'%

%30.39
%39.91
%29.7

CMYK color model

#83AC80 color CMYK value is (24,0,26,33).

  • cyan value is 23.84%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 32.55%

CMYK: (24,0,26,33)
C24M0Y26K33 (24%, 0%, 26%, 33%)
(0.24 / 0.00 / 0.26 / 0.33)

CMYK percentages

%23.84
%0
%25.58
%32.55

Codes

Color #83AC80 in popluar color models

83 AC 80
RGB 131 172 128
HSL 116° 20.95% 58.82%
HSB/HSV 116° 25.58% 67.45%
CMYK 23.84% 0.00% 25.58%
32.55%

Color #83AC80 in popluar number systems.

HEX 83 AC 80
Decimal 131 172 128
Binary 10000011 10101100 10000000
Octal 203 254 200

Shades and tints

Shades of #83AC80

#83AC80
(131,172,128)
#789D75
(120,157,117)
#6D8E6A
(109,142,106)
#627F5F
(98,127,95)
#577054
(87,112,84)
#4C6149
(76,97,73)
#41523E
(65,82,62)
#364333
(54,67,51)
#2B3428
(43,52,40)
#20251D
(32,37,29)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #83AC80

#83AC80
(131,172,128)
#8EB38B
(142,179,139)
#99BA96
(153,186,150)
#A4C1A1
(164,193,161)
#AFC8AC
(175,200,172)
#BACFB7
(186,207,183)
#C5D6C2
(197,214,194)
#D0DDCD
(208,221,205)
#DBE4D8
(219,228,216)
#E6EBE3
(230,235,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AC80; }

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

This text font color is #83AC80.

Background Color

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

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

This div background color is #83AC80.

Border color

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

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

This div border color is #83AC80.

Opacity

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

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

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

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

This text has shadow with #83AC80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AC80.

Preview

Color preview on black background

This text has color #83AC80 on black background.


Color preview on white background

This text has color #83AC80 on white background.


Black color preview on #83AC80 background

This text has black color on #83AC80 background.


White color preview on #83AC80 background

This text has white color on #83AC80 background.


Related colors

Complementary color

Complementary color for #hex is #7C537F.


I love getcolorcode.com

Triadic colors

1 #8083AC and #AC8083 with #83AC80 are triadic colors.

2 #80AC83 and #AC8380 with #83AC80 are triadic colors.