COLOR #83BE97

HEX: #83BE97
RGB: (131,190,151)

Color info

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

RGB color model

#83BE97 color RGB value is (131,190,151).

  • red value is 131;
  • green value is 190;
  • blue value is 151.
RGB:
(131,190,151)
(51%,75%,59%)

RGB channels and saturation

R 131 of 255 = 51%
G 190 of 255 = 75%
B 151 of 255 = 59%

131
190
151

R + G + B ~ 62%. #83BE97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 190 + 151 = 472 (100%)
R 131 of 472 ~ 27.75%
G 190 of 472 ~ 40.25%
B 151 of 472 ~ 31.99%

%27.75
%40.25
%31.99

CMYK color model

#83BE97 color CMYK value is (31,0,21,25).

  • cyan value is 31.05%
  • magenta value is 0.00%
  • yellow value is 20.53%
  • key color value is 25.49%
CMYK:
(31,0,21,25)
C31M0Y21K25 
(31%,0%,21%,25%)
(0.31/0.00/0.21/0.25)	

CMYK percentages

%31.05
%0
%20.53
%25.49

Codes

Color #83BE97 in popluar color models

83BE97
RGB131190151
HSL140°31.22%62.94%
HSB/HSV140°31.05%74.51%
CMYK31.05%0.00%20.53%
25.49%

Color #83BE97 in popluar number systems.

HEX83BE97
Decimal131190151
Binary100000111011111010010111
Octal203276227

Shades and tints

Shades of #83BE97

#83BE97
(131,190,151)
#78AD8A
(120,173,138)
#6D9C7D
(109,156,125)
#628B70
(98,139,112)
#577A63
(87,122,99)
#4C6956
(76,105,86)
#415849
(65,88,73)
#36473C
(54,71,60)
#2B362F
(43,54,47)
#202522
(32,37,34)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #83BE97

#83BE97
(131,190,151)
#8EC3A0
(142,195,160)
#99C8A9
(153,200,169)
#A4CDB2
(164,205,178)
#AFD2BB
(175,210,187)
#BAD7C4
(186,215,196)
#C5DCCD
(197,220,205)
#D0E1D6
(208,225,214)
#DBE6DF
(219,230,223)
#E6EBE8
(230,235,232)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BE97 color. Also use rgb(131,190,151) instead hex code.

Text Font Color

.myTextColor { color: #83BE97; }

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

This text font color is #83BE97.


Background Color

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

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

This div background color is #83BE97.


Border color

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

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

This div border color is #83BE97.


Opacity

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

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

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

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

This text has shadow with #83BE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BE97 on black background.


Color preview on white background

This text has color #83BE97 on white background.



Black color preview on #83BE97 background

This text has black color on #83BE97 background.


White color preview on #83BE97 background

This text has white color on #83BE97 background.