COLOR #83A1A8

HEX: #83A1A8
RGB: (131,161,168)

Color info

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

RGB color model

#83A1A8 color RGB value is (131,161,168).

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

RGB channels and saturation

R 131 of 255 = 51%
G 161 of 255 = 63%
B 168 of 255 = 66%

131
161
168

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

Portions of RGB colors in percentages

R + G + B =
131 + 161 + 168 = 460 (100%)
R 131 of 460 ~ 28.48%
G 161 of 460 ~ 35%
B 168 of 460 ~ 36.52%

%28.48
%35
%36.52

CMYK color model

#83A1A8 color CMYK value is (22,4,0,34).

  • cyan value is 22.02%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(22,4,0,34)
C22M4Y0K34 
(22%,4%,0%,34%)
(0.22/0.04/0.00/0.34)	

CMYK percentages

%22.02
%4.17
%0
%34.12

Codes

Color #83A1A8 in popluar color models

83A1A8
RGB131161168
HSL191°17.54%58.63%
HSB/HSV191°22.02%65.88%
CMYK22.02%4.17%0.00%
34.12%

Color #83A1A8 in popluar number systems.

HEX83A1A8
Decimal131161168
Binary100000111010000110101000
Octal203241250

Shades and tints

Shades of #83A1A8

#83A1A8
(131,161,168)
#789399
(120,147,153)
#6D858A
(109,133,138)
#62777B
(98,119,123)
#57696C
(87,105,108)
#4C5B5D
(76,91,93)
#414D4E
(65,77,78)
#363F3F
(54,63,63)
#2B3130
(43,49,48)
#202321
(32,35,33)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #83A1A8

#83A1A8
(131,161,168)
#8EA9AF
(142,169,175)
#99B1B6
(153,177,182)
#A4B9BD
(164,185,189)
#AFC1C4
(175,193,196)
#BAC9CB
(186,201,203)
#C5D1D2
(197,209,210)
#D0D9D9
(208,217,217)
#DBE1E0
(219,225,224)
#E6E9E7
(230,233,231)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A1A8; }

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

This text font color is #83A1A8.


Background Color

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

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

This div background color is #83A1A8.


Border color

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

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

This div border color is #83A1A8.


Opacity

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

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

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

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

This text has shadow with #83A1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A1A8 on black background.


Color preview on white background

This text has color #83A1A8 on white background.



Black color preview on #83A1A8 background

This text has black color on #83A1A8 background.


White color preview on #83A1A8 background

This text has white color on #83A1A8 background.