COLOR #83ACB0

HEX: #83ACB0
RGB: (131,172,176)

Color info

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

RGB color model

#83ACB0 color RGB value is (131,172,176).

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

RGB channels and saturation

R 131 of 255 = 51%
G 172 of 255 = 67%
B 176 of 255 = 69%

131
172
176

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

Portions of RGB colors in percentages

R + G + B =
131 + 172 + 176 = 479 (100%)
R 131 of 479 ~ 27.35%
G 172 of 479 ~ 35.91%
B 176 of 479 ~ 36.74%

%27.35
%35.91
%36.74

CMYK color model

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

  • cyan value is 25.57%
  • magenta value is 2.27%
  • 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
%2.27
%0
%30.98

Codes

Color #83ACB0 in popluar color models

83ACB0
RGB131172176
HSL185°22.17%60.20%
HSB/HSV185°25.57%69.02%
CMYK25.57%2.27%0.00%
30.98%

Color #83ACB0 in popluar number systems.

HEX83ACB0
Decimal131172176
Binary100000111010110010110000
Octal203254260

Shades and tints

Shades of #83ACB0

#83ACB0
(131,172,176)
#789DA0
(120,157,160)
#6D8E90
(109,142,144)
#627F80
(98,127,128)
#577070
(87,112,112)
#4C6160
(76,97,96)
#415250
(65,82,80)
#364340
(54,67,64)
#2B3430
(43,52,48)
#202520
(32,37,32)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #83ACB0

#83ACB0
(131,172,176)
#8EB3B7
(142,179,183)
#99BABE
(153,186,190)
#A4C1C5
(164,193,197)
#AFC8CC
(175,200,204)
#BACFD3
(186,207,211)
#C5D6DA
(197,214,218)
#D0DDE1
(208,221,225)
#DBE4E8
(219,228,232)
#E6EBEF
(230,235,239)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83ACB0; }

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

This text font color is #83ACB0.


Background Color

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

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

This div background color is #83ACB0.


Border color

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

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

This div border color is #83ACB0.


Opacity

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

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

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

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

This text has shadow with #83ACB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83ACB0 on black background.


Color preview on white background

This text has color #83ACB0 on white background.



Black color preview on #83ACB0 background

This text has black color on #83ACB0 background.


White color preview on #83ACB0 background

This text has white color on #83ACB0 background.