COLOR #83BF91

HEX: #83BF91
RGB: (131,191,145)

Color info

#83BF91 contains mainly green and blue colors. Web safe color of #83BF91 is #99CC99 (or #9C9).

RGB color model

#83BF91 color RGB value is (131,191,145).

  • red value is 131;
  • green value is 191;
  • blue value is 145.
RGB:
(131,191,145)
(51%,75%,57%)

RGB channels and saturation

R 131 of 255 = 51%
G 191 of 255 = 75%
B 145 of 255 = 57%

131
191
145

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

Portions of RGB colors in percentages

R + G + B =
131 + 191 + 145 = 467 (100%)
R 131 of 467 ~ 28.05%
G 191 of 467 ~ 40.9%
B 145 of 467 ~ 31.05%

%28.05
%40.9
%31.05

CMYK color model

#83BF91 color CMYK value is (31,0,24,25).

  • cyan value is 31.41%
  • magenta value is 0.00%
  • yellow value is 24.08%
  • key color value is 25.10%
CMYK:
(31,0,24,25)
C31M0Y24K25 
(31%,0%,24%,25%)
(0.31/0.00/0.24/0.25)	

CMYK percentages

%31.41
%0
%24.08
%25.1

Codes

Color #83BF91 in popluar color models

83BF91
RGB131191145
HSL134°31.91%63.14%
HSB/HSV134°31.41%74.90%
CMYK31.41%0.00%24.08%
25.10%

Color #83BF91 in popluar number systems.

HEX83BF91
Decimal131191145
Binary100000111011111110010001
Octal203277221

Shades and tints

Shades of #83BF91

#83BF91
(131,191,145)
#78AE84
(120,174,132)
#6D9D77
(109,157,119)
#628C6A
(98,140,106)
#577B5D
(87,123,93)
#4C6A50
(76,106,80)
#415943
(65,89,67)
#364836
(54,72,54)
#2B3729
(43,55,41)
#20261C
(32,38,28)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #83BF91

#83BF91
(131,191,145)
#8EC49B
(142,196,155)
#99C9A5
(153,201,165)
#A4CEAF
(164,206,175)
#AFD3B9
(175,211,185)
#BAD8C3
(186,216,195)
#C5DDCD
(197,221,205)
#D0E2D7
(208,226,215)
#DBE7E1
(219,231,225)
#E6ECEB
(230,236,235)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BF91 color. Also use rgb(131,191,145) instead hex code.

Text Font Color

.myTextColor { color: #83BF91; }

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

This text font color is #83BF91.


Background Color

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

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

This div background color is #83BF91.


Border color

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

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

This div border color is #83BF91.


Opacity

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

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

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

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

This text has shadow with #83BF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BF91 on black background.


Color preview on white background

This text has color #83BF91 on white background.



Black color preview on #83BF91 background

This text has black color on #83BF91 background.


White color preview on #83BF91 background

This text has white color on #83BF91 background.