COLOR #83AB95

HEX: #83AB95
RGB: (131,171,149)

Color info

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

RGB color model

#83AB95 color RGB value is (131,171,149).

  • red value is 131;
  • green value is 171;
  • blue value is 149.
RGB:
(131,171,149)
(51%,67%,58%)

RGB channels and saturation

R 131 of 255 = 51%
G 171 of 255 = 67%
B 149 of 255 = 58%

131
171
149

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

Portions of RGB colors in percentages

R + G + B =
131 + 171 + 149 = 451 (100%)
R 131 of 451 ~ 29.05%
G 171 of 451 ~ 37.92%
B 149 of 451 ~ 33.04%

%29.05
%37.92
%33.04

CMYK color model

#83AB95 color CMYK value is (23,0,13,33).

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 32.94%
CMYK:
(23,0,13,33)
C23M0Y13K33 
(23%,0%,13%,33%)
(0.23/0.00/0.13/0.33)	

CMYK percentages

%23.39
%0
%12.87
%32.94

Codes

Color #83AB95 in popluar color models

83AB95
RGB131171149
HSL147°19.23%59.22%
HSB/HSV147°23.39%67.06%
CMYK23.39%0.00%12.87%
32.94%

Color #83AB95 in popluar number systems.

HEX83AB95
Decimal131171149
Binary100000111010101110010101
Octal203253225

Shades and tints

Shades of #83AB95

#83AB95
(131,171,149)
#789C88
(120,156,136)
#6D8D7B
(109,141,123)
#627E6E
(98,126,110)
#576F61
(87,111,97)
#4C6054
(76,96,84)
#415147
(65,81,71)
#36423A
(54,66,58)
#2B332D
(43,51,45)
#202420
(32,36,32)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #83AB95

#83AB95
(131,171,149)
#8EB29E
(142,178,158)
#99B9A7
(153,185,167)
#A4C0B0
(164,192,176)
#AFC7B9
(175,199,185)
#BACEC2
(186,206,194)
#C5D5CB
(197,213,203)
#D0DCD4
(208,220,212)
#DBE3DD
(219,227,221)
#E6EAE6
(230,234,230)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AB95; }

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

This text font color is #83AB95.


Background Color

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

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

This div background color is #83AB95.


Border color

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

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

This div border color is #83AB95.


Opacity

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

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

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

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

This text has shadow with #83AB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AB95 on black background.


Color preview on white background

This text has color #83AB95 on white background.



Black color preview on #83AB95 background

This text has black color on #83AB95 background.


White color preview on #83AB95 background

This text has white color on #83AB95 background.