COLOR #83B5AD

HEX: #83B5AD
RGB: (131,181,173)

Color info

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

RGB color model

#83B5AD color RGB value is (131,181,173).

  • red value is 131;
  • green value is 181;
  • blue value is 173.
RGB:
(131,181,173)
(51%,71%,68%)

RGB channels and saturation

R 131 of 255 = 51%
G 181 of 255 = 71%
B 173 of 255 = 68%

131
181
173

R + G + B ~ 63%. #83B5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 181 + 173 = 485 (100%)
R 131 of 485 ~ 27.01%
G 181 of 485 ~ 37.32%
B 173 of 485 ~ 35.67%

%27.01
%37.32
%35.67

CMYK color model

#83B5AD color CMYK value is (28,0,4,29).

  • cyan value is 27.62%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(28,0,4,29)
C28M0Y4K29 
(28%,0%,4%,29%)
(0.28/0.00/0.04/0.29)	

CMYK percentages

%27.62
%0
%4.42
%29.02

Codes

Color #83B5AD in popluar color models

83B5AD
RGB131181173
HSL170°25.25%61.18%
HSB/HSV170°27.62%70.98%
CMYK27.62%0.00%4.42%
29.02%

Color #83B5AD in popluar number systems.

HEX83B5AD
Decimal131181173
Binary100000111011010110101101
Octal203265255

Shades and tints

Shades of #83B5AD

#83B5AD
(131,181,173)
#78A59E
(120,165,158)
#6D958F
(109,149,143)
#628580
(98,133,128)
#577571
(87,117,113)
#4C6562
(76,101,98)
#415553
(65,85,83)
#364544
(54,69,68)
#2B3535
(43,53,53)
#202526
(32,37,38)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #83B5AD

#83B5AD
(131,181,173)
#8EBBB4
(142,187,180)
#99C1BB
(153,193,187)
#A4C7C2
(164,199,194)
#AFCDC9
(175,205,201)
#BAD3D0
(186,211,208)
#C5D9D7
(197,217,215)
#D0DFDE
(208,223,222)
#DBE5E5
(219,229,229)
#E6EBEC
(230,235,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B5AD color. Also use rgb(131,181,173) instead hex code.

Text Font Color

.myTextColor { color: #83B5AD; }

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

This text font color is #83B5AD.


Background Color

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

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

This div background color is #83B5AD.


Border color

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

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

This div border color is #83B5AD.


Opacity

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

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

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

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

This text has shadow with #83B5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B5AD on black background.


Color preview on white background

This text has color #83B5AD on white background.



Black color preview on #83B5AD background

This text has black color on #83B5AD background.


White color preview on #83B5AD background

This text has white color on #83B5AD background.