COLOR #83BD8B

HEX: #83BD8B
RGB: (131,189,139)

Color info

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

RGB color model

#83BD8B color RGB value is (131,189,139).

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

RGB channels and saturation

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

131
189
139

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

Portions of RGB colors in percentages

R + G + B =
131 + 189 + 139 = 459 (100%)
R 131 of 459 ~ 28.54%
G 189 of 459 ~ 41.18%
B 139 of 459 ~ 30.28%

%28.54
%41.18
%30.28

CMYK color model

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

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 26.46%
  • key color value is 25.88%
CMYK:
(31,0,26,26)
C31M0Y26K26 
(31%,0%,26%,26%)
(0.31/0.00/0.26/0.26)	

CMYK percentages

%30.69
%0
%26.46
%25.88

Codes

Color #83BD8B in popluar color models

83BD8B
RGB131189139
HSL128°30.53%62.75%
HSB/HSV128°30.69%74.12%
CMYK30.69%0.00%26.46%
25.88%

Color #83BD8B in popluar number systems.

HEX83BD8B
Decimal131189139
Binary100000111011110110001011
Octal203275213

Shades and tints

Shades of #83BD8B

#83BD8B
(131,189,139)
#78AC7F
(120,172,127)
#6D9B73
(109,155,115)
#628A67
(98,138,103)
#57795B
(87,121,91)
#4C684F
(76,104,79)
#415743
(65,87,67)
#364637
(54,70,55)
#2B352B
(43,53,43)
#20241F
(32,36,31)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #83BD8B

#83BD8B
(131,189,139)
#8EC395
(142,195,149)
#99C99F
(153,201,159)
#A4CFA9
(164,207,169)
#AFD5B3
(175,213,179)
#BADBBD
(186,219,189)
#C5E1C7
(197,225,199)
#D0E7D1
(208,231,209)
#DBEDDB
(219,237,219)
#E6F3E5
(230,243,229)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BD8B; }

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

This text font color is #83BD8B.


Background Color

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

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

This div background color is #83BD8B.


Border color

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

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

This div border color is #83BD8B.


Opacity

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

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

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

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

This text has shadow with #83BD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BD8B on black background.


Color preview on white background

This text has color #83BD8B on white background.



Black color preview on #83BD8B background

This text has black color on #83BD8B background.


White color preview on #83BD8B background

This text has white color on #83BD8B background.