COLOR #83A79F

HEX: #83A79F
RGB: (131,167,159)

Color info

#83A79F contains red, green and blue colors in about the same proportion. Web safe color of #83A79F is #999999 (or #999).

RGB color model

#83A79F color RGB value is (131,167,159).

  • red value is 131;
  • green value is 167;
  • blue value is 159.
RGB:
(131,167,159)
(51%,65%,62%)

RGB channels and saturation

R 131 of 255 = 51%
G 167 of 255 = 65%
B 159 of 255 = 62%

131
167
159

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

Portions of RGB colors in percentages

R + G + B =
131 + 167 + 159 = 457 (100%)
R 131 of 457 ~ 28.67%
G 167 of 457 ~ 36.54%
B 159 of 457 ~ 34.79%

%28.67
%36.54
%34.79

CMYK color model

#83A79F color CMYK value is (22,0,5,35).

  • cyan value is 21.56%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 34.51%
CMYK:
(22,0,5,35)
C22M0Y5K35 
(22%,0%,5%,35%)
(0.22/0.00/0.05/0.35)	

CMYK percentages

%21.56
%0
%4.79
%34.51

Codes

Color #83A79F in popluar color models

83A79F
RGB131167159
HSL167°16.98%58.43%
HSB/HSV167°21.56%65.49%
CMYK21.56%0.00%4.79%
34.51%

Color #83A79F in popluar number systems.

HEX83A79F
Decimal131167159
Binary100000111010011110011111
Octal203247237

Shades and tints

Shades of #83A79F

#83A79F
(131,167,159)
#789891
(120,152,145)
#6D8983
(109,137,131)
#627A75
(98,122,117)
#576B67
(87,107,103)
#4C5C59
(76,92,89)
#414D4B
(65,77,75)
#363E3D
(54,62,61)
#2B2F2F
(43,47,47)
#202021
(32,32,33)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #83A79F

#83A79F
(131,167,159)
#8EAFA7
(142,175,167)
#99B7AF
(153,183,175)
#A4BFB7
(164,191,183)
#AFC7BF
(175,199,191)
#BACFC7
(186,207,199)
#C5D7CF
(197,215,207)
#D0DFD7
(208,223,215)
#DBE7DF
(219,231,223)
#E6EFE7
(230,239,231)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A79F color. Also use rgb(131,167,159) instead hex code.

Text Font Color

.myTextColor { color: #83A79F; }

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

This text font color is #83A79F.


Background Color

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

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

This div background color is #83A79F.


Border color

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

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

This div border color is #83A79F.


Opacity

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

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

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

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

This text has shadow with #83A79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A79F on black background.


Color preview on white background

This text has color #83A79F on white background.



Black color preview on #83A79F background

This text has black color on #83A79F background.


White color preview on #83A79F background

This text has white color on #83A79F background.