COLOR #83A18E

HEX: #83A18E
RGB: (131,161,142)

Color info

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

RGB color model

#83A18E color RGB value is (131,161,142).

  • red value is 131;
  • green value is 161;
  • blue value is 142.
RGB:
(131,161,142)
(51%,63%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 161 of 255 = 63%
B 142 of 255 = 56%

131
161
142

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

Portions of RGB colors in percentages

R + G + B =
131 + 161 + 142 = 434 (100%)
R 131 of 434 ~ 30.18%
G 161 of 434 ~ 37.1%
B 142 of 434 ~ 32.72%

%30.18
%37.1
%32.72

CMYK color model

#83A18E color CMYK value is (19,0,12,37).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 11.80%
  • key color value is 36.86%
CMYK:
(19,0,12,37)
C19M0Y12K37 
(19%,0%,12%,37%)
(0.19/0.00/0.12/0.37)	

CMYK percentages

%18.63
%0
%11.8
%36.86

Codes

Color #83A18E in popluar color models

83A18E
RGB131161142
HSL142°13.76%57.25%
HSB/HSV142°18.63%63.14%
CMYK18.63%0.00%11.80%
36.86%

Color #83A18E in popluar number systems.

HEX83A18E
Decimal131161142
Binary100000111010000110001110
Octal203241216

Shades and tints

Shades of #83A18E

#83A18E
(131,161,142)
#789382
(120,147,130)
#6D8576
(109,133,118)
#62776A
(98,119,106)
#57695E
(87,105,94)
#4C5B52
(76,91,82)
#414D46
(65,77,70)
#363F3A
(54,63,58)
#2B312E
(43,49,46)
#202322
(32,35,34)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #83A18E

#83A18E
(131,161,142)
#8EA998
(142,169,152)
#99B1A2
(153,177,162)
#A4B9AC
(164,185,172)
#AFC1B6
(175,193,182)
#BAC9C0
(186,201,192)
#C5D1CA
(197,209,202)
#D0D9D4
(208,217,212)
#DBE1DE
(219,225,222)
#E6E9E8
(230,233,232)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A18E; }

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

This text font color is #83A18E.


Background Color

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

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

This div background color is #83A18E.


Border color

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

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

This div border color is #83A18E.


Opacity

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

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

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

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

This text has shadow with #83A18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A18E on black background.


Color preview on white background

This text has color #83A18E on white background.



Black color preview on #83A18E background

This text has black color on #83A18E background.


White color preview on #83A18E background

This text has white color on #83A18E background.