COLOR #83A4BA

HEX: #83A4BA
RGB: (131,164,186)

Color info

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

RGB color model

#83A4BA color RGB value is (131,164,186).

  • red value is 131;
  • green value is 164;
  • blue value is 186.
RGB:
(131,164,186)
(51%,64%,73%)

RGB channels and saturation

R 131 of 255 = 51%
G 164 of 255 = 64%
B 186 of 255 = 73%

131
164
186

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

Portions of RGB colors in percentages

R + G + B =
131 + 164 + 186 = 481 (100%)
R 131 of 481 ~ 27.23%
G 164 of 481 ~ 34.1%
B 186 of 481 ~ 38.67%

%27.23
%34.1
%38.67

CMYK color model

#83A4BA color CMYK value is (30,12,0,27).

  • cyan value is 29.57%
  • magenta value is 11.83%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(30,12,0,27)
C30M12Y0K27 
(30%,12%,0%,27%)
(0.30/0.12/0.00/0.27)	

CMYK percentages

%29.57
%11.83
%0
%27.06

Codes

Color #83A4BA in popluar color models

83A4BA
RGB131164186
HSL204°28.50%62.16%
HSB/HSV204°29.57%72.94%
CMYK29.57%11.83%0.00%
27.06%

Color #83A4BA in popluar number systems.

HEX83A4BA
Decimal131164186
Binary100000111010010010111010
Octal203244272

Shades and tints

Shades of #83A4BA

#83A4BA
(131,164,186)
#7896AA
(120,150,170)
#6D889A
(109,136,154)
#627A8A
(98,122,138)
#576C7A
(87,108,122)
#4C5E6A
(76,94,106)
#41505A
(65,80,90)
#36424A
(54,66,74)
#2B343A
(43,52,58)
#20262A
(32,38,42)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #83A4BA

#83A4BA
(131,164,186)
#8EACC0
(142,172,192)
#99B4C6
(153,180,198)
#A4BCCC
(164,188,204)
#AFC4D2
(175,196,210)
#BACCD8
(186,204,216)
#C5D4DE
(197,212,222)
#D0DCE4
(208,220,228)
#DBE4EA
(219,228,234)
#E6ECF0
(230,236,240)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A4BA color. Also use rgb(131,164,186) instead hex code.

Text Font Color

.myTextColor { color: #83A4BA; }

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

This text font color is #83A4BA.


Background Color

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

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

This div background color is #83A4BA.


Border color

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

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

This div border color is #83A4BA.


Opacity

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

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

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

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

This text has shadow with #83A4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A4BA on black background.


Color preview on white background

This text has color #83A4BA on white background.



Black color preview on #83A4BA background

This text has black color on #83A4BA background.


White color preview on #83A4BA background

This text has white color on #83A4BA background.