COLOR #83AA8A

HEX: #83AA8A
RGB: (131,170,138)

Color info

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

RGB color model

#83AA8A color RGB value is (131,170,138).

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

RGB channels and saturation

R 131 of 255 = 51%
G 170 of 255 = 67%
B 138 of 255 = 54%

131
170
138

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

Portions of RGB colors in percentages

R + G + B =
131 + 170 + 138 = 439 (100%)
R 131 of 439 ~ 29.84%
G 170 of 439 ~ 38.72%
B 138 of 439 ~ 31.44%

%29.84
%38.72
%31.44

CMYK color model

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

  • cyan value is 22.94%
  • magenta value is 0.00%
  • yellow value is 18.82%
  • key color value is 33.33%
CMYK:
(23,0,19,33)
C23M0Y19K33 
(23%,0%,19%,33%)
(0.23/0.00/0.19/0.33)	

CMYK percentages

%22.94
%0
%18.82
%33.33

Codes

Color #83AA8A in popluar color models

83AA8A
RGB131170138
HSL131°18.66%59.02%
HSB/HSV131°22.94%66.67%
CMYK22.94%0.00%18.82%
33.33%

Color #83AA8A in popluar number systems.

HEX83AA8A
Decimal131170138
Binary100000111010101010001010
Octal203252212

Shades and tints

Shades of #83AA8A

#83AA8A
(131,170,138)
#789B7E
(120,155,126)
#6D8C72
(109,140,114)
#627D66
(98,125,102)
#576E5A
(87,110,90)
#4C5F4E
(76,95,78)
#415042
(65,80,66)
#364136
(54,65,54)
#2B322A
(43,50,42)
#20231E
(32,35,30)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #83AA8A

#83AA8A
(131,170,138)
#8EB194
(142,177,148)
#99B89E
(153,184,158)
#A4BFA8
(164,191,168)
#AFC6B2
(175,198,178)
#BACDBC
(186,205,188)
#C5D4C6
(197,212,198)
#D0DBD0
(208,219,208)
#DBE2DA
(219,226,218)
#E6E9E4
(230,233,228)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AA8A; }

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

This text font color is #83AA8A.


Background Color

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

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

This div background color is #83AA8A.


Border color

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

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

This div border color is #83AA8A.


Opacity

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

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

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

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

This text has shadow with #83AA8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AA8A on black background.


Color preview on white background

This text has color #83AA8A on white background.



Black color preview on #83AA8A background

This text has black color on #83AA8A background.


White color preview on #83AA8A background

This text has white color on #83AA8A background.