COLOR #83AAAD

HEX: #83AAAD
RGB: (131,170,173)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
170
173

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

Portions of RGB colors in percentages

R + G + B =
131 + 170 + 173 = 474 (100%)
R 131 of 474 ~ 27.64%
G 170 of 474 ~ 35.86%
B 173 of 474 ~ 36.5%

%27.64
%35.86
%36.5

CMYK color model

#83AAAD color CMYK value is (24,2,0,32).

  • cyan value is 24.28%
  • magenta value is 1.73%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(24,2,0,32)
C24M2Y0K32 
(24%,2%,0%,32%)
(0.24/0.02/0.00/0.32)	

CMYK percentages

%24.28
%1.73
%0
%32.16

Codes

Color #83AAAD in popluar color models

83AAAD
RGB131170173
HSL184°20.39%59.61%
HSB/HSV184°24.28%67.84%
CMYK24.28%1.73%0.00%
32.16%

Color #83AAAD in popluar number systems.

HEX83AAAD
Decimal131170173
Binary100000111010101010101101
Octal203252255

Shades and tints

Shades of #83AAAD

#83AAAD
(131,170,173)
#789B9E
(120,155,158)
#6D8C8F
(109,140,143)
#627D80
(98,125,128)
#576E71
(87,110,113)
#4C5F62
(76,95,98)
#415053
(65,80,83)
#364144
(54,65,68)
#2B3235
(43,50,53)
#202326
(32,35,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #83AAAD

#83AAAD
(131,170,173)
#8EB1B4
(142,177,180)
#99B8BB
(153,184,187)
#A4BFC2
(164,191,194)
#AFC6C9
(175,198,201)
#BACDD0
(186,205,208)
#C5D4D7
(197,212,215)
#D0DBDE
(208,219,222)
#DBE2E5
(219,226,229)
#E6E9EC
(230,233,236)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AAAD; }

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

This text font color is #83AAAD.


Background Color

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

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

This div background color is #83AAAD.


Border color

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

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

This div border color is #83AAAD.


Opacity

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

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

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

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

This text has shadow with #83AAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AAAD on black background.


Color preview on white background

This text has color #83AAAD on white background.



Black color preview on #83AAAD background

This text has black color on #83AAAD background.


White color preview on #83AAAD background

This text has white color on #83AAAD background.