COLOR #83B982

HEX: #83B982
RGB: (131,185,130)

Color info

#83B982 contains red, green and blue colors in about the same proportion. Web safe color of #83B982 is #99CC99 (or #9C9).

RGB color model

#83B982 color RGB value is (131,185,130).

  • red value is 131;
  • green value is 185;
  • blue value is 130.
RGB:
(131,185,130)
(51%,73%,51%)

RGB channels and saturation

R 131 of 255 = 51%
G 185 of 255 = 73%
B 130 of 255 = 51%

131
185
130

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

Portions of RGB colors in percentages

R + G + B =
131 + 185 + 130 = 446 (100%)
R 131 of 446 ~ 29.37%
G 185 of 446 ~ 41.48%
B 130 of 446 ~ 29.15%

%29.37
%41.48
%29.15

CMYK color model

#83B982 color CMYK value is (29,0,30,27).

  • cyan value is 29.19%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 27.45%
CMYK:
(29,0,30,27)
C29M0Y30K27 
(29%,0%,30%,27%)
(0.29/0.00/0.30/0.27)	

CMYK percentages

%29.19
%0
%29.73
%27.45

Codes

Color #83B982 in popluar color models

83B982
RGB131185130
HSL119°28.21%61.76%
HSB/HSV119°29.73%72.55%
CMYK29.19%0.00%29.73%
27.45%

Color #83B982 in popluar number systems.

HEX83B982
Decimal131185130
Binary100000111011100110000010
Octal203271202

Shades and tints

Shades of #83B982

#83B982
(131,185,130)
#78A977
(120,169,119)
#6D996C
(109,153,108)
#628961
(98,137,97)
#577956
(87,121,86)
#4C694B
(76,105,75)
#415940
(65,89,64)
#364935
(54,73,53)
#2B392A
(43,57,42)
#20291F
(32,41,31)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #83B982

#83B982
(131,185,130)
#8EBF8D
(142,191,141)
#99C598
(153,197,152)
#A4CBA3
(164,203,163)
#AFD1AE
(175,209,174)
#BAD7B9
(186,215,185)
#C5DDC4
(197,221,196)
#D0E3CF
(208,227,207)
#DBE9DA
(219,233,218)
#E6EFE5
(230,239,229)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B982 color. Also use rgb(131,185,130) instead hex code.

Text Font Color

.myTextColor { color: #83B982; }

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

This text font color is #83B982.


Background Color

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

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

This div background color is #83B982.


Border color

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

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

This div border color is #83B982.


Opacity

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

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

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

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

This text has shadow with #83B982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B982 on black background.


Color preview on white background

This text has color #83B982 on white background.



Black color preview on #83B982 background

This text has black color on #83B982 background.


White color preview on #83B982 background

This text has white color on #83B982 background.