COLOR #83BE93

HEX: #83BE93
RGB: (131,190,147)

Color info

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

RGB color model

#83BE93 color RGB value is (131,190,147).

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

RGB channels and saturation

R 131 of 255 = 51%
G 190 of 255 = 75%
B 147 of 255 = 58%

131
190
147

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

Portions of RGB colors in percentages

R + G + B =
131 + 190 + 147 = 468 (100%)
R 131 of 468 ~ 27.99%
G 190 of 468 ~ 40.6%
B 147 of 468 ~ 31.41%

%27.99
%40.6
%31.41

CMYK color model

#83BE93 color CMYK value is (31,0,23,25).

  • cyan value is 31.05%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(31,0,23,25)
C31M0Y23K25 
(31%,0%,23%,25%)
(0.31/0.00/0.23/0.25)	

CMYK percentages

%31.05
%0
%22.63
%25.49

Codes

Color #83BE93 in popluar color models

83BE93
RGB131190147
HSL136°31.22%62.94%
HSB/HSV136°31.05%74.51%
CMYK31.05%0.00%22.63%
25.49%

Color #83BE93 in popluar number systems.

HEX83BE93
Decimal131190147
Binary100000111011111010010011
Octal203276223

Shades and tints

Shades of #83BE93

#83BE93
(131,190,147)
#78AD86
(120,173,134)
#6D9C79
(109,156,121)
#628B6C
(98,139,108)
#577A5F
(87,122,95)
#4C6952
(76,105,82)
#415845
(65,88,69)
#364738
(54,71,56)
#2B362B
(43,54,43)
#20251E
(32,37,30)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #83BE93

#83BE93
(131,190,147)
#8EC39C
(142,195,156)
#99C8A5
(153,200,165)
#A4CDAE
(164,205,174)
#AFD2B7
(175,210,183)
#BAD7C0
(186,215,192)
#C5DCC9
(197,220,201)
#D0E1D2
(208,225,210)
#DBE6DB
(219,230,219)
#E6EBE4
(230,235,228)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BE93; }

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

This text font color is #83BE93.


Background Color

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

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

This div background color is #83BE93.


Border color

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

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

This div border color is #83BE93.


Opacity

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

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

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

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

This text has shadow with #83BE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BE93 on black background.


Color preview on white background

This text has color #83BE93 on white background.



Black color preview on #83BE93 background

This text has black color on #83BE93 background.


White color preview on #83BE93 background

This text has white color on #83BE93 background.