COLOR #83AB8C

HEX: #83AB8C RGB: (131,171,140)

Color info

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

RGB color model

#83AB8C color RGB value is (131,171,140).

RGB: (131,171,140) (51%, 67%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 171 of 255 = 67%
B 140 of 255 = 55%

131
171
140

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

Portions of RGB colors in percentages

R + G + B = 131 + 171 + 140 = 442 (100%)
R 131 of 442 ~ 29.64%
G 171 of 442 ~ 38.69%
B 140 of 442 ~ 31.67'%

%29.64
%38.69
%31.67

CMYK color model

#83AB8C color CMYK value is (23,0,18,33).

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

CMYK: (23,0,18,33)
C23M0Y18K33 (23%, 0%, 18%, 33%)
(0.23 / 0.00 / 0.18 / 0.33)

CMYK percentages

%23.39
%0
%18.13
%32.94

Codes

Color #83AB8C in popluar color models

83 AB 8C
RGB 131 171 140
HSL 134° 19.23% 59.22%
HSB/HSV 134° 23.39% 67.06%
CMYK 23.39% 0.00% 18.13%
32.94%

Color #83AB8C in popluar number systems.

HEX 83 AB 8C
Decimal 131 171 140
Binary 10000011 10101011 10001100
Octal 203 253 214

Shades and tints

Shades of #83AB8C

#83AB8C
(131,171,140)
#789C80
(120,156,128)
#6D8D74
(109,141,116)
#627E68
(98,126,104)
#576F5C
(87,111,92)
#4C6050
(76,96,80)
#415144
(65,81,68)
#364238
(54,66,56)
#2B332C
(43,51,44)
#202420
(32,36,32)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #83AB8C

#83AB8C
(131,171,140)
#8EB296
(142,178,150)
#99B9A0
(153,185,160)
#A4C0AA
(164,192,170)
#AFC7B4
(175,199,180)
#BACEBE
(186,206,190)
#C5D5C8
(197,213,200)
#D0DCD2
(208,220,210)
#DBE3DC
(219,227,220)
#E6EAE6
(230,234,230)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AB8C; }

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

This text font color is #83AB8C.

Background Color

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

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

This div background color is #83AB8C.

Border color

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

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

This div border color is #83AB8C.

Opacity

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

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

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

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

This text has shadow with #83AB8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AB8C.

Preview

Color preview on black background

This text has color #83AB8C on black background.


Color preview on white background

This text has color #83AB8C on white background.


Black color preview on #83AB8C background

This text has black color on #83AB8C background.


White color preview on #83AB8C background

This text has white color on #83AB8C background.


Related colors

Complementary color

Complementary color for #hex is #7C5473.


I love getcolorcode.com

Triadic colors

1 #8C83AB and #AB8C83 with #83AB8C are triadic colors.

2 #8CAB83 and #AB838C with #83AB8C are triadic colors.