COLOR #83B49E

HEX: #83B49E RGB: (131,180,158)

Color info

#83B49E contains red, green and blue colors in about the same proportion. Web safe color of #83B49E is #99CC99 (or #9C9).

RGB color model

#83B49E color RGB value is (131,180,158).

RGB: (131,180,158) (51%, 71%, 62%)

RGB channels and saturation

R 131 of 255 = 51%
G 180 of 255 = 71%
B 158 of 255 = 62%

131
180
158

R + G + B ~ 61%. #83B49E is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 180 + 158 = 469 (100%)
R 131 of 469 ~ 27.93%
G 180 of 469 ~ 38.38%
B 158 of 469 ~ 33.69'%

%27.93
%38.38
%33.69

CMYK color model

#83B49E color CMYK value is (27,0,12,29).

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 29.41%

CMYK: (27,0,12,29)
C27M0Y12K29 (27%, 0%, 12%, 29%)
(0.27 / 0.00 / 0.12 / 0.29)

CMYK percentages

%27.22
%0
%12.22
%29.41

Codes

Color #83B49E in popluar color models

83 B4 9E
RGB 131 180 158
HSL 153° 24.62% 60.98%
HSB/HSV 153° 27.22% 70.59%
CMYK 27.22% 0.00% 12.22%
29.41%

Color #83B49E in popluar number systems.

HEX 83 B4 9E
Decimal 131 180 158
Binary 10000011 10110100 10011110
Octal 203 264 236

Shades and tints

Shades of #83B49E

#83B49E
(131,180,158)
#78A490
(120,164,144)
#6D9482
(109,148,130)
#628474
(98,132,116)
#577466
(87,116,102)
#4C6458
(76,100,88)
#41544A
(65,84,74)
#36443C
(54,68,60)
#2B342E
(43,52,46)
#202420
(32,36,32)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #83B49E

#83B49E
(131,180,158)
#8EBAA6
(142,186,166)
#99C0AE
(153,192,174)
#A4C6B6
(164,198,182)
#AFCCBE
(175,204,190)
#BAD2C6
(186,210,198)
#C5D8CE
(197,216,206)
#D0DED6
(208,222,214)
#DBE4DE
(219,228,222)
#E6EAE6
(230,234,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B49E color. Also use rgb(131,180,158) instead hex code.

Text Font Color

.myTextColor { color: #83B49E; }

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

This text font color is #83B49E.

Background Color

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

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

This div background color is #83B49E.

Border color

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

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

This div border color is #83B49E.

Opacity

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

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

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

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

This text has shadow with #83B49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B49E.

Preview

Color preview on black background

This text has color #83B49E on black background.


Color preview on white background

This text has color #83B49E on white background.


Black color preview on #83B49E background

This text has black color on #83B49E background.


White color preview on #83B49E background

This text has white color on #83B49E background.


Related colors

Complementary color

Complementary color for #hex is #7C4B61.


I love getcolorcode.com

Triadic colors

1 #9E83B4 and #B49E83 with #83B49E are triadic colors.

2 #9EB483 and #B4839E with #83B49E are triadic colors.