COLOR #83A9B5

HEX: #83A9B5
RGB: (131,169,181)

Color info

#83A9B5 contains red, green and blue colors in about the same proportion. Web safe color of #83A9B5 is #9999CC (or #99C).

RGB color model

#83A9B5 color RGB value is (131,169,181).

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

RGB channels and saturation

R 131 of 255 = 51%
G 169 of 255 = 66%
B 181 of 255 = 71%

131
169
181

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

Portions of RGB colors in percentages

R + G + B =
131 + 169 + 181 = 481 (100%)
R 131 of 481 ~ 27.23%
G 169 of 481 ~ 35.14%
B 181 of 481 ~ 37.63%

%27.23
%35.14
%37.63

CMYK color model

#83A9B5 color CMYK value is (28,7,0,29).

  • cyan value is 27.62%
  • magenta value is 6.63%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(28,7,0,29)
C28M7Y0K29 
(28%,7%,0%,29%)
(0.28/0.07/0.00/0.29)	

CMYK percentages

%27.62
%6.63
%0
%29.02

Codes

Color #83A9B5 in popluar color models

83A9B5
RGB131169181
HSL194°25.25%61.18%
HSB/HSV194°27.62%70.98%
CMYK27.62%6.63%0.00%
29.02%

Color #83A9B5 in popluar number systems.

HEX83A9B5
Decimal131169181
Binary100000111010100110110101
Octal203251265

Shades and tints

Shades of #83A9B5

#83A9B5
(131,169,181)
#789AA5
(120,154,165)
#6D8B95
(109,139,149)
#627C85
(98,124,133)
#576D75
(87,109,117)
#4C5E65
(76,94,101)
#414F55
(65,79,85)
#364045
(54,64,69)
#2B3135
(43,49,53)
#202225
(32,34,37)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #83A9B5

#83A9B5
(131,169,181)
#8EB0BB
(142,176,187)
#99B7C1
(153,183,193)
#A4BEC7
(164,190,199)
#AFC5CD
(175,197,205)
#BACCD3
(186,204,211)
#C5D3D9
(197,211,217)
#D0DADF
(208,218,223)
#DBE1E5
(219,225,229)
#E6E8EB
(230,232,235)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A9B5; }

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

This text font color is #83A9B5.


Background Color

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

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

This div background color is #83A9B5.


Border color

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

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

This div border color is #83A9B5.


Opacity

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

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

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

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

This text has shadow with #83A9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A9B5 on black background.


Color preview on white background

This text has color #83A9B5 on white background.



Black color preview on #83A9B5 background

This text has black color on #83A9B5 background.


White color preview on #83A9B5 background

This text has white color on #83A9B5 background.