COLOR #83BC8B

HEX: #83BC8B
RGB: (131,188,139)

Color info

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

RGB color model

#83BC8B color RGB value is (131,188,139).

  • red value is 131;
  • green value is 188;
  • blue value is 139.
RGB:
(131,188,139)
(51%,74%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 188 of 255 = 74%
B 139 of 255 = 55%

131
188
139

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

Portions of RGB colors in percentages

R + G + B =
131 + 188 + 139 = 458 (100%)
R 131 of 458 ~ 28.6%
G 188 of 458 ~ 41.05%
B 139 of 458 ~ 30.35%

%28.6
%41.05
%30.35

CMYK color model

#83BC8B color CMYK value is (30,0,26,26).

  • cyan value is 30.32%
  • magenta value is 0.00%
  • yellow value is 26.06%
  • key color value is 26.27%
CMYK:
(30,0,26,26)
C30M0Y26K26 
(30%,0%,26%,26%)
(0.30/0.00/0.26/0.26)	

CMYK percentages

%30.32
%0
%26.06
%26.27

Codes

Color #83BC8B in popluar color models

83BC8B
RGB131188139
HSL128°29.84%62.55%
HSB/HSV128°30.32%73.73%
CMYK30.32%0.00%26.06%
26.27%

Color #83BC8B in popluar number systems.

HEX83BC8B
Decimal131188139
Binary100000111011110010001011
Octal203274213

Shades and tints

Shades of #83BC8B

#83BC8B
(131,188,139)
#78AB7F
(120,171,127)
#6D9A73
(109,154,115)
#628967
(98,137,103)
#57785B
(87,120,91)
#4C674F
(76,103,79)
#415643
(65,86,67)
#364537
(54,69,55)
#2B342B
(43,52,43)
#20231F
(32,35,31)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #83BC8B

#83BC8B
(131,188,139)
#8EC295
(142,194,149)
#99C89F
(153,200,159)
#A4CEA9
(164,206,169)
#AFD4B3
(175,212,179)
#BADABD
(186,218,189)
#C5E0C7
(197,224,199)
#D0E6D1
(208,230,209)
#DBECDB
(219,236,219)
#E6F2E5
(230,242,229)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BC8B color. Also use rgb(131,188,139) instead hex code.

Text Font Color

.myTextColor { color: #83BC8B; }

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

This text font color is #83BC8B.


Background Color

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

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

This div background color is #83BC8B.


Border color

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

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

This div border color is #83BC8B.


Opacity

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

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

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

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

This text has shadow with #83BC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BC8B on black background.


Color preview on white background

This text has color #83BC8B on white background.



Black color preview on #83BC8B background

This text has black color on #83BC8B background.


White color preview on #83BC8B background

This text has white color on #83BC8B background.