COLOR #83C79E

HEX: #83C79E
RGB: (131,199,158)

Color info

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

RGB color model

#83C79E color RGB value is (131,199,158).

  • red value is 131;
  • green value is 199;
  • blue value is 158.
RGB:
(131,199,158)
(51%,78%,62%)

RGB channels and saturation

R 131 of 255 = 51%
G 199 of 255 = 78%
B 158 of 255 = 62%

131
199
158

R + G + B ~ 64%. #83C79E is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 199 + 158 = 488 (100%)
R 131 of 488 ~ 26.84%
G 199 of 488 ~ 40.78%
B 158 of 488 ~ 32.38%

%26.84
%40.78
%32.38

CMYK color model

#83C79E color CMYK value is (34,0,21,22).

  • cyan value is 34.17%
  • magenta value is 0.00%
  • yellow value is 20.60%
  • key color value is 21.96%
CMYK:
(34,0,21,22)
C34M0Y21K22 
(34%,0%,21%,22%)
(0.34/0.00/0.21/0.22)	

CMYK percentages

%34.17
%0
%20.6
%21.96

Codes

Color #83C79E in popluar color models

83C79E
RGB131199158
HSL144°37.78%64.71%
HSB/HSV144°34.17%78.04%
CMYK34.17%0.00%20.60%
21.96%

Color #83C79E in popluar number systems.

HEX83C79E
Decimal131199158
Binary100000111100011110011110
Octal203307236

Shades and tints

Shades of #83C79E

#83C79E
(131,199,158)
#78B590
(120,181,144)
#6DA382
(109,163,130)
#629174
(98,145,116)
#577F66
(87,127,102)
#4C6D58
(76,109,88)
#415B4A
(65,91,74)
#36493C
(54,73,60)
#2B372E
(43,55,46)
#202520
(32,37,32)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #83C79E

#83C79E
(131,199,158)
#8ECCA6
(142,204,166)
#99D1AE
(153,209,174)
#A4D6B6
(164,214,182)
#AFDBBE
(175,219,190)
#BAE0C6
(186,224,198)
#C5E5CE
(197,229,206)
#D0EAD6
(208,234,214)
#DBEFDE
(219,239,222)
#E6F4E6
(230,244,230)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C79E color. Also use rgb(131,199,158) instead hex code.

Text Font Color

.myTextColor { color: #83C79E; }

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

This text font color is #83C79E.


Background Color

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

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

This div background color is #83C79E.


Border color

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

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

This div border color is #83C79E.


Opacity

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

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

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

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

This text has shadow with #83C79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C79E on black background.


Color preview on white background

This text has color #83C79E on white background.



Black color preview on #83C79E background

This text has black color on #83C79E background.


White color preview on #83C79E background

This text has white color on #83C79E background.