COLOR #83B19E

HEX: #83B19E
RGB: (131,177,158)

Color info

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

RGB color model

#83B19E color RGB value is (131,177,158).

  • red value is 131;
  • green value is 177;
  • blue value is 158.
RGB:
(131,177,158)
(51%,69%,62%)

RGB channels and saturation

R 131 of 255 = 51%
G 177 of 255 = 69%
B 158 of 255 = 62%

131
177
158

R + G + B ~ 61%. #83B19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 177 + 158 = 466 (100%)
R 131 of 466 ~ 28.11%
G 177 of 466 ~ 37.98%
B 158 of 466 ~ 33.91%

%28.11
%37.98
%33.91

CMYK color model

#83B19E color CMYK value is (26,0,11,31).

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 30.59%
CMYK:
(26,0,11,31)
C26M0Y11K31 
(26%,0%,11%,31%)
(0.26/0.00/0.11/0.31)	

CMYK percentages

%25.99
%0
%10.73
%30.59

Codes

Color #83B19E in popluar color models

83B19E
RGB131177158
HSL155°22.77%60.39%
HSB/HSV155°25.99%69.41%
CMYK25.99%0.00%10.73%
30.59%

Color #83B19E in popluar number systems.

HEX83B19E
Decimal131177158
Binary100000111011000110011110
Octal203261236

Shades and tints

Shades of #83B19E

#83B19E
(131,177,158)
#78A190
(120,161,144)
#6D9182
(109,145,130)
#628174
(98,129,116)
#577166
(87,113,102)
#4C6158
(76,97,88)
#41514A
(65,81,74)
#36413C
(54,65,60)
#2B312E
(43,49,46)
#202120
(32,33,32)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #83B19E

#83B19E
(131,177,158)
#8EB8A6
(142,184,166)
#99BFAE
(153,191,174)
#A4C6B6
(164,198,182)
#AFCDBE
(175,205,190)
#BAD4C6
(186,212,198)
#C5DBCE
(197,219,206)
#D0E2D6
(208,226,214)
#DBE9DE
(219,233,222)
#E6F0E6
(230,240,230)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B19E color. Also use rgb(131,177,158) instead hex code.

Text Font Color

.myTextColor { color: #83B19E; }

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

This text font color is #83B19E.


Background Color

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

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

This div background color is #83B19E.


Border color

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

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

This div border color is #83B19E.


Opacity

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

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

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

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

This text has shadow with #83B19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B19E on black background.


Color preview on white background

This text has color #83B19E on white background.



Black color preview on #83B19E background

This text has black color on #83B19E background.


White color preview on #83B19E background

This text has white color on #83B19E background.