COLOR #83A984

HEX: #83A984
RGB: (131,169,132)

Color info

#83A984 contains red, green and blue colors in about the same proportion. Web safe color of #83A984 is #999999 (or #999).

RGB color model

#83A984 color RGB value is (131,169,132).

  • red value is 131;
  • green value is 169;
  • blue value is 132.
RGB:
(131,169,132)
(51%,66%,52%)

RGB channels and saturation

R 131 of 255 = 51%
G 169 of 255 = 66%
B 132 of 255 = 52%

131
169
132

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

Portions of RGB colors in percentages

R + G + B =
131 + 169 + 132 = 432 (100%)
R 131 of 432 ~ 30.32%
G 169 of 432 ~ 39.12%
B 132 of 432 ~ 30.56%

%30.32
%39.12
%30.56

CMYK color model

#83A984 color CMYK value is (22,0,22,34).

  • cyan value is 22.49%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 33.73%
CMYK:
(22,0,22,34)
C22M0Y22K34 
(22%,0%,22%,34%)
(0.22/0.00/0.22/0.34)	

CMYK percentages

%22.49
%0
%21.89
%33.73

Codes

Color #83A984 in popluar color models

83A984
RGB131169132
HSL122°18.10%58.82%
HSB/HSV122°22.49%66.27%
CMYK22.49%0.00%21.89%
33.73%

Color #83A984 in popluar number systems.

HEX83A984
Decimal131169132
Binary100000111010100110000100
Octal203251204

Shades and tints

Shades of #83A984

#83A984
(131,169,132)
#789A78
(120,154,120)
#6D8B6C
(109,139,108)
#627C60
(98,124,96)
#576D54
(87,109,84)
#4C5E48
(76,94,72)
#414F3C
(65,79,60)
#364030
(54,64,48)
#2B3124
(43,49,36)
#202218
(32,34,24)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #83A984

#83A984
(131,169,132)
#8EB08F
(142,176,143)
#99B79A
(153,183,154)
#A4BEA5
(164,190,165)
#AFC5B0
(175,197,176)
#BACCBB
(186,204,187)
#C5D3C6
(197,211,198)
#D0DAD1
(208,218,209)
#DBE1DC
(219,225,220)
#E6E8E7
(230,232,231)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A984 color. Also use rgb(131,169,132) instead hex code.

Text Font Color

.myTextColor { color: #83A984; }

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

This text font color is #83A984.


Background Color

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

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

This div background color is #83A984.


Border color

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

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

This div border color is #83A984.


Opacity

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

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

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

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

This text has shadow with #83A984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A984 on black background.


Color preview on white background

This text has color #83A984 on white background.



Black color preview on #83A984 background

This text has black color on #83A984 background.


White color preview on #83A984 background

This text has white color on #83A984 background.