COLOR #83A49E

HEX: #83A49E RGB: (131,164,158)

Color info

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

RGB color model

#83A49E color RGB value is (131,164,158).

RGB: (131,164,158) (51%, 64%, 62%)

RGB channels and saturation

R 131 of 255 = 51%
G 164 of 255 = 64%
B 158 of 255 = 62%

131
164
158

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

Portions of RGB colors in percentages

R + G + B = 131 + 164 + 158 = 453 (100%)
R 131 of 453 ~ 28.92%
G 164 of 453 ~ 36.2%
B 158 of 453 ~ 34.88'%

%28.92
%36.2
%34.88

CMYK color model

#83A49E color CMYK value is (20,0,4,36).

  • cyan value is 20.12%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 35.69%

CMYK: (20,0,4,36)
C20M0Y4K36 (20%, 0%, 4%, 36%)
(0.20 / 0.00 / 0.04 / 0.36)

CMYK percentages

%20.12
%0
%3.66
%35.69

Codes

Color #83A49E in popluar color models

83 A4 9E
RGB 131 164 158
HSL 169° 15.35% 57.84%
HSB/HSV 169° 20.12% 64.31%
CMYK 20.12% 0.00% 3.66%
35.69%

Color #83A49E in popluar number systems.

HEX 83 A4 9E
Decimal 131 164 158
Binary 10000011 10100100 10011110
Octal 203 244 236

Shades and tints

Shades of #83A49E

#83A49E
(131,164,158)
#789690
(120,150,144)
#6D8882
(109,136,130)
#627A74
(98,122,116)
#576C66
(87,108,102)
#4C5E58
(76,94,88)
#41504A
(65,80,74)
#36423C
(54,66,60)
#2B342E
(43,52,46)
#202620
(32,38,32)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #83A49E

#83A49E
(131,164,158)
#8EACA6
(142,172,166)
#99B4AE
(153,180,174)
#A4BCB6
(164,188,182)
#AFC4BE
(175,196,190)
#BACCC6
(186,204,198)
#C5D4CE
(197,212,206)
#D0DCD6
(208,220,214)
#DBE4DE
(219,228,222)
#E6ECE6
(230,236,230)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A49E; }

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

This text font color is #83A49E.

Background Color

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

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

This div background color is #83A49E.

Border color

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

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

This div border color is #83A49E.

Opacity

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

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

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

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

This text has shadow with #83A49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A49E.

Preview

Color preview on black background

This text has color #83A49E on black background.


Color preview on white background

This text has color #83A49E on white background.


Black color preview on #83A49E background

This text has black color on #83A49E background.


White color preview on #83A49E background

This text has white color on #83A49E background.


Related colors

Complementary color

Complementary color for #hex is #7C5B61.


I love getcolorcode.com

Triadic colors

1 #9E83A4 and #A49E83 with #83A49E are triadic colors.

2 #9EA483 and #A4839E with #83A49E are triadic colors.