COLOR #83A0BE

HEX: #83A0BE
RGB: (131,160,190)

Color info

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

RGB color model

#83A0BE color RGB value is (131,160,190).

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

RGB channels and saturation

R 131 of 255 = 51%
G 160 of 255 = 63%
B 190 of 255 = 75%

131
160
190

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

Portions of RGB colors in percentages

R + G + B =
131 + 160 + 190 = 481 (100%)
R 131 of 481 ~ 27.23%
G 160 of 481 ~ 33.26%
B 190 of 481 ~ 39.5%

%27.23
%33.26
%39.5

CMYK color model

#83A0BE color CMYK value is (31,16,0,25).

  • cyan value is 31.05%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(31,16,0,25)
C31M16Y0K25 
(31%,16%,0%,25%)
(0.31/0.16/0.00/0.25)	

CMYK percentages

%31.05
%15.79
%0
%25.49

Codes

Color #83A0BE in popluar color models

83A0BE
RGB131160190
HSL211°31.22%62.94%
HSB/HSV211°31.05%74.51%
CMYK31.05%15.79%0.00%
25.49%

Color #83A0BE in popluar number systems.

HEX83A0BE
Decimal131160190
Binary100000111010000010111110
Octal203240276

Shades and tints

Shades of #83A0BE

#83A0BE
(131,160,190)
#7892AD
(120,146,173)
#6D849C
(109,132,156)
#62768B
(98,118,139)
#57687A
(87,104,122)
#4C5A69
(76,90,105)
#414C58
(65,76,88)
#363E47
(54,62,71)
#2B3036
(43,48,54)
#202225
(32,34,37)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #83A0BE

#83A0BE
(131,160,190)
#8EA8C3
(142,168,195)
#99B0C8
(153,176,200)
#A4B8CD
(164,184,205)
#AFC0D2
(175,192,210)
#BAC8D7
(186,200,215)
#C5D0DC
(197,208,220)
#D0D8E1
(208,216,225)
#DBE0E6
(219,224,230)
#E6E8EB
(230,232,235)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A0BE; }

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

This text font color is #83A0BE.


Background Color

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

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

This div background color is #83A0BE.


Border color

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

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

This div border color is #83A0BE.


Opacity

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

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

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

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

This text has shadow with #83A0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A0BE on black background.


Color preview on white background

This text has color #83A0BE on white background.



Black color preview on #83A0BE background

This text has black color on #83A0BE background.


White color preview on #83A0BE background

This text has white color on #83A0BE background.