COLOR #83B089

HEX: #83B089 RGB: (131,176,137)

Color info

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

RGB color model

#83B089 color RGB value is (131,176,137).

RGB: (131,176,137) (51%, 69%, 54%)

RGB channels and saturation

R 131 of 255 = 51%
G 176 of 255 = 69%
B 137 of 255 = 54%

131
176
137

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

Portions of RGB colors in percentages

R + G + B = 131 + 176 + 137 = 444 (100%)
R 131 of 444 ~ 29.5%
G 176 of 444 ~ 39.64%
B 137 of 444 ~ 30.86'%

%29.5
%39.64
%30.86

CMYK color model

#83B089 color CMYK value is (26,0,22,31).

  • cyan value is 25.57%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 30.98%
CMYK: (26,0,22,31) C26M0Y22K31 (26%,0%,22%,31%) (0.26/0.00/0.22/0.31) 

CMYK percentages

%25.57
%0
%22.16
%30.98

Codes

Color #83B089 in popluar color models

83 B0 89
RGB 131 176 137
HSL 128° 22.17% 60.20%
HSB/HSV 128° 25.57% 69.02%
CMYK 25.57% 0.00% 22.16%
30.98%

Color #83B089 in popluar number systems.

HEX 83 B0 89
Decimal 131 176 137
Binary 10000011 10110000 10001001
Octal 203 260 211

Shades and tints

Shades of #83B089

#83B089
(131,176,137)
#78A07D
(120,160,125)
#6D9071
(109,144,113)
#628065
(98,128,101)
#577059
(87,112,89)
#4C604D
(76,96,77)
#415041
(65,80,65)
#364035
(54,64,53)
#2B3029
(43,48,41)
#20201D
(32,32,29)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #83B089

#83B089
(131,176,137)
#8EB793
(142,183,147)
#99BE9D
(153,190,157)
#A4C5A7
(164,197,167)
#AFCCB1
(175,204,177)
#BAD3BB
(186,211,187)
#C5DAC5
(197,218,197)
#D0E1CF
(208,225,207)
#DBE8D9
(219,232,217)
#E6EFE3
(230,239,227)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B089 color. Also use rgb(131,176,137) instead hex code.

Text Font Color

.myTextColor { color: #83B089; }

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

This text font color is #83B089.

Background Color

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

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

This div background color is #83B089.

Border color

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

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

This div border color is #83B089.

Opacity

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

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

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

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

This text has shadow with #83B089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B089.

Preview

Color preview on black background

This text has color #83B089 on black background.


Color preview on white background

This text has color #83B089 on white background.


Black color preview on #83B089 background

This text has black color on #83B089 background.


White color preview on #83B089 background

This text has white color on #83B089 background.


Related colors

Complementary color

Complementary color for #hex is #7C4F76.


I love getcolorcode.com

Triadic colors

1 #8983B0 and #B08983 with #83B089 are triadic colors.

2 #89B083 and #B08389 with #83B089 are triadic colors.