COLOR #83BD8A

HEX: #83BD8A
RGB: (131,189,138)

Color info

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

RGB color model

#83BD8A color RGB value is (131,189,138).

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

RGB channels and saturation

R 131 of 255 = 51%
G 189 of 255 = 74%
B 138 of 255 = 54%

131
189
138

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

Portions of RGB colors in percentages

R + G + B =
131 + 189 + 138 = 458 (100%)
R 131 of 458 ~ 28.6%
G 189 of 458 ~ 41.27%
B 138 of 458 ~ 30.13%

%28.6
%41.27
%30.13

CMYK color model

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

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 25.88%
CMYK:
(31,0,27,26)
C31M0Y27K26 
(31%,0%,27%,26%)
(0.31/0.00/0.27/0.26)	

CMYK percentages

%30.69
%0
%26.98
%25.88

Codes

Color #83BD8A in popluar color models

83BD8A
RGB131189138
HSL127°30.53%62.75%
HSB/HSV127°30.69%74.12%
CMYK30.69%0.00%26.98%
25.88%

Color #83BD8A in popluar number systems.

HEX83BD8A
Decimal131189138
Binary100000111011110110001010
Octal203275212

Shades and tints

Shades of #83BD8A

#83BD8A
(131,189,138)
#78AC7E
(120,172,126)
#6D9B72
(109,155,114)
#628A66
(98,138,102)
#57795A
(87,121,90)
#4C684E
(76,104,78)
#415742
(65,87,66)
#364636
(54,70,54)
#2B352A
(43,53,42)
#20241E
(32,36,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #83BD8A

#83BD8A
(131,189,138)
#8EC394
(142,195,148)
#99C99E
(153,201,158)
#A4CFA8
(164,207,168)
#AFD5B2
(175,213,178)
#BADBBC
(186,219,188)
#C5E1C6
(197,225,198)
#D0E7D0
(208,231,208)
#DBEDDA
(219,237,218)
#E6F3E4
(230,243,228)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BD8A; }

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

This text font color is #83BD8A.


Background Color

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

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

This div background color is #83BD8A.


Border color

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

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

This div border color is #83BD8A.


Opacity

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

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

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

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

This text has shadow with #83BD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BD8A on black background.


Color preview on white background

This text has color #83BD8A on white background.



Black color preview on #83BD8A background

This text has black color on #83BD8A background.


White color preview on #83BD8A background

This text has white color on #83BD8A background.