COLOR #83A89B

HEX: #83A89B RGB: (131,168,155)

Color info

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

RGB color model

#83A89B color RGB value is (131,168,155).

RGB: (131,168,155) (51%, 66%, 61%)

RGB channels and saturation

R 131 of 255 = 51%
G 168 of 255 = 66%
B 155 of 255 = 61%

131
168
155

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

Portions of RGB colors in percentages

R + G + B = 131 + 168 + 155 = 454 (100%)
R 131 of 454 ~ 28.85%
G 168 of 454 ~ 37%
B 155 of 454 ~ 34.14'%

%28.85
%37
%34.14

CMYK color model

#83A89B color CMYK value is (22,0,8,34).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 7.74%
  • key color value is 34.12%

CMYK: (22,0,8,34)
C22M0Y8K34 (22%, 0%, 8%, 34%)
(0.22 / 0.00 / 0.08 / 0.34)

CMYK percentages

%22.02
%0
%7.74
%34.12

Codes

Color #83A89B in popluar color models

83 A8 9B
RGB 131 168 155
HSL 159° 17.54% 58.63%
HSB/HSV 159° 22.02% 65.88%
CMYK 22.02% 0.00% 7.74%
34.12%

Color #83A89B in popluar number systems.

HEX 83 A8 9B
Decimal 131 168 155
Binary 10000011 10101000 10011011
Octal 203 250 233

Shades and tints

Shades of #83A89B

#83A89B
(131,168,155)
#78998D
(120,153,141)
#6D8A7F
(109,138,127)
#627B71
(98,123,113)
#576C63
(87,108,99)
#4C5D55
(76,93,85)
#414E47
(65,78,71)
#363F39
(54,63,57)
#2B302B
(43,48,43)
#20211D
(32,33,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #83A89B

#83A89B
(131,168,155)
#8EAFA4
(142,175,164)
#99B6AD
(153,182,173)
#A4BDB6
(164,189,182)
#AFC4BF
(175,196,191)
#BACBC8
(186,203,200)
#C5D2D1
(197,210,209)
#D0D9DA
(208,217,218)
#DBE0E3
(219,224,227)
#E6E7EC
(230,231,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A89B; }

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

This text font color is #83A89B.

Background Color

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

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

This div background color is #83A89B.

Border color

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

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

This div border color is #83A89B.

Opacity

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

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

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

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

This text has shadow with #83A89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A89B.

Preview

Color preview on black background

This text has color #83A89B on black background.


Color preview on white background

This text has color #83A89B on white background.


Black color preview on #83A89B background

This text has black color on #83A89B background.


White color preview on #83A89B background

This text has white color on #83A89B background.


Related colors

Complementary color

Complementary color for #hex is #7C5764.


I love getcolorcode.com

Triadic colors

1 #9B83A8 and #A89B83 with #83A89B are triadic colors.

2 #9BA883 and #A8839B with #83A89B are triadic colors.