COLOR #83B1AB

HEX: #83B1AB RGB: (131,177,171)

Color info

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

RGB color model

#83B1AB color RGB value is (131,177,171).

RGB: (131,177,171) (51%, 69%, 67%)

RGB channels and saturation

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

131
177
171

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

Portions of RGB colors in percentages

R + G + B = 131 + 177 + 171 = 479 (100%)
R 131 of 479 ~ 27.35%
G 177 of 479 ~ 36.95%
B 171 of 479 ~ 35.7'%

%27.35
%36.95
%35.7

CMYK color model

#83B1AB color CMYK value is (26,0,3,31).

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 30.59%

CMYK: (26,0,3,31)
C26M0Y3K31 (26%, 0%, 3%, 31%)
(0.26 / 0.00 / 0.03 / 0.31)

CMYK percentages

%25.99
%0
%3.39
%30.59

Codes

Color #83B1AB in popluar color models

83 B1 AB
RGB 131 177 171
HSL 172° 22.77% 60.39%
HSB/HSV 172° 25.99% 69.41%
CMYK 25.99% 0.00% 3.39%
30.59%

Color #83B1AB in popluar number systems.

HEX 83 B1 AB
Decimal 131 177 171
Binary 10000011 10110001 10101011
Octal 203 261 253

Shades and tints

Shades of #83B1AB

#83B1AB
(131,177,171)
#78A19C
(120,161,156)
#6D918D
(109,145,141)
#62817E
(98,129,126)
#57716F
(87,113,111)
#4C6160
(76,97,96)
#415151
(65,81,81)
#364142
(54,65,66)
#2B3133
(43,49,51)
#202124
(32,33,36)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #83B1AB

#83B1AB
(131,177,171)
#8EB8B2
(142,184,178)
#99BFB9
(153,191,185)
#A4C6C0
(164,198,192)
#AFCDC7
(175,205,199)
#BAD4CE
(186,212,206)
#C5DBD5
(197,219,213)
#D0E2DC
(208,226,220)
#DBE9E3
(219,233,227)
#E6F0EA
(230,240,234)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B1AB; }

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

This text font color is #83B1AB.

Background Color

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

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

This div background color is #83B1AB.

Border color

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

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

This div border color is #83B1AB.

Opacity

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

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

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

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

This text has shadow with #83B1AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B1AB.

Preview

Color preview on black background

This text has color #83B1AB on black background.


Color preview on white background

This text has color #83B1AB on white background.


Black color preview on #83B1AB background

This text has black color on #83B1AB background.


White color preview on #83B1AB background

This text has white color on #83B1AB background.


Related colors

Complementary color

Complementary color for #hex is #7C4E54.


I love getcolorcode.com

Triadic colors

1 #AB83B1 and #B1AB83 with #83B1AB are triadic colors.

2 #ABB183 and #B183AB with #83B1AB are triadic colors.