COLOR #83B0AC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
176
172

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

Portions of RGB colors in percentages

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

%27.35
%36.74
%35.91

CMYK color model

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

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

CMYK percentages

%25.57
%0
%2.27
%30.98

Codes

Color #83B0AC in popluar color models

83B0AC
RGB131176172
HSL175°22.17%60.20%
HSB/HSV175°25.57%69.02%
CMYK25.57%0.00%2.27%
30.98%

Color #83B0AC in popluar number systems.

HEX83B0AC
Decimal131176172
Binary100000111011000010101100
Octal203260254

Shades and tints

Shades of #83B0AC

#83B0AC
(131,176,172)
#78A09D
(120,160,157)
#6D908E
(109,144,142)
#62807F
(98,128,127)
#577070
(87,112,112)
#4C6061
(76,96,97)
#415052
(65,80,82)
#364043
(54,64,67)
#2B3034
(43,48,52)
#202025
(32,32,37)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #83B0AC

#83B0AC
(131,176,172)
#8EB7B3
(142,183,179)
#99BEBA
(153,190,186)
#A4C5C1
(164,197,193)
#AFCCC8
(175,204,200)
#BAD3CF
(186,211,207)
#C5DAD6
(197,218,214)
#D0E1DD
(208,225,221)
#DBE8E4
(219,232,228)
#E6EFEB
(230,239,235)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B0AC; }

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

This text font color is #83B0AC.


Background Color

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

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

This div background color is #83B0AC.


Border color

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

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

This div border color is #83B0AC.


Opacity

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

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

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

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

This text has shadow with #83B0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B0AC on black background.


Color preview on white background

This text has color #83B0AC on white background.



Black color preview on #83B0AC background

This text has black color on #83B0AC background.


White color preview on #83B0AC background

This text has white color on #83B0AC background.