COLOR #83BF7D

HEX: #83BF7D
RGB: (131,191,125)

Color info

#83BF7D contains mainly green color. Web safe color of #83BF7D is #99CC66 (or #9C6).

RGB color model

#83BF7D color RGB value is (131,191,125).

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

RGB channels and saturation

R 131 of 255 = 51%
G 191 of 255 = 75%
B 125 of 255 = 49%

131
191
125

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

Portions of RGB colors in percentages

R + G + B =
131 + 191 + 125 = 447 (100%)
R 131 of 447 ~ 29.31%
G 191 of 447 ~ 42.73%
B 125 of 447 ~ 27.96%

%29.31
%42.73
%27.96

CMYK color model

#83BF7D color CMYK value is (31,0,35,25).

  • cyan value is 31.41%
  • magenta value is 0.00%
  • yellow value is 34.55%
  • key color value is 25.10%
CMYK:
(31,0,35,25)
C31M0Y35K25 
(31%,0%,35%,25%)
(0.31/0.00/0.35/0.25)	

CMYK percentages

%31.41
%0
%34.55
%25.1

Codes

Color #83BF7D in popluar color models

83BF7D
RGB131191125
HSL115°34.02%61.96%
HSB/HSV115°34.55%74.90%
CMYK31.41%0.00%34.55%
25.10%

Color #83BF7D in popluar number systems.

HEX83BF7D
Decimal131191125
Binary10000011101111111111101
Octal203277175

Shades and tints

Shades of #83BF7D

#83BF7D
(131,191,125)
#78AE72
(120,174,114)
#6D9D67
(109,157,103)
#628C5C
(98,140,92)
#577B51
(87,123,81)
#4C6A46
(76,106,70)
#41593B
(65,89,59)
#364830
(54,72,48)
#2B3725
(43,55,37)
#20261A
(32,38,26)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #83BF7D

#83BF7D
(131,191,125)
#8EC488
(142,196,136)
#99C993
(153,201,147)
#A4CE9E
(164,206,158)
#AFD3A9
(175,211,169)
#BAD8B4
(186,216,180)
#C5DDBF
(197,221,191)
#D0E2CA
(208,226,202)
#DBE7D5
(219,231,213)
#E6ECE0
(230,236,224)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BF7D; }

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

This text font color is #83BF7D.


Background Color

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

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

This div background color is #83BF7D.


Border color

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

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

This div border color is #83BF7D.


Opacity

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

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

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

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

This text has shadow with #83BF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BF7D on black background.


Color preview on white background

This text has color #83BF7D on white background.



Black color preview on #83BF7D background

This text has black color on #83BF7D background.


White color preview on #83BF7D background

This text has white color on #83BF7D background.