COLOR #83B78E

HEX: #83B78E
RGB: (131,183,142)

Color info

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

RGB color model

#83B78E color RGB value is (131,183,142).

  • red value is 131;
  • green value is 183;
  • blue value is 142.
RGB:
(131,183,142)
(51%,72%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 183 of 255 = 72%
B 142 of 255 = 56%

131
183
142

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

Portions of RGB colors in percentages

R + G + B =
131 + 183 + 142 = 456 (100%)
R 131 of 456 ~ 28.73%
G 183 of 456 ~ 40.13%
B 142 of 456 ~ 31.14%

%28.73
%40.13
%31.14

CMYK color model

#83B78E color CMYK value is (28,0,22,28).

  • cyan value is 28.42%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 28.24%
CMYK:
(28,0,22,28)
C28M0Y22K28 
(28%,0%,22%,28%)
(0.28/0.00/0.22/0.28)	

CMYK percentages

%28.42
%0
%22.4
%28.24

Codes

Color #83B78E in popluar color models

83B78E
RGB131183142
HSL133°26.53%61.57%
HSB/HSV133°28.42%71.76%
CMYK28.42%0.00%22.40%
28.24%

Color #83B78E in popluar number systems.

HEX83B78E
Decimal131183142
Binary100000111011011110001110
Octal203267216

Shades and tints

Shades of #83B78E

#83B78E
(131,183,142)
#78A782
(120,167,130)
#6D9776
(109,151,118)
#62876A
(98,135,106)
#57775E
(87,119,94)
#4C6752
(76,103,82)
#415746
(65,87,70)
#36473A
(54,71,58)
#2B372E
(43,55,46)
#202722
(32,39,34)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #83B78E

#83B78E
(131,183,142)
#8EBD98
(142,189,152)
#99C3A2
(153,195,162)
#A4C9AC
(164,201,172)
#AFCFB6
(175,207,182)
#BAD5C0
(186,213,192)
#C5DBCA
(197,219,202)
#D0E1D4
(208,225,212)
#DBE7DE
(219,231,222)
#E6EDE8
(230,237,232)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B78E color. Also use rgb(131,183,142) instead hex code.

Text Font Color

.myTextColor { color: #83B78E; }

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

This text font color is #83B78E.


Background Color

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

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

This div background color is #83B78E.


Border color

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

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

This div border color is #83B78E.


Opacity

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

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

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

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

This text has shadow with #83B78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B78E on black background.


Color preview on white background

This text has color #83B78E on white background.



Black color preview on #83B78E background

This text has black color on #83B78E background.


White color preview on #83B78E background

This text has white color on #83B78E background.