COLOR #83AD9C

HEX: #83AD9C
RGB: (131,173,156)

Color info

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

RGB color model

#83AD9C color RGB value is (131,173,156).

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

RGB channels and saturation

R 131 of 255 = 51%
G 173 of 255 = 68%
B 156 of 255 = 61%

131
173
156

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

Portions of RGB colors in percentages

R + G + B =
131 + 173 + 156 = 460 (100%)
R 131 of 460 ~ 28.48%
G 173 of 460 ~ 37.61%
B 156 of 460 ~ 33.91%

%28.48
%37.61
%33.91

CMYK color model

#83AD9C color CMYK value is (24,0,10,32).

  • cyan value is 24.28%
  • magenta value is 0.00%
  • yellow value is 9.83%
  • key color value is 32.16%
CMYK:
(24,0,10,32)
C24M0Y10K32 
(24%,0%,10%,32%)
(0.24/0.00/0.10/0.32)	

CMYK percentages

%24.28
%0
%9.83
%32.16

Codes

Color #83AD9C in popluar color models

83AD9C
RGB131173156
HSL156°20.39%59.61%
HSB/HSV156°24.28%67.84%
CMYK24.28%0.00%9.83%
32.16%

Color #83AD9C in popluar number systems.

HEX83AD9C
Decimal131173156
Binary100000111010110110011100
Octal203255234

Shades and tints

Shades of #83AD9C

#83AD9C
(131,173,156)
#789E8E
(120,158,142)
#6D8F80
(109,143,128)
#628072
(98,128,114)
#577164
(87,113,100)
#4C6256
(76,98,86)
#415348
(65,83,72)
#36443A
(54,68,58)
#2B352C
(43,53,44)
#20261E
(32,38,30)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #83AD9C

#83AD9C
(131,173,156)
#8EB4A5
(142,180,165)
#99BBAE
(153,187,174)
#A4C2B7
(164,194,183)
#AFC9C0
(175,201,192)
#BAD0C9
(186,208,201)
#C5D7D2
(197,215,210)
#D0DEDB
(208,222,219)
#DBE5E4
(219,229,228)
#E6ECED
(230,236,237)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AD9C; }

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

This text font color is #83AD9C.


Background Color

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

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

This div background color is #83AD9C.


Border color

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

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

This div border color is #83AD9C.


Opacity

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

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

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

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

This text has shadow with #83AD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AD9C on black background.


Color preview on white background

This text has color #83AD9C on white background.



Black color preview on #83AD9C background

This text has black color on #83AD9C background.


White color preview on #83AD9C background

This text has white color on #83AD9C background.