COLOR #83B096

HEX: #83B096
RGB: (131,176,150)

Color info

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

RGB color model

#83B096 color RGB value is (131,176,150).

  • red value is 131;
  • green value is 176;
  • blue value is 150.
RGB:
(131,176,150)
(51%,69%,59%)

RGB channels and saturation

R 131 of 255 = 51%
G 176 of 255 = 69%
B 150 of 255 = 59%

131
176
150

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

Portions of RGB colors in percentages

R + G + B =
131 + 176 + 150 = 457 (100%)
R 131 of 457 ~ 28.67%
G 176 of 457 ~ 38.51%
B 150 of 457 ~ 32.82%

%28.67
%38.51
%32.82

CMYK color model

#83B096 color CMYK value is (26,0,15,31).

  • cyan value is 25.57%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 30.98%
CMYK:
(26,0,15,31)
C26M0Y15K31 
(26%,0%,15%,31%)
(0.26/0.00/0.15/0.31)	

CMYK percentages

%25.57
%0
%14.77
%30.98

Codes

Color #83B096 in popluar color models

83B096
RGB131176150
HSL145°22.17%60.20%
HSB/HSV145°25.57%69.02%
CMYK25.57%0.00%14.77%
30.98%

Color #83B096 in popluar number systems.

HEX83B096
Decimal131176150
Binary100000111011000010010110
Octal203260226

Shades and tints

Shades of #83B096

#83B096
(131,176,150)
#78A089
(120,160,137)
#6D907C
(109,144,124)
#62806F
(98,128,111)
#577062
(87,112,98)
#4C6055
(76,96,85)
#415048
(65,80,72)
#36403B
(54,64,59)
#2B302E
(43,48,46)
#202021
(32,32,33)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #83B096

#83B096
(131,176,150)
#8EB79F
(142,183,159)
#99BEA8
(153,190,168)
#A4C5B1
(164,197,177)
#AFCCBA
(175,204,186)
#BAD3C3
(186,211,195)
#C5DACC
(197,218,204)
#D0E1D5
(208,225,213)
#DBE8DE
(219,232,222)
#E6EFE7
(230,239,231)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B096; }

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

This text font color is #83B096.


Background Color

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

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

This div background color is #83B096.


Border color

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

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

This div border color is #83B096.


Opacity

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

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

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

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

This text has shadow with #83B096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B096 on black background.


Color preview on white background

This text has color #83B096 on white background.



Black color preview on #83B096 background

This text has black color on #83B096 background.


White color preview on #83B096 background

This text has white color on #83B096 background.