COLOR #83AB8F

HEX: #83AB8F RGB: (131,171,143)

Color info

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

RGB color model

#83AB8F color RGB value is (131,171,143).

RGB: (131,171,143) (51%, 67%, 56%)

RGB channels and saturation

R 131 of 255 = 51%
G 171 of 255 = 67%
B 143 of 255 = 56%

131
171
143

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

Portions of RGB colors in percentages

R + G + B = 131 + 171 + 143 = 445 (100%)
R 131 of 445 ~ 29.44%
G 171 of 445 ~ 38.43%
B 143 of 445 ~ 32.13'%

%29.44
%38.43
%32.13

CMYK color model

#83AB8F color CMYK value is (23,0,16,33).

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

CMYK: (23,0,16,33)
C23M0Y16K33 (23%, 0%, 16%, 33%)
(0.23 / 0.00 / 0.16 / 0.33)

CMYK percentages

%23.39
%0
%16.37
%32.94

Codes

Color #83AB8F in popluar color models

83 AB 8F
RGB 131 171 143
HSL 138° 19.23% 59.22%
HSB/HSV 138° 23.39% 67.06%
CMYK 23.39% 0.00% 16.37%
32.94%

Color #83AB8F in popluar number systems.

HEX 83 AB 8F
Decimal 131 171 143
Binary 10000011 10101011 10001111
Octal 203 253 217

Shades and tints

Shades of #83AB8F

#83AB8F
(131,171,143)
#789C82
(120,156,130)
#6D8D75
(109,141,117)
#627E68
(98,126,104)
#576F5B
(87,111,91)
#4C604E
(76,96,78)
#415141
(65,81,65)
#364234
(54,66,52)
#2B3327
(43,51,39)
#20241A
(32,36,26)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #83AB8F

#83AB8F
(131,171,143)
#8EB299
(142,178,153)
#99B9A3
(153,185,163)
#A4C0AD
(164,192,173)
#AFC7B7
(175,199,183)
#BACEC1
(186,206,193)
#C5D5CB
(197,213,203)
#D0DCD5
(208,220,213)
#DBE3DF
(219,227,223)
#E6EAE9
(230,234,233)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AB8F; }

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

This text font color is #83AB8F.

Background Color

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

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

This div background color is #83AB8F.

Border color

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

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

This div border color is #83AB8F.

Opacity

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

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

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

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

This text has shadow with #83AB8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AB8F.

Preview

Color preview on black background

This text has color #83AB8F on black background.


Color preview on white background

This text has color #83AB8F on white background.


Black color preview on #83AB8F background

This text has black color on #83AB8F background.


White color preview on #83AB8F background

This text has white color on #83AB8F background.


Related colors

Complementary color

Complementary color for #hex is #7C5470.


I love getcolorcode.com

Triadic colors

1 #8F83AB and #AB8F83 with #83AB8F are triadic colors.

2 #8FAB83 and #AB838F with #83AB8F are triadic colors.