COLOR #83B088

HEX: #83B088
RGB: (131,176,136)

Color info

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

RGB color model

#83B088 color RGB value is (131,176,136).

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

RGB channels and saturation

R 131 of 255 = 51%
G 176 of 255 = 69%
B 136 of 255 = 53%

131
176
136

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

Portions of RGB colors in percentages

R + G + B =
131 + 176 + 136 = 443 (100%)
R 131 of 443 ~ 29.57%
G 176 of 443 ~ 39.73%
B 136 of 443 ~ 30.7%

%29.57
%39.73
%30.7

CMYK color model

#83B088 color CMYK value is (26,0,23,31).

  • cyan value is 25.57%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 30.98%
CMYK:
(26,0,23,31)
C26M0Y23K31 
(26%,0%,23%,31%)
(0.26/0.00/0.23/0.31)	

CMYK percentages

%25.57
%0
%22.73
%30.98

Codes

Color #83B088 in popluar color models

83B088
RGB131176136
HSL127°22.17%60.20%
HSB/HSV127°25.57%69.02%
CMYK25.57%0.00%22.73%
30.98%

Color #83B088 in popluar number systems.

HEX83B088
Decimal131176136
Binary100000111011000010001000
Octal203260210

Shades and tints

Shades of #83B088

#83B088
(131,176,136)
#78A07C
(120,160,124)
#6D9070
(109,144,112)
#628064
(98,128,100)
#577058
(87,112,88)
#4C604C
(76,96,76)
#415040
(65,80,64)
#364034
(54,64,52)
#2B3028
(43,48,40)
#20201C
(32,32,28)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #83B088

#83B088
(131,176,136)
#8EB792
(142,183,146)
#99BE9C
(153,190,156)
#A4C5A6
(164,197,166)
#AFCCB0
(175,204,176)
#BAD3BA
(186,211,186)
#C5DAC4
(197,218,196)
#D0E1CE
(208,225,206)
#DBE8D8
(219,232,216)
#E6EFE2
(230,239,226)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B088; }

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

This text font color is #83B088.


Background Color

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

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

This div background color is #83B088.


Border color

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

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

This div border color is #83B088.


Opacity

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

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

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

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

This text has shadow with #83B088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B088 on black background.


Color preview on white background

This text has color #83B088 on white background.



Black color preview on #83B088 background

This text has black color on #83B088 background.


White color preview on #83B088 background

This text has white color on #83B088 background.