COLOR #83AB83

HEX: #83AB83
RGB: (131,171,131)

Color info

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

RGB color model

#83AB83 color RGB value is (131,171,131).

  • red value is 131;
  • green value is 171;
  • blue value is 131.
RGB:
(131,171,131)
(51%,67%,51%)

RGB channels and saturation

R 131 of 255 = 51%
G 171 of 255 = 67%
B 131 of 255 = 51%

131
171
131

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

Portions of RGB colors in percentages

R + G + B =
131 + 171 + 131 = 433 (100%)
R 131 of 433 ~ 30.25%
G 171 of 433 ~ 39.49%
B 131 of 433 ~ 30.25%

%30.25
%39.49
%30.25

CMYK color model

#83AB83 color CMYK value is (23,0,23,33).

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 32.94%
CMYK:
(23,0,23,33)
C23M0Y23K33 
(23%,0%,23%,33%)
(0.23/0.00/0.23/0.33)	

CMYK percentages

%23.39
%0
%23.39
%32.94

Codes

Color #83AB83 in popluar color models

83AB83
RGB131171131
HSL120°19.23%59.22%
HSB/HSV120°23.39%67.06%
CMYK23.39%0.00%23.39%
32.94%

Color #83AB83 in popluar number systems.

HEX83AB83
Decimal131171131
Binary100000111010101110000011
Octal203253203

Shades and tints

Shades of #83AB83

#83AB83
(131,171,131)
#789C78
(120,156,120)
#6D8D6D
(109,141,109)
#627E62
(98,126,98)
#576F57
(87,111,87)
#4C604C
(76,96,76)
#415141
(65,81,65)
#364236
(54,66,54)
#2B332B
(43,51,43)
#202420
(32,36,32)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #83AB83

#83AB83
(131,171,131)
#8EB28E
(142,178,142)
#99B999
(153,185,153)
#A4C0A4
(164,192,164)
#AFC7AF
(175,199,175)
#BACEBA
(186,206,186)
#C5D5C5
(197,213,197)
#D0DCD0
(208,220,208)
#DBE3DB
(219,227,219)
#E6EAE6
(230,234,230)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AB83; }

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

This text font color is #83AB83.


Background Color

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

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

This div background color is #83AB83.


Border color

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

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

This div border color is #83AB83.


Opacity

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

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

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

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

This text has shadow with #83AB83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AB83 on black background.


Color preview on white background

This text has color #83AB83 on white background.



Black color preview on #83AB83 background

This text has black color on #83AB83 background.


White color preview on #83AB83 background

This text has white color on #83AB83 background.