COLOR #83A9BB

HEX: #83A9BB
RGB: (131,169,187)

Color info

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

RGB color model

#83A9BB color RGB value is (131,169,187).

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

RGB channels and saturation

R 131 of 255 = 51%
G 169 of 255 = 66%
B 187 of 255 = 73%

131
169
187

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

Portions of RGB colors in percentages

R + G + B =
131 + 169 + 187 = 487 (100%)
R 131 of 487 ~ 26.9%
G 169 of 487 ~ 34.7%
B 187 of 487 ~ 38.4%

%26.9
%34.7
%38.4

CMYK color model

#83A9BB color CMYK value is (30,10,0,27).

  • cyan value is 29.95%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(30,10,0,27)
C30M10Y0K27 
(30%,10%,0%,27%)
(0.30/0.10/0.00/0.27)	

CMYK percentages

%29.95
%9.63
%0
%26.67

Codes

Color #83A9BB in popluar color models

83A9BB
RGB131169187
HSL199°29.17%62.35%
HSB/HSV199°29.95%73.33%
CMYK29.95%9.63%0.00%
26.67%

Color #83A9BB in popluar number systems.

HEX83A9BB
Decimal131169187
Binary100000111010100110111011
Octal203251273

Shades and tints

Shades of #83A9BB

#83A9BB
(131,169,187)
#789AAA
(120,154,170)
#6D8B99
(109,139,153)
#627C88
(98,124,136)
#576D77
(87,109,119)
#4C5E66
(76,94,102)
#414F55
(65,79,85)
#364044
(54,64,68)
#2B3133
(43,49,51)
#202222
(32,34,34)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #83A9BB

#83A9BB
(131,169,187)
#8EB0C1
(142,176,193)
#99B7C7
(153,183,199)
#A4BECD
(164,190,205)
#AFC5D3
(175,197,211)
#BACCD9
(186,204,217)
#C5D3DF
(197,211,223)
#D0DAE5
(208,218,229)
#DBE1EB
(219,225,235)
#E6E8F1
(230,232,241)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A9BB; }

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

This text font color is #83A9BB.


Background Color

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

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

This div background color is #83A9BB.


Border color

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

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

This div border color is #83A9BB.


Opacity

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

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

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

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

This text has shadow with #83A9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A9BB on black background.


Color preview on white background

This text has color #83A9BB on white background.



Black color preview on #83A9BB background

This text has black color on #83A9BB background.


White color preview on #83A9BB background

This text has white color on #83A9BB background.