COLOR #83A7B1

HEX: #83A7B1
RGB: (131,167,177)

Color info

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

RGB color model

#83A7B1 color RGB value is (131,167,177).

  • red value is 131;
  • green value is 167;
  • blue value is 177.
RGB:
(131,167,177)
(51%,65%,69%)

RGB channels and saturation

R 131 of 255 = 51%
G 167 of 255 = 65%
B 177 of 255 = 69%

131
167
177

R + G + B ~ 62%. #83A7B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 167 + 177 = 475 (100%)
R 131 of 475 ~ 27.58%
G 167 of 475 ~ 35.16%
B 177 of 475 ~ 37.26%

%27.58
%35.16
%37.26

CMYK color model

#83A7B1 color CMYK value is (26,6,0,31).

  • cyan value is 25.99%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(26,6,0,31)
C26M6Y0K31 
(26%,6%,0%,31%)
(0.26/0.06/0.00/0.31)	

CMYK percentages

%25.99
%5.65
%0
%30.59

Codes

Color #83A7B1 in popluar color models

83A7B1
RGB131167177
HSL193°22.77%60.39%
HSB/HSV193°25.99%69.41%
CMYK25.99%5.65%0.00%
30.59%

Color #83A7B1 in popluar number systems.

HEX83A7B1
Decimal131167177
Binary100000111010011110110001
Octal203247261

Shades and tints

Shades of #83A7B1

#83A7B1
(131,167,177)
#7898A1
(120,152,161)
#6D8991
(109,137,145)
#627A81
(98,122,129)
#576B71
(87,107,113)
#4C5C61
(76,92,97)
#414D51
(65,77,81)
#363E41
(54,62,65)
#2B2F31
(43,47,49)
#202021
(32,32,33)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #83A7B1

#83A7B1
(131,167,177)
#8EAFB8
(142,175,184)
#99B7BF
(153,183,191)
#A4BFC6
(164,191,198)
#AFC7CD
(175,199,205)
#BACFD4
(186,207,212)
#C5D7DB
(197,215,219)
#D0DFE2
(208,223,226)
#DBE7E9
(219,231,233)
#E6EFF0
(230,239,240)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A7B1 color. Also use rgb(131,167,177) instead hex code.

Text Font Color

.myTextColor { color: #83A7B1; }

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

This text font color is #83A7B1.


Background Color

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

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

This div background color is #83A7B1.


Border color

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

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

This div border color is #83A7B1.


Opacity

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

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

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

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

This text has shadow with #83A7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A7B1 on black background.


Color preview on white background

This text has color #83A7B1 on white background.



Black color preview on #83A7B1 background

This text has black color on #83A7B1 background.


White color preview on #83A7B1 background

This text has white color on #83A7B1 background.