COLOR #83B0F3

HEX: #83B0F3
RGB: (131,176,243)

Color info

#83B0F3 contains mainly blue color. Web safe color of #83B0F3 is #9999FF (or #99F).

RGB color model

#83B0F3 color RGB value is (131,176,243).

  • red value is 131;
  • green value is 176;
  • blue value is 243.
RGB:
(131,176,243)
(51%,69%,95%)

RGB channels and saturation

R 131 of 255 = 51%
G 176 of 255 = 69%
B 243 of 255 = 95%

131
176
243

R + G + B ~ 72%. #83B0F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 176 + 243 = 550 (100%)
R 131 of 550 ~ 23.82%
G 176 of 550 ~ 32%
B 243 of 550 ~ 44.18%

%23.82
%32
%44.18

CMYK color model

#83B0F3 color CMYK value is (46,28,0,5).

  • cyan value is 46.09%
  • magenta value is 27.57%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(46,28,0,5)
C46M28Y0K5 
(46%,28%,0%,5%)
(0.46/0.28/0.00/0.05)	

CMYK percentages

%46.09
%27.57
%0
%4.71

Codes

Color #83B0F3 in popluar color models

83B0F3
RGB131176243
HSL216°82.35%73.33%
HSB/HSV216°46.09%95.29%
CMYK46.09%27.57%0.00%
4.71%

Color #83B0F3 in popluar number systems.

HEX83B0F3
Decimal131176243
Binary100000111011000011110011
Octal203260363

Shades and tints

Shades of #83B0F3

#83B0F3
(131,176,243)
#78A0DD
(120,160,221)
#6D90C7
(109,144,199)
#6280B1
(98,128,177)
#57709B
(87,112,155)
#4C6085
(76,96,133)
#41506F
(65,80,111)
#364059
(54,64,89)
#2B3043
(43,48,67)
#20202D
(32,32,45)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #83B0F3

#83B0F3
(131,176,243)
#8EB7F4
(142,183,244)
#99BEF5
(153,190,245)
#A4C5F6
(164,197,246)
#AFCCF7
(175,204,247)
#BAD3F8
(186,211,248)
#C5DAF9
(197,218,249)
#D0E1FA
(208,225,250)
#DBE8FB
(219,232,251)
#E6EFFC
(230,239,252)
#F1F6FD
(241,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B0F3 color. Also use rgb(131,176,243) instead hex code.

Text Font Color

.myTextColor { color: #83B0F3; }

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

This text font color is #83B0F3.


Background Color

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

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

This div background color is #83B0F3.


Border color

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

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

This div border color is #83B0F3.


Opacity

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

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

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

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

This text has shadow with #83B0F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B0F3 on black background.


Color preview on white background

This text has color #83B0F3 on white background.



Black color preview on #83B0F3 background

This text has black color on #83B0F3 background.


White color preview on #83B0F3 background

This text has white color on #83B0F3 background.