COLOR #83AF9F

HEX: #83AF9F
RGB: (131,175,159)

Color info

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

RGB color model

#83AF9F color RGB value is (131,175,159).

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

RGB channels and saturation

R 131 of 255 = 51%
G 175 of 255 = 69%
B 159 of 255 = 62%

131
175
159

R + G + B ~ 61%. #83AF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 175 + 159 = 465 (100%)
R 131 of 465 ~ 28.17%
G 175 of 465 ~ 37.63%
B 159 of 465 ~ 34.19%

%28.17
%37.63
%34.19

CMYK color model

#83AF9F color CMYK value is (25,0,9,31).

  • cyan value is 25.14%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 31.37%
CMYK:
(25,0,9,31)
C25M0Y9K31 
(25%,0%,9%,31%)
(0.25/0.00/0.09/0.31)	

CMYK percentages

%25.14
%0
%9.14
%31.37

Codes

Color #83AF9F in popluar color models

83AF9F
RGB131175159
HSL158°21.57%60.00%
HSB/HSV158°25.14%68.63%
CMYK25.14%0.00%9.14%
31.37%

Color #83AF9F in popluar number systems.

HEX83AF9F
Decimal131175159
Binary100000111010111110011111
Octal203257237

Shades and tints

Shades of #83AF9F

#83AF9F
(131,175,159)
#78A091
(120,160,145)
#6D9183
(109,145,131)
#628275
(98,130,117)
#577367
(87,115,103)
#4C6459
(76,100,89)
#41554B
(65,85,75)
#36463D
(54,70,61)
#2B372F
(43,55,47)
#202821
(32,40,33)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #83AF9F

#83AF9F
(131,175,159)
#8EB6A7
(142,182,167)
#99BDAF
(153,189,175)
#A4C4B7
(164,196,183)
#AFCBBF
(175,203,191)
#BAD2C7
(186,210,199)
#C5D9CF
(197,217,207)
#D0E0D7
(208,224,215)
#DBE7DF
(219,231,223)
#E6EEE7
(230,238,231)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AF9F; }

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

This text font color is #83AF9F.


Background Color

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

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

This div background color is #83AF9F.


Border color

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

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

This div border color is #83AF9F.


Opacity

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

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

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

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

This text has shadow with #83AF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AF9F on black background.


Color preview on white background

This text has color #83AF9F on white background.



Black color preview on #83AF9F background

This text has black color on #83AF9F background.


White color preview on #83AF9F background

This text has white color on #83AF9F background.