COLOR #83B08B

HEX: #83B08B RGB: (131,176,139)

Color info

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

RGB color model

#83B08B color RGB value is (131,176,139).

RGB: (131,176,139) (51%, 69%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 176 of 255 = 69%
B 139 of 255 = 55%

131
176
139

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

Portions of RGB colors in percentages

R + G + B = 131 + 176 + 139 = 446 (100%)
R 131 of 446 ~ 29.37%
G 176 of 446 ~ 39.46%
B 139 of 446 ~ 31.17'%

%29.37
%39.46
%31.17

CMYK color model

#83B08B color CMYK value is (26,0,21,31).

  • cyan value is 25.57%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 30.98%

CMYK: (26,0,21,31)
C26M0Y21K31 (26%, 0%, 21%, 31%)
(0.26 / 0.00 / 0.21 / 0.31)

CMYK percentages

%25.57
%0
%21.02
%30.98

Codes

Color #83B08B in popluar color models

83 B0 8B
RGB 131 176 139
HSL 131° 22.17% 60.20%
HSB/HSV 131° 25.57% 69.02%
CMYK 25.57% 0.00% 21.02%
30.98%

Color #83B08B in popluar number systems.

HEX 83 B0 8B
Decimal 131 176 139
Binary 10000011 10110000 10001011
Octal 203 260 213

Shades and tints

Shades of #83B08B

#83B08B
(131,176,139)
#78A07F
(120,160,127)
#6D9073
(109,144,115)
#628067
(98,128,103)
#57705B
(87,112,91)
#4C604F
(76,96,79)
#415043
(65,80,67)
#364037
(54,64,55)
#2B302B
(43,48,43)
#20201F
(32,32,31)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #83B08B

#83B08B
(131,176,139)
#8EB795
(142,183,149)
#99BE9F
(153,190,159)
#A4C5A9
(164,197,169)
#AFCCB3
(175,204,179)
#BAD3BD
(186,211,189)
#C5DAC7
(197,218,199)
#D0E1D1
(208,225,209)
#DBE8DB
(219,232,219)
#E6EFE5
(230,239,229)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B08B; }

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

This text font color is #83B08B.

Background Color

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

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

This div background color is #83B08B.

Border color

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

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

This div border color is #83B08B.

Opacity

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

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

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

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

This text has shadow with #83B08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B08B.

Preview

Color preview on black background

This text has color #83B08B on black background.


Color preview on white background

This text has color #83B08B on white background.


Black color preview on #83B08B background

This text has black color on #83B08B background.


White color preview on #83B08B background

This text has white color on #83B08B background.


Related colors

Complementary color

Complementary color for #hex is #7C4F74.


I love getcolorcode.com

Triadic colors

1 #8B83B0 and #B08B83 with #83B08B are triadic colors.

2 #8BB083 and #B0838B with #83B08B are triadic colors.