COLOR #83AC98

HEX: #83AC98
RGB: (131,172,152)

Color info

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

RGB color model

#83AC98 color RGB value is (131,172,152).

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

RGB channels and saturation

R 131 of 255 = 51%
G 172 of 255 = 67%
B 152 of 255 = 60%

131
172
152

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

Portions of RGB colors in percentages

R + G + B =
131 + 172 + 152 = 455 (100%)
R 131 of 455 ~ 28.79%
G 172 of 455 ~ 37.8%
B 152 of 455 ~ 33.41%

%28.79
%37.8
%33.41

CMYK color model

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

  • cyan value is 23.84%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • 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
%11.63
%32.55

Codes

Color #83AC98 in popluar color models

83AC98
RGB131172152
HSL151°19.81%59.41%
HSB/HSV151°23.84%67.45%
CMYK23.84%0.00%11.63%
32.55%

Color #83AC98 in popluar number systems.

HEX83AC98
Decimal131172152
Binary100000111010110010011000
Octal203254230

Shades and tints

Shades of #83AC98

#83AC98
(131,172,152)
#789D8B
(120,157,139)
#6D8E7E
(109,142,126)
#627F71
(98,127,113)
#577064
(87,112,100)
#4C6157
(76,97,87)
#41524A
(65,82,74)
#36433D
(54,67,61)
#2B3430
(43,52,48)
#202523
(32,37,35)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #83AC98

#83AC98
(131,172,152)
#8EB3A1
(142,179,161)
#99BAAA
(153,186,170)
#A4C1B3
(164,193,179)
#AFC8BC
(175,200,188)
#BACFC5
(186,207,197)
#C5D6CE
(197,214,206)
#D0DDD7
(208,221,215)
#DBE4E0
(219,228,224)
#E6EBE9
(230,235,233)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AC98; }

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

This text font color is #83AC98.


Background Color

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

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

This div background color is #83AC98.


Border color

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

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

This div border color is #83AC98.


Opacity

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

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

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

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

This text has shadow with #83AC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AC98 on black background.


Color preview on white background

This text has color #83AC98 on white background.



Black color preview on #83AC98 background

This text has black color on #83AC98 background.


White color preview on #83AC98 background

This text has white color on #83AC98 background.