COLOR #83B992

HEX: #83B992
RGB: (131,185,146)

Color info

#83B992 contains red, green and blue colors in about the same proportion. Web safe color of #83B992 is #99CC99 (or #9C9).

RGB color model

#83B992 color RGB value is (131,185,146).

  • red value is 131;
  • green value is 185;
  • blue value is 146.
RGB:
(131,185,146)
(51%,73%,57%)

RGB channels and saturation

R 131 of 255 = 51%
G 185 of 255 = 73%
B 146 of 255 = 57%

131
185
146

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

Portions of RGB colors in percentages

R + G + B =
131 + 185 + 146 = 462 (100%)
R 131 of 462 ~ 28.35%
G 185 of 462 ~ 40.04%
B 146 of 462 ~ 31.6%

%28.35
%40.04
%31.6

CMYK color model

#83B992 color CMYK value is (29,0,21,27).

  • cyan value is 29.19%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 27.45%
CMYK:
(29,0,21,27)
C29M0Y21K27 
(29%,0%,21%,27%)
(0.29/0.00/0.21/0.27)	

CMYK percentages

%29.19
%0
%21.08
%27.45

Codes

Color #83B992 in popluar color models

83B992
RGB131185146
HSL137°27.84%61.96%
HSB/HSV137°29.19%72.55%
CMYK29.19%0.00%21.08%
27.45%

Color #83B992 in popluar number systems.

HEX83B992
Decimal131185146
Binary100000111011100110010010
Octal203271222

Shades and tints

Shades of #83B992

#83B992
(131,185,146)
#78A985
(120,169,133)
#6D9978
(109,153,120)
#62896B
(98,137,107)
#57795E
(87,121,94)
#4C6951
(76,105,81)
#415944
(65,89,68)
#364937
(54,73,55)
#2B392A
(43,57,42)
#20291D
(32,41,29)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #83B992

#83B992
(131,185,146)
#8EBF9B
(142,191,155)
#99C5A4
(153,197,164)
#A4CBAD
(164,203,173)
#AFD1B6
(175,209,182)
#BAD7BF
(186,215,191)
#C5DDC8
(197,221,200)
#D0E3D1
(208,227,209)
#DBE9DA
(219,233,218)
#E6EFE3
(230,239,227)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B992 color. Also use rgb(131,185,146) instead hex code.

Text Font Color

.myTextColor { color: #83B992; }

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

This text font color is #83B992.


Background Color

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

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

This div background color is #83B992.


Border color

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

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

This div border color is #83B992.


Opacity

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

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

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

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

This text has shadow with #83B992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B992 on black background.


Color preview on white background

This text has color #83B992 on white background.



Black color preview on #83B992 background

This text has black color on #83B992 background.


White color preview on #83B992 background

This text has white color on #83B992 background.