COLOR #83B49A

HEX: #83B49A RGB: (131,180,154)

Color info

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

RGB color model

#83B49A color RGB value is (131,180,154).

RGB: (131,180,154) (51%, 71%, 60%)

RGB channels and saturation

R 131 of 255 = 51%
G 180 of 255 = 71%
B 154 of 255 = 60%

131
180
154

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

Portions of RGB colors in percentages

R + G + B = 131 + 180 + 154 = 465 (100%)
R 131 of 465 ~ 28.17%
G 180 of 465 ~ 38.71%
B 154 of 465 ~ 33.12'%

%28.17
%38.71
%33.12

CMYK color model

#83B49A color CMYK value is (27,0,14,29).

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

CMYK: (27,0,14,29)
C27M0Y14K29 (27%, 0%, 14%, 29%)
(0.27 / 0.00 / 0.14 / 0.29)

CMYK percentages

%27.22
%0
%14.44
%29.41

Codes

Color #83B49A in popluar color models

83 B4 9A
RGB 131 180 154
HSL 148° 24.62% 60.98%
HSB/HSV 148° 27.22% 70.59%
CMYK 27.22% 0.00% 14.44%
29.41%

Color #83B49A in popluar number systems.

HEX 83 B4 9A
Decimal 131 180 154
Binary 10000011 10110100 10011010
Octal 203 264 232

Shades and tints

Shades of #83B49A

#83B49A
(131,180,154)
#78A48C
(120,164,140)
#6D947E
(109,148,126)
#628470
(98,132,112)
#577462
(87,116,98)
#4C6454
(76,100,84)
#415446
(65,84,70)
#364438
(54,68,56)
#2B342A
(43,52,42)
#20241C
(32,36,28)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #83B49A

#83B49A
(131,180,154)
#8EBAA3
(142,186,163)
#99C0AC
(153,192,172)
#A4C6B5
(164,198,181)
#AFCCBE
(175,204,190)
#BAD2C7
(186,210,199)
#C5D8D0
(197,216,208)
#D0DED9
(208,222,217)
#DBE4E2
(219,228,226)
#E6EAEB
(230,234,235)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B49A; }

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

This text font color is #83B49A.

Background Color

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

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

This div background color is #83B49A.

Border color

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

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

This div border color is #83B49A.

Opacity

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

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

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

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

This text has shadow with #83B49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B49A.

Preview

Color preview on black background

This text has color #83B49A on black background.


Color preview on white background

This text has color #83B49A on white background.


Black color preview on #83B49A background

This text has black color on #83B49A background.


White color preview on #83B49A background

This text has white color on #83B49A background.


Related colors

Complementary color

Complementary color for #hex is #7C4B65.


I love getcolorcode.com

Triadic colors

1 #9A83B4 and #B49A83 with #83B49A are triadic colors.

2 #9AB483 and #B4839A with #83B49A are triadic colors.