COLOR #83AAAA

HEX: #83AAAA
RGB: (131,170,170)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
170
170

R + G + B ~ 62%. #83AAAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 170 + 170 = 471 (100%)
R 131 of 471 ~ 27.81%
G 170 of 471 ~ 36.09%
B 170 of 471 ~ 36.09%

%27.81
%36.09
%36.09

CMYK color model

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

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

CMYK percentages

%22.94
%0
%0
%33.33

Codes

Color #83AAAA in popluar color models

83AAAA
RGB131170170
HSL180°18.66%59.02%
HSB/HSV180°22.94%66.67%
CMYK22.94%0.00%0.00%
33.33%

Color #83AAAA in popluar number systems.

HEX83AAAA
Decimal131170170
Binary100000111010101010101010
Octal203252252

Shades and tints

Shades of #83AAAA

#83AAAA
(131,170,170)
#789B9B
(120,155,155)
#6D8C8C
(109,140,140)
#627D7D
(98,125,125)
#576E6E
(87,110,110)
#4C5F5F
(76,95,95)
#415050
(65,80,80)
#364141
(54,65,65)
#2B3232
(43,50,50)
#202323
(32,35,35)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #83AAAA

#83AAAA
(131,170,170)
#8EB1B1
(142,177,177)
#99B8B8
(153,184,184)
#A4BFBF
(164,191,191)
#AFC6C6
(175,198,198)
#BACDCD
(186,205,205)
#C5D4D4
(197,212,212)
#D0DBDB
(208,219,219)
#DBE2E2
(219,226,226)
#E6E9E9
(230,233,233)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AAAA; }

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

This text font color is #83AAAA.


Background Color

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

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

This div background color is #83AAAA.


Border color

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

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

This div border color is #83AAAA.


Opacity

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

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

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

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

This text has shadow with #83AAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AAAA on black background.


Color preview on white background

This text has color #83AAAA on white background.



Black color preview on #83AAAA background

This text has black color on #83AAAA background.


White color preview on #83AAAA background

This text has white color on #83AAAA background.