COLOR #83ADB0

HEX: #83ADB0
RGB: (131,173,176)

Color info

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

RGB color model

#83ADB0 color RGB value is (131,173,176).

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

RGB channels and saturation

R 131 of 255 = 51%
G 173 of 255 = 68%
B 176 of 255 = 69%

131
173
176

R + G + B ~ 63%. #83ADB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 173 + 176 = 480 (100%)
R 131 of 480 ~ 27.29%
G 173 of 480 ~ 36.04%
B 176 of 480 ~ 36.67%

%27.29
%36.04
%36.67

CMYK color model

#83ADB0 color CMYK value is (26,2,0,31).

  • cyan value is 25.57%
  • magenta value is 1.70%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(26,2,0,31)
C26M2Y0K31 
(26%,2%,0%,31%)
(0.26/0.02/0.00/0.31)	

CMYK percentages

%25.57
%1.7
%0
%30.98

Codes

Color #83ADB0 in popluar color models

83ADB0
RGB131173176
HSL184°22.17%60.20%
HSB/HSV184°25.57%69.02%
CMYK25.57%1.70%0.00%
30.98%

Color #83ADB0 in popluar number systems.

HEX83ADB0
Decimal131173176
Binary100000111010110110110000
Octal203255260

Shades and tints

Shades of #83ADB0

#83ADB0
(131,173,176)
#789EA0
(120,158,160)
#6D8F90
(109,143,144)
#628080
(98,128,128)
#577170
(87,113,112)
#4C6260
(76,98,96)
#415350
(65,83,80)
#364440
(54,68,64)
#2B3530
(43,53,48)
#202620
(32,38,32)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #83ADB0

#83ADB0
(131,173,176)
#8EB4B7
(142,180,183)
#99BBBE
(153,187,190)
#A4C2C5
(164,194,197)
#AFC9CC
(175,201,204)
#BAD0D3
(186,208,211)
#C5D7DA
(197,215,218)
#D0DEE1
(208,222,225)
#DBE5E8
(219,229,232)
#E6ECEF
(230,236,239)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83ADB0; }

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

This text font color is #83ADB0.


Background Color

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

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

This div background color is #83ADB0.


Border color

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

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

This div border color is #83ADB0.


Opacity

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

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

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

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

This text has shadow with #83ADB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83ADB0 on black background.


Color preview on white background

This text has color #83ADB0 on white background.



Black color preview on #83ADB0 background

This text has black color on #83ADB0 background.


White color preview on #83ADB0 background

This text has white color on #83ADB0 background.