COLOR #83B47E

HEX: #83B47E
RGB: (131,180,126)

Color info

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

RGB color model

#83B47E color RGB value is (131,180,126).

  • red value is 131;
  • green value is 180;
  • blue value is 126.
RGB:
(131,180,126)
(51%,71%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 180 of 255 = 71%
B 126 of 255 = 49%

131
180
126

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

Portions of RGB colors in percentages

R + G + B =
131 + 180 + 126 = 437 (100%)
R 131 of 437 ~ 29.98%
G 180 of 437 ~ 41.19%
B 126 of 437 ~ 28.83%

%29.98
%41.19
%28.83

CMYK color model

#83B47E color CMYK value is (27,0,30,29).

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 29.41%
CMYK:
(27,0,30,29)
C27M0Y30K29 
(27%,0%,30%,29%)
(0.27/0.00/0.30/0.29)	

CMYK percentages

%27.22
%0
%30
%29.41

Codes

Color #83B47E in popluar color models

83B47E
RGB131180126
HSL114°26.47%60.00%
HSB/HSV114°30.00%70.59%
CMYK27.22%0.00%30.00%
29.41%

Color #83B47E in popluar number systems.

HEX83B47E
Decimal131180126
Binary10000011101101001111110
Octal203264176

Shades and tints

Shades of #83B47E

#83B47E
(131,180,126)
#78A473
(120,164,115)
#6D9468
(109,148,104)
#62845D
(98,132,93)
#577452
(87,116,82)
#4C6447
(76,100,71)
#41543C
(65,84,60)
#364431
(54,68,49)
#2B3426
(43,52,38)
#20241B
(32,36,27)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #83B47E

#83B47E
(131,180,126)
#8EBA89
(142,186,137)
#99C094
(153,192,148)
#A4C69F
(164,198,159)
#AFCCAA
(175,204,170)
#BAD2B5
(186,210,181)
#C5D8C0
(197,216,192)
#D0DECB
(208,222,203)
#DBE4D6
(219,228,214)
#E6EAE1
(230,234,225)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B47E color. Also use rgb(131,180,126) instead hex code.

Text Font Color

.myTextColor { color: #83B47E; }

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

This text font color is #83B47E.


Background Color

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

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

This div background color is #83B47E.


Border color

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

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

This div border color is #83B47E.


Opacity

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

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

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

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

This text has shadow with #83B47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B47E on black background.


Color preview on white background

This text has color #83B47E on white background.



Black color preview on #83B47E background

This text has black color on #83B47E background.


White color preview on #83B47E background

This text has white color on #83B47E background.