COLOR #83B3AC

HEX: #83B3AC
RGB: (131,179,172)

Color info

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

RGB color model

#83B3AC color RGB value is (131,179,172).

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

RGB channels and saturation

R 131 of 255 = 51%
G 179 of 255 = 70%
B 172 of 255 = 67%

131
179
172

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

Portions of RGB colors in percentages

R + G + B =
131 + 179 + 172 = 482 (100%)
R 131 of 482 ~ 27.18%
G 179 of 482 ~ 37.14%
B 172 of 482 ~ 35.68%

%27.18
%37.14
%35.68

CMYK color model

#83B3AC color CMYK value is (27,0,4,30).

  • cyan value is 26.82%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 29.80%
CMYK:
(27,0,4,30)
C27M0Y4K30 
(27%,0%,4%,30%)
(0.27/0.00/0.04/0.30)	

CMYK percentages

%26.82
%0
%3.91
%29.8

Codes

Color #83B3AC in popluar color models

83B3AC
RGB131179172
HSL171°24.00%60.78%
HSB/HSV171°26.82%70.20%
CMYK26.82%0.00%3.91%
29.80%

Color #83B3AC in popluar number systems.

HEX83B3AC
Decimal131179172
Binary100000111011001110101100
Octal203263254

Shades and tints

Shades of #83B3AC

#83B3AC
(131,179,172)
#78A39D
(120,163,157)
#6D938E
(109,147,142)
#62837F
(98,131,127)
#577370
(87,115,112)
#4C6361
(76,99,97)
#415352
(65,83,82)
#364343
(54,67,67)
#2B3334
(43,51,52)
#202325
(32,35,37)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #83B3AC

#83B3AC
(131,179,172)
#8EB9B3
(142,185,179)
#99BFBA
(153,191,186)
#A4C5C1
(164,197,193)
#AFCBC8
(175,203,200)
#BAD1CF
(186,209,207)
#C5D7D6
(197,215,214)
#D0DDDD
(208,221,221)
#DBE3E4
(219,227,228)
#E6E9EB
(230,233,235)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B3AC; }

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

This text font color is #83B3AC.


Background Color

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

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

This div background color is #83B3AC.


Border color

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

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

This div border color is #83B3AC.


Opacity

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

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

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

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

This text has shadow with #83B3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B3AC on black background.


Color preview on white background

This text has color #83B3AC on white background.



Black color preview on #83B3AC background

This text has black color on #83B3AC background.


White color preview on #83B3AC background

This text has white color on #83B3AC background.