COLOR #83B1AA

HEX: #83B1AA
RGB: (131,177,170)

Color info

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

RGB color model

#83B1AA color RGB value is (131,177,170).

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

RGB channels and saturation

R 131 of 255 = 51%
G 177 of 255 = 69%
B 170 of 255 = 67%

131
177
170

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

Portions of RGB colors in percentages

R + G + B =
131 + 177 + 170 = 478 (100%)
R 131 of 478 ~ 27.41%
G 177 of 478 ~ 37.03%
B 170 of 478 ~ 35.56%

%27.41
%37.03
%35.56

CMYK color model

#83B1AA color CMYK value is (26,0,4,31).

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 30.59%
CMYK:
(26,0,4,31)
C26M0Y4K31 
(26%,0%,4%,31%)
(0.26/0.00/0.04/0.31)	

CMYK percentages

%25.99
%0
%3.95
%30.59

Codes

Color #83B1AA in popluar color models

83B1AA
RGB131177170
HSL171°22.77%60.39%
HSB/HSV171°25.99%69.41%
CMYK25.99%0.00%3.95%
30.59%

Color #83B1AA in popluar number systems.

HEX83B1AA
Decimal131177170
Binary100000111011000110101010
Octal203261252

Shades and tints

Shades of #83B1AA

#83B1AA
(131,177,170)
#78A19B
(120,161,155)
#6D918C
(109,145,140)
#62817D
(98,129,125)
#57716E
(87,113,110)
#4C615F
(76,97,95)
#415150
(65,81,80)
#364141
(54,65,65)
#2B3132
(43,49,50)
#202123
(32,33,35)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #83B1AA

#83B1AA
(131,177,170)
#8EB8B1
(142,184,177)
#99BFB8
(153,191,184)
#A4C6BF
(164,198,191)
#AFCDC6
(175,205,198)
#BAD4CD
(186,212,205)
#C5DBD4
(197,219,212)
#D0E2DB
(208,226,219)
#DBE9E2
(219,233,226)
#E6F0E9
(230,240,233)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B1AA; }

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

This text font color is #83B1AA.


Background Color

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

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

This div background color is #83B1AA.


Border color

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

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

This div border color is #83B1AA.


Opacity

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

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

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

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

This text has shadow with #83B1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B1AA on black background.


Color preview on white background

This text has color #83B1AA on white background.



Black color preview on #83B1AA background

This text has black color on #83B1AA background.


White color preview on #83B1AA background

This text has white color on #83B1AA background.