COLOR #83A0BD

HEX: #83A0BD
RGB: (131,160,189)

Color info

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

RGB color model

#83A0BD color RGB value is (131,160,189).

  • red value is 131;
  • green value is 160;
  • blue value is 189.
RGB:
(131,160,189)
(51%,63%,74%)

RGB channels and saturation

R 131 of 255 = 51%
G 160 of 255 = 63%
B 189 of 255 = 74%

131
160
189

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

Portions of RGB colors in percentages

R + G + B =
131 + 160 + 189 = 480 (100%)
R 131 of 480 ~ 27.29%
G 160 of 480 ~ 33.33%
B 189 of 480 ~ 39.38%

%27.29
%33.33
%39.38

CMYK color model

#83A0BD color CMYK value is (31,15,0,26).

  • cyan value is 30.69%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(31,15,0,26)
C31M15Y0K26 
(31%,15%,0%,26%)
(0.31/0.15/0.00/0.26)	

CMYK percentages

%30.69
%15.34
%0
%25.88

Codes

Color #83A0BD in popluar color models

83A0BD
RGB131160189
HSL210°30.53%62.75%
HSB/HSV210°30.69%74.12%
CMYK30.69%15.34%0.00%
25.88%

Color #83A0BD in popluar number systems.

HEX83A0BD
Decimal131160189
Binary100000111010000010111101
Octal203240275

Shades and tints

Shades of #83A0BD

#83A0BD
(131,160,189)
#7892AC
(120,146,172)
#6D849B
(109,132,155)
#62768A
(98,118,138)
#576879
(87,104,121)
#4C5A68
(76,90,104)
#414C57
(65,76,87)
#363E46
(54,62,70)
#2B3035
(43,48,53)
#202224
(32,34,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #83A0BD

#83A0BD
(131,160,189)
#8EA8C3
(142,168,195)
#99B0C9
(153,176,201)
#A4B8CF
(164,184,207)
#AFC0D5
(175,192,213)
#BAC8DB
(186,200,219)
#C5D0E1
(197,208,225)
#D0D8E7
(208,216,231)
#DBE0ED
(219,224,237)
#E6E8F3
(230,232,243)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A0BD color. Also use rgb(131,160,189) instead hex code.

Text Font Color

.myTextColor { color: #83A0BD; }

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

This text font color is #83A0BD.


Background Color

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

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

This div background color is #83A0BD.


Border color

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

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

This div border color is #83A0BD.


Opacity

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

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

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

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

This text has shadow with #83A0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A0BD on black background.


Color preview on white background

This text has color #83A0BD on white background.



Black color preview on #83A0BD background

This text has black color on #83A0BD background.


White color preview on #83A0BD background

This text has white color on #83A0BD background.