COLOR #83A6A6

HEX: #83A6A6
RGB: (131,166,166)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
166
166

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

Portions of RGB colors in percentages

R + G + B =
131 + 166 + 166 = 463 (100%)
R 131 of 463 ~ 28.29%
G 166 of 463 ~ 35.85%
B 166 of 463 ~ 35.85%

%28.29
%35.85
%35.85

CMYK color model

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

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(21,0,0,35)
C21M0Y0K35 
(21%,0%,0%,35%)
(0.21/0.00/0.00/0.35)	

CMYK percentages

%21.08
%0
%0
%34.9

Codes

Color #83A6A6 in popluar color models

83A6A6
RGB131166166
HSL180°16.43%58.24%
HSB/HSV180°21.08%65.10%
CMYK21.08%0.00%0.00%
34.90%

Color #83A6A6 in popluar number systems.

HEX83A6A6
Decimal131166166
Binary100000111010011010100110
Octal203246246

Shades and tints

Shades of #83A6A6

#83A6A6
(131,166,166)
#789797
(120,151,151)
#6D8888
(109,136,136)
#627979
(98,121,121)
#576A6A
(87,106,106)
#4C5B5B
(76,91,91)
#414C4C
(65,76,76)
#363D3D
(54,61,61)
#2B2E2E
(43,46,46)
#201F1F
(32,31,31)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #83A6A6

#83A6A6
(131,166,166)
#8EAEAE
(142,174,174)
#99B6B6
(153,182,182)
#A4BEBE
(164,190,190)
#AFC6C6
(175,198,198)
#BACECE
(186,206,206)
#C5D6D6
(197,214,214)
#D0DEDE
(208,222,222)
#DBE6E6
(219,230,230)
#E6EEEE
(230,238,238)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A6A6; }

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

This text font color is #83A6A6.


Background Color

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

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

This div background color is #83A6A6.


Border color

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

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

This div border color is #83A6A6.


Opacity

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

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

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

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

This text has shadow with #83A6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A6A6 on black background.


Color preview on white background

This text has color #83A6A6 on white background.



Black color preview on #83A6A6 background

This text has black color on #83A6A6 background.


White color preview on #83A6A6 background

This text has white color on #83A6A6 background.