COLOR #83A2A3

HEX: #83A2A3 RGB: (131,162,163)

Color info

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

RGB color model

#83A2A3 color RGB value is (131,162,163).

RGB: (131,162,163) (51%, 64%, 64%)

RGB channels and saturation

R 131 of 255 = 51%
G 162 of 255 = 64%
B 163 of 255 = 64%

131
162
163

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

Portions of RGB colors in percentages

R + G + B = 131 + 162 + 163 = 456 (100%)
R 131 of 456 ~ 28.73%
G 162 of 456 ~ 35.53%
B 163 of 456 ~ 35.75'%

%28.73
%35.53
%35.75

CMYK color model

#83A2A3 color CMYK value is (20,1,0,36).

  • cyan value is 19.63%
  • magenta value is 0.61%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (20,1,0,36)
C20M1Y0K36 (20%, 1%, 0%, 36%)
(0.20 / 0.01 / 0.00 / 0.36)

CMYK percentages

%19.63
%0.61
%0
%36.08

Codes

Color #83A2A3 in popluar color models

83 A2 A3
RGB 131 162 163
HSL 182° 14.81% 57.65%
HSB/HSV 182° 19.63% 63.92%
CMYK 19.63% 0.61% 0.00%
36.08%

Color #83A2A3 in popluar number systems.

HEX 83 A2 A3
Decimal 131 162 163
Binary 10000011 10100010 10100011
Octal 203 242 243

Shades and tints

Shades of #83A2A3

#83A2A3
(131,162,163)
#789495
(120,148,149)
#6D8687
(109,134,135)
#627879
(98,120,121)
#576A6B
(87,106,107)
#4C5C5D
(76,92,93)
#414E4F
(65,78,79)
#364041
(54,64,65)
#2B3233
(43,50,51)
#202425
(32,36,37)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #83A2A3

#83A2A3
(131,162,163)
#8EAAAB
(142,170,171)
#99B2B3
(153,178,179)
#A4BABB
(164,186,187)
#AFC2C3
(175,194,195)
#BACACB
(186,202,203)
#C5D2D3
(197,210,211)
#D0DADB
(208,218,219)
#DBE2E3
(219,226,227)
#E6EAEB
(230,234,235)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A2A3; }

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

This text font color is #83A2A3.

Background Color

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

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

This div background color is #83A2A3.

Border color

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

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

This div border color is #83A2A3.

Opacity

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

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

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

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

This text has shadow with #83A2A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A2A3.

Preview

Color preview on black background

This text has color #83A2A3 on black background.


Color preview on white background

This text has color #83A2A3 on white background.


Black color preview on #83A2A3 background

This text has black color on #83A2A3 background.


White color preview on #83A2A3 background

This text has white color on #83A2A3 background.


Related colors

Complementary color

Complementary color for #hex is #7C5D5C.


I love getcolorcode.com

Triadic colors

1 #A383A2 and #A2A383 with #83A2A3 are triadic colors.

2 #A3A283 and #A283A3 with #83A2A3 are triadic colors.