COLOR #83AD9B

HEX: #83AD9B RGB: (131,173,155)

Color info

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

RGB color model

#83AD9B color RGB value is (131,173,155).

RGB: (131,173,155) (51%, 68%, 61%)

RGB channels and saturation

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

131
173
155

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

Portions of RGB colors in percentages

R + G + B = 131 + 173 + 155 = 459 (100%)
R 131 of 459 ~ 28.54%
G 173 of 459 ~ 37.69%
B 155 of 459 ~ 33.77'%

%28.54
%37.69
%33.77

CMYK color model

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

  • cyan value is 24.28%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • 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
%10.4
%32.16

Codes

Color #83AD9B in popluar color models

83 AD 9B
RGB 131 173 155
HSL 154° 20.39% 59.61%
HSB/HSV 154° 24.28% 67.84%
CMYK 24.28% 0.00% 10.40%
32.16%

Color #83AD9B in popluar number systems.

HEX 83 AD 9B
Decimal 131 173 155
Binary 10000011 10101101 10011011
Octal 203 255 233

Shades and tints

Shades of #83AD9B

#83AD9B
(131,173,155)
#789E8D
(120,158,141)
#6D8F7F
(109,143,127)
#628071
(98,128,113)
#577163
(87,113,99)
#4C6255
(76,98,85)
#415347
(65,83,71)
#364439
(54,68,57)
#2B352B
(43,53,43)
#20261D
(32,38,29)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #83AD9B

#83AD9B
(131,173,155)
#8EB4A4
(142,180,164)
#99BBAD
(153,187,173)
#A4C2B6
(164,194,182)
#AFC9BF
(175,201,191)
#BAD0C8
(186,208,200)
#C5D7D1
(197,215,209)
#D0DEDA
(208,222,218)
#DBE5E3
(219,229,227)
#E6ECEC
(230,236,236)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AD9B; }

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

This text font color is #83AD9B.

Background Color

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

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

This div background color is #83AD9B.

Border color

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

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

This div border color is #83AD9B.

Opacity

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

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

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

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

This text has shadow with #83AD9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AD9B.

Preview

Color preview on black background

This text has color #83AD9B on black background.


Color preview on white background

This text has color #83AD9B on white background.


Black color preview on #83AD9B background

This text has black color on #83AD9B background.


White color preview on #83AD9B background

This text has white color on #83AD9B background.


Related colors

Complementary color

Complementary color for #hex is #7C5264.


I love getcolorcode.com

Triadic colors

1 #9B83AD and #AD9B83 with #83AD9B are triadic colors.

2 #9BAD83 and #AD839B with #83AD9B are triadic colors.