COLOR #83ABA1

HEX: #83ABA1 RGB: (131,171,161)

Color info

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

RGB color model

#83ABA1 color RGB value is (131,171,161).

RGB: (131,171,161) (51%, 67%, 63%)

RGB channels and saturation

R 131 of 255 = 51%
G 171 of 255 = 67%
B 161 of 255 = 63%

131
171
161

R + G + B ~ 60%. #83ABA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 171 + 161 = 463 (100%)
R 131 of 463 ~ 28.29%
G 171 of 463 ~ 36.93%
B 161 of 463 ~ 34.77'%

%28.29
%36.93
%34.77

CMYK color model

#83ABA1 color CMYK value is (23,0,6,33).

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 32.94%

CMYK: (23,0,6,33)
C23M0Y6K33 (23%, 0%, 6%, 33%)
(0.23 / 0.00 / 0.06 / 0.33)

CMYK percentages

%23.39
%0
%5.85
%32.94

Codes

Color #83ABA1 in popluar color models

83 AB A1
RGB 131 171 161
HSL 165° 19.23% 59.22%
HSB/HSV 165° 23.39% 67.06%
CMYK 23.39% 0.00% 5.85%
32.94%

Color #83ABA1 in popluar number systems.

HEX 83 AB A1
Decimal 131 171 161
Binary 10000011 10101011 10100001
Octal 203 253 241

Shades and tints

Shades of #83ABA1

#83ABA1
(131,171,161)
#789C93
(120,156,147)
#6D8D85
(109,141,133)
#627E77
(98,126,119)
#576F69
(87,111,105)
#4C605B
(76,96,91)
#41514D
(65,81,77)
#36423F
(54,66,63)
#2B3331
(43,51,49)
#202423
(32,36,35)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #83ABA1

#83ABA1
(131,171,161)
#8EB2A9
(142,178,169)
#99B9B1
(153,185,177)
#A4C0B9
(164,192,185)
#AFC7C1
(175,199,193)
#BACEC9
(186,206,201)
#C5D5D1
(197,213,209)
#D0DCD9
(208,220,217)
#DBE3E1
(219,227,225)
#E6EAE9
(230,234,233)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83ABA1; }

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

This text font color is #83ABA1.

Background Color

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

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

This div background color is #83ABA1.

Border color

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

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

This div border color is #83ABA1.

Opacity

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

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

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

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

This text has shadow with #83ABA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83ABA1.

Preview

Color preview on black background

This text has color #83ABA1 on black background.


Color preview on white background

This text has color #83ABA1 on white background.


Black color preview on #83ABA1 background

This text has black color on #83ABA1 background.


White color preview on #83ABA1 background

This text has white color on #83ABA1 background.


Related colors

Complementary color

Complementary color for #hex is #7C545E.


I love getcolorcode.com

Triadic colors

1 #A183AB and #ABA183 with #83ABA1 are triadic colors.

2 #A1AB83 and #AB83A1 with #83ABA1 are triadic colors.