COLOR #83B9AB

HEX: #83B9AB
RGB: (131,185,171)

Color info

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

RGB color model

#83B9AB color RGB value is (131,185,171).

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

RGB channels and saturation

R 131 of 255 = 51%
G 185 of 255 = 73%
B 171 of 255 = 67%

131
185
171

R + G + B ~ 64%. #83B9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 185 + 171 = 487 (100%)
R 131 of 487 ~ 26.9%
G 185 of 487 ~ 37.99%
B 171 of 487 ~ 35.11%

%26.9
%37.99
%35.11

CMYK color model

#83B9AB color CMYK value is (29,0,8,27).

  • cyan value is 29.19%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(29,0,8,27)
C29M0Y8K27 
(29%,0%,8%,27%)
(0.29/0.00/0.08/0.27)	

CMYK percentages

%29.19
%0
%7.57
%27.45

Codes

Color #83B9AB in popluar color models

83B9AB
RGB131185171
HSL164°27.84%61.96%
HSB/HSV164°29.19%72.55%
CMYK29.19%0.00%7.57%
27.45%

Color #83B9AB in popluar number systems.

HEX83B9AB
Decimal131185171
Binary100000111011100110101011
Octal203271253

Shades and tints

Shades of #83B9AB

#83B9AB
(131,185,171)
#78A99C
(120,169,156)
#6D998D
(109,153,141)
#62897E
(98,137,126)
#57796F
(87,121,111)
#4C6960
(76,105,96)
#415951
(65,89,81)
#364942
(54,73,66)
#2B3933
(43,57,51)
#202924
(32,41,36)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #83B9AB

#83B9AB
(131,185,171)
#8EBFB2
(142,191,178)
#99C5B9
(153,197,185)
#A4CBC0
(164,203,192)
#AFD1C7
(175,209,199)
#BAD7CE
(186,215,206)
#C5DDD5
(197,221,213)
#D0E3DC
(208,227,220)
#DBE9E3
(219,233,227)
#E6EFEA
(230,239,234)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B9AB; }

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

This text font color is #83B9AB.


Background Color

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

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

This div background color is #83B9AB.


Border color

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

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

This div border color is #83B9AB.


Opacity

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

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

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

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

This text has shadow with #83B9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B9AB on black background.


Color preview on white background

This text has color #83B9AB on white background.



Black color preview on #83B9AB background

This text has black color on #83B9AB background.


White color preview on #83B9AB background

This text has white color on #83B9AB background.