COLOR #83ADA0

HEX: #83ADA0
RGB: (131,173,160)

Color info

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

RGB color model

#83ADA0 color RGB value is (131,173,160).

  • red value is 131;
  • green value is 173;
  • blue value is 160.
RGB:
(131,173,160)
(51%,68%,63%)

RGB channels and saturation

R 131 of 255 = 51%
G 173 of 255 = 68%
B 160 of 255 = 63%

131
173
160

R + G + B ~ 61%. #83ADA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 173 + 160 = 464 (100%)
R 131 of 464 ~ 28.23%
G 173 of 464 ~ 37.28%
B 160 of 464 ~ 34.48%

%28.23
%37.28
%34.48

CMYK color model

#83ADA0 color CMYK value is (24,0,8,32).

  • cyan value is 24.28%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 32.16%
CMYK:
(24,0,8,32)
C24M0Y8K32 
(24%,0%,8%,32%)
(0.24/0.00/0.08/0.32)	

CMYK percentages

%24.28
%0
%7.51
%32.16

Codes

Color #83ADA0 in popluar color models

83ADA0
RGB131173160
HSL161°20.39%59.61%
HSB/HSV161°24.28%67.84%
CMYK24.28%0.00%7.51%
32.16%

Color #83ADA0 in popluar number systems.

HEX83ADA0
Decimal131173160
Binary100000111010110110100000
Octal203255240

Shades and tints

Shades of #83ADA0

#83ADA0
(131,173,160)
#789E92
(120,158,146)
#6D8F84
(109,143,132)
#628076
(98,128,118)
#577168
(87,113,104)
#4C625A
(76,98,90)
#41534C
(65,83,76)
#36443E
(54,68,62)
#2B3530
(43,53,48)
#202622
(32,38,34)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #83ADA0

#83ADA0
(131,173,160)
#8EB4A8
(142,180,168)
#99BBB0
(153,187,176)
#A4C2B8
(164,194,184)
#AFC9C0
(175,201,192)
#BAD0C8
(186,208,200)
#C5D7D0
(197,215,208)
#D0DED8
(208,222,216)
#DBE5E0
(219,229,224)
#E6ECE8
(230,236,232)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83ADA0; }

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

This text font color is #83ADA0.


Background Color

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

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

This div background color is #83ADA0.


Border color

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

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

This div border color is #83ADA0.


Opacity

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

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

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

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

This text has shadow with #83ADA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83ADA0 on black background.


Color preview on white background

This text has color #83ADA0 on white background.



Black color preview on #83ADA0 background

This text has black color on #83ADA0 background.


White color preview on #83ADA0 background

This text has white color on #83ADA0 background.