COLOR #83B06E

HEX: #83B06E
RGB: (131,176,110)

Color info

#83B06E contains mainly red and green colors. Web safe color of #83B06E is #999966 (or #996).

RGB color model

#83B06E color RGB value is (131,176,110).

  • red value is 131;
  • green value is 176;
  • blue value is 110.
RGB:
(131,176,110)
(51%,69%,43%)

RGB channels and saturation

R 131 of 255 = 51%
G 176 of 255 = 69%
B 110 of 255 = 43%

131
176
110

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

Portions of RGB colors in percentages

R + G + B =
131 + 176 + 110 = 417 (100%)
R 131 of 417 ~ 31.41%
G 176 of 417 ~ 42.21%
B 110 of 417 ~ 26.38%

%31.41
%42.21
%26.38

CMYK color model

#83B06E color CMYK value is (26,0,38,31).

  • cyan value is 25.57%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 30.98%
CMYK:
(26,0,38,31)
C26M0Y38K31 
(26%,0%,38%,31%)
(0.26/0.00/0.38/0.31)	

CMYK percentages

%25.57
%0
%37.5
%30.98

Codes

Color #83B06E in popluar color models

83B06E
RGB131176110
HSL101°29.46%56.08%
HSB/HSV101°37.50%69.02%
CMYK25.57%0.00%37.50%
30.98%

Color #83B06E in popluar number systems.

HEX83B06E
Decimal131176110
Binary10000011101100001101110
Octal203260156

Shades and tints

Shades of #83B06E

#83B06E
(131,176,110)
#78A064
(120,160,100)
#6D905A
(109,144,90)
#628050
(98,128,80)
#577046
(87,112,70)
#4C603C
(76,96,60)
#415032
(65,80,50)
#364028
(54,64,40)
#2B301E
(43,48,30)
#202014
(32,32,20)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #83B06E

#83B06E
(131,176,110)
#8EB77B
(142,183,123)
#99BE88
(153,190,136)
#A4C595
(164,197,149)
#AFCCA2
(175,204,162)
#BAD3AF
(186,211,175)
#C5DABC
(197,218,188)
#D0E1C9
(208,225,201)
#DBE8D6
(219,232,214)
#E6EFE3
(230,239,227)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B06E color. Also use rgb(131,176,110) instead hex code.

Text Font Color

.myTextColor { color: #83B06E; }

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

This text font color is #83B06E.


Background Color

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

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

This div background color is #83B06E.


Border color

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

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

This div border color is #83B06E.


Opacity

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

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

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

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

This text has shadow with #83B06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B06E on black background.


Color preview on white background

This text has color #83B06E on white background.



Black color preview on #83B06E background

This text has black color on #83B06E background.


White color preview on #83B06E background

This text has white color on #83B06E background.