COLOR #83A0BC

HEX: #83A0BC
RGB: (131,160,188)

Color info

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

RGB color model

#83A0BC color RGB value is (131,160,188).

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

RGB channels and saturation

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

131
160
188

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

Portions of RGB colors in percentages

R + G + B =
131 + 160 + 188 = 479 (100%)
R 131 of 479 ~ 27.35%
G 160 of 479 ~ 33.4%
B 188 of 479 ~ 39.25%

%27.35
%33.4
%39.25

CMYK color model

#83A0BC color CMYK value is (30,15,0,26).

  • cyan value is 30.32%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(30,15,0,26)
C30M15Y0K26 
(30%,15%,0%,26%)
(0.30/0.15/0.00/0.26)	

CMYK percentages

%30.32
%14.89
%0
%26.27

Codes

Color #83A0BC in popluar color models

83A0BC
RGB131160188
HSL209°29.84%62.55%
HSB/HSV209°30.32%73.73%
CMYK30.32%14.89%0.00%
26.27%

Color #83A0BC in popluar number systems.

HEX83A0BC
Decimal131160188
Binary100000111010000010111100
Octal203240274

Shades and tints

Shades of #83A0BC

#83A0BC
(131,160,188)
#7892AB
(120,146,171)
#6D849A
(109,132,154)
#627689
(98,118,137)
#576878
(87,104,120)
#4C5A67
(76,90,103)
#414C56
(65,76,86)
#363E45
(54,62,69)
#2B3034
(43,48,52)
#202223
(32,34,35)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #83A0BC

#83A0BC
(131,160,188)
#8EA8C2
(142,168,194)
#99B0C8
(153,176,200)
#A4B8CE
(164,184,206)
#AFC0D4
(175,192,212)
#BAC8DA
(186,200,218)
#C5D0E0
(197,208,224)
#D0D8E6
(208,216,230)
#DBE0EC
(219,224,236)
#E6E8F2
(230,232,242)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A0BC; }

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

This text font color is #83A0BC.


Background Color

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

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

This div background color is #83A0BC.


Border color

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

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

This div border color is #83A0BC.


Opacity

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

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

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

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

This text has shadow with #83A0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A0BC on black background.


Color preview on white background

This text has color #83A0BC on white background.



Black color preview on #83A0BC background

This text has black color on #83A0BC background.


White color preview on #83A0BC background

This text has white color on #83A0BC background.