COLOR #83AAA7

HEX: #83AAA7
RGB: (131,170,167)

Color info

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

RGB color model

#83AAA7 color RGB value is (131,170,167).

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

RGB channels and saturation

R 131 of 255 = 51%
G 170 of 255 = 67%
B 167 of 255 = 65%

131
170
167

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

Portions of RGB colors in percentages

R + G + B =
131 + 170 + 167 = 468 (100%)
R 131 of 468 ~ 27.99%
G 170 of 468 ~ 36.32%
B 167 of 468 ~ 35.68%

%27.99
%36.32
%35.68

CMYK color model

#83AAA7 color CMYK value is (23,0,2,33).

  • cyan value is 22.94%
  • magenta value is 0.00%
  • yellow value is 1.76%
  • key color value is 33.33%
CMYK:
(23,0,2,33)
C23M0Y2K33 
(23%,0%,2%,33%)
(0.23/0.00/0.02/0.33)	

CMYK percentages

%22.94
%0
%1.76
%33.33

Codes

Color #83AAA7 in popluar color models

83AAA7
RGB131170167
HSL175°18.66%59.02%
HSB/HSV175°22.94%66.67%
CMYK22.94%0.00%1.76%
33.33%

Color #83AAA7 in popluar number systems.

HEX83AAA7
Decimal131170167
Binary100000111010101010100111
Octal203252247

Shades and tints

Shades of #83AAA7

#83AAA7
(131,170,167)
#789B98
(120,155,152)
#6D8C89
(109,140,137)
#627D7A
(98,125,122)
#576E6B
(87,110,107)
#4C5F5C
(76,95,92)
#41504D
(65,80,77)
#36413E
(54,65,62)
#2B322F
(43,50,47)
#202320
(32,35,32)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #83AAA7

#83AAA7
(131,170,167)
#8EB1AF
(142,177,175)
#99B8B7
(153,184,183)
#A4BFBF
(164,191,191)
#AFC6C7
(175,198,199)
#BACDCF
(186,205,207)
#C5D4D7
(197,212,215)
#D0DBDF
(208,219,223)
#DBE2E7
(219,226,231)
#E6E9EF
(230,233,239)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AAA7; }

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

This text font color is #83AAA7.


Background Color

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

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

This div background color is #83AAA7.


Border color

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

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

This div border color is #83AAA7.


Opacity

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

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

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

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

This text has shadow with #83AAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AAA7 on black background.


Color preview on white background

This text has color #83AAA7 on white background.



Black color preview on #83AAA7 background

This text has black color on #83AAA7 background.


White color preview on #83AAA7 background

This text has white color on #83AAA7 background.