COLOR #83A69E

HEX: #83A69E RGB: (131,166,158)

Color info

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

RGB color model

#83A69E color RGB value is (131,166,158).

RGB: (131,166,158) (51%, 65%, 62%)

RGB channels and saturation

R 131 of 255 = 51%
G 166 of 255 = 65%
B 158 of 255 = 62%

131
166
158

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

Portions of RGB colors in percentages

R + G + B = 131 + 166 + 158 = 455 (100%)
R 131 of 455 ~ 28.79%
G 166 of 455 ~ 36.48%
B 158 of 455 ~ 34.73'%

%28.79
%36.48
%34.73

CMYK color model

#83A69E color CMYK value is (21,0,5,35).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 34.90%

CMYK: (21,0,5,35)
C21M0Y5K35 (21%, 0%, 5%, 35%)
(0.21 / 0.00 / 0.05 / 0.35)

CMYK percentages

%21.08
%0
%4.82
%34.9

Codes

Color #83A69E in popluar color models

83 A6 9E
RGB 131 166 158
HSL 166° 16.43% 58.24%
HSB/HSV 166° 21.08% 65.10%
CMYK 21.08% 0.00% 4.82%
34.90%

Color #83A69E in popluar number systems.

HEX 83 A6 9E
Decimal 131 166 158
Binary 10000011 10100110 10011110
Octal 203 246 236

Shades and tints

Shades of #83A69E

#83A69E
(131,166,158)
#789790
(120,151,144)
#6D8882
(109,136,130)
#627974
(98,121,116)
#576A66
(87,106,102)
#4C5B58
(76,91,88)
#414C4A
(65,76,74)
#363D3C
(54,61,60)
#2B2E2E
(43,46,46)
#201F20
(32,31,32)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #83A69E

#83A69E
(131,166,158)
#8EAEA6
(142,174,166)
#99B6AE
(153,182,174)
#A4BEB6
(164,190,182)
#AFC6BE
(175,198,190)
#BACEC6
(186,206,198)
#C5D6CE
(197,214,206)
#D0DED6
(208,222,214)
#DBE6DE
(219,230,222)
#E6EEE6
(230,238,230)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A69E; }

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

This text font color is #83A69E.

Background Color

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

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

This div background color is #83A69E.

Border color

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

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

This div border color is #83A69E.

Opacity

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

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

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

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

This text has shadow with #83A69E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A69E.

Preview

Color preview on black background

This text has color #83A69E on black background.


Color preview on white background

This text has color #83A69E on white background.


Black color preview on #83A69E background

This text has black color on #83A69E background.


White color preview on #83A69E background

This text has white color on #83A69E background.


Related colors

Complementary color

Complementary color for #hex is #7C5961.


I love getcolorcode.com

Triadic colors

1 #9E83A6 and #A69E83 with #83A69E are triadic colors.

2 #9EA683 and #A6839E with #83A69E are triadic colors.