COLOR #83AC97

HEX: #83AC97
RGB: (131,172,151)

Color info

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

RGB color model

#83AC97 color RGB value is (131,172,151).

  • red value is 131;
  • green value is 172;
  • blue value is 151.
RGB:
(131,172,151)
(51%,67%,59%)

RGB channels and saturation

R 131 of 255 = 51%
G 172 of 255 = 67%
B 151 of 255 = 59%

131
172
151

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

Portions of RGB colors in percentages

R + G + B =
131 + 172 + 151 = 454 (100%)
R 131 of 454 ~ 28.85%
G 172 of 454 ~ 37.89%
B 151 of 454 ~ 33.26%

%28.85
%37.89
%33.26

CMYK color model

#83AC97 color CMYK value is (24,0,12,33).

  • cyan value is 23.84%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 32.55%
CMYK:
(24,0,12,33)
C24M0Y12K33 
(24%,0%,12%,33%)
(0.24/0.00/0.12/0.33)	

CMYK percentages

%23.84
%0
%12.21
%32.55

Codes

Color #83AC97 in popluar color models

83AC97
RGB131172151
HSL149°19.81%59.41%
HSB/HSV149°23.84%67.45%
CMYK23.84%0.00%12.21%
32.55%

Color #83AC97 in popluar number systems.

HEX83AC97
Decimal131172151
Binary100000111010110010010111
Octal203254227

Shades and tints

Shades of #83AC97

#83AC97
(131,172,151)
#789D8A
(120,157,138)
#6D8E7D
(109,142,125)
#627F70
(98,127,112)
#577063
(87,112,99)
#4C6156
(76,97,86)
#415249
(65,82,73)
#36433C
(54,67,60)
#2B342F
(43,52,47)
#202522
(32,37,34)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #83AC97

#83AC97
(131,172,151)
#8EB3A0
(142,179,160)
#99BAA9
(153,186,169)
#A4C1B2
(164,193,178)
#AFC8BB
(175,200,187)
#BACFC4
(186,207,196)
#C5D6CD
(197,214,205)
#D0DDD6
(208,221,214)
#DBE4DF
(219,228,223)
#E6EBE8
(230,235,232)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AC97 color. Also use rgb(131,172,151) instead hex code.

Text Font Color

.myTextColor { color: #83AC97; }

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

This text font color is #83AC97.


Background Color

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

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

This div background color is #83AC97.


Border color

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

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

This div border color is #83AC97.


Opacity

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

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

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

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

This text has shadow with #83AC97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AC97 on black background.


Color preview on white background

This text has color #83AC97 on white background.



Black color preview on #83AC97 background

This text has black color on #83AC97 background.


White color preview on #83AC97 background

This text has white color on #83AC97 background.