COLOR #83C59B

HEX: #83C59B
RGB: (131,197,155)

Color info

#83C59B contains mainly green and blue colors. Web safe color of #83C59B is #99CC99 (or #9C9).

RGB color model

#83C59B color RGB value is (131,197,155).

  • red value is 131;
  • green value is 197;
  • blue value is 155.
RGB:
(131,197,155)
(51%,77%,61%)

RGB channels and saturation

R 131 of 255 = 51%
G 197 of 255 = 77%
B 155 of 255 = 61%

131
197
155

R + G + B ~ 63%. #83C59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 197 + 155 = 483 (100%)
R 131 of 483 ~ 27.12%
G 197 of 483 ~ 40.79%
B 155 of 483 ~ 32.09%

%27.12
%40.79
%32.09

CMYK color model

#83C59B color CMYK value is (34,0,21,23).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 22.75%
CMYK:
(34,0,21,23)
C34M0Y21K23 
(34%,0%,21%,23%)
(0.34/0.00/0.21/0.23)	

CMYK percentages

%33.5
%0
%21.32
%22.75

Codes

Color #83C59B in popluar color models

83C59B
RGB131197155
HSL142°36.26%64.31%
HSB/HSV142°33.50%77.25%
CMYK33.50%0.00%21.32%
22.75%

Color #83C59B in popluar number systems.

HEX83C59B
Decimal131197155
Binary100000111100010110011011
Octal203305233

Shades and tints

Shades of #83C59B

#83C59B
(131,197,155)
#78B48D
(120,180,141)
#6DA37F
(109,163,127)
#629271
(98,146,113)
#578163
(87,129,99)
#4C7055
(76,112,85)
#415F47
(65,95,71)
#364E39
(54,78,57)
#2B3D2B
(43,61,43)
#202C1D
(32,44,29)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #83C59B

#83C59B
(131,197,155)
#8ECAA4
(142,202,164)
#99CFAD
(153,207,173)
#A4D4B6
(164,212,182)
#AFD9BF
(175,217,191)
#BADEC8
(186,222,200)
#C5E3D1
(197,227,209)
#D0E8DA
(208,232,218)
#DBEDE3
(219,237,227)
#E6F2EC
(230,242,236)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C59B color. Also use rgb(131,197,155) instead hex code.

Text Font Color

.myTextColor { color: #83C59B; }

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

This text font color is #83C59B.


Background Color

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

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

This div background color is #83C59B.


Border color

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

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

This div border color is #83C59B.


Opacity

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

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

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

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

This text has shadow with #83C59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C59B on black background.


Color preview on white background

This text has color #83C59B on white background.



Black color preview on #83C59B background

This text has black color on #83C59B background.


White color preview on #83C59B background

This text has white color on #83C59B background.