COLOR #83ABFF

HEX: #83ABFF
RGB: (131,171,255)

Color info

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

RGB color model

#83ABFF color RGB value is (131,171,255).

  • red value is 131;
  • green value is 171;
  • blue value is 255.
RGB:
(131,171,255)
(51%,67%,100%)

RGB channels and saturation

R 131 of 255 = 51%
G 171 of 255 = 67%
B 255 of 255 = 100%

131
171
255

R + G + B ~ 73%. #83ABFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 171 + 255 = 557 (100%)
R 131 of 557 ~ 23.52%
G 171 of 557 ~ 30.7%
B 255 of 557 ~ 45.78%

%23.52
%30.7
%45.78

CMYK color model

#83ABFF color CMYK value is (49,33,0,0).

  • cyan value is 48.63%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(49,33,0,0)
C49M33Y0K0 
(49%,33%,0%,0%)
(0.49/0.33/0.00/0.00)	

CMYK percentages

%48.63
%32.94
%0
%0

Codes

Color #83ABFF in popluar color models

83ABFF
RGB131171255
HSL221°100.00%75.69%
HSB/HSV221°48.63%100.00%
CMYK48.63%32.94%0.00%
0.00%

Color #83ABFF in popluar number systems.

HEX83ABFF
Decimal131171255
Binary100000111010101111111111
Octal203253377

Shades and tints

Shades of #83ABFF

#83ABFF
(131,171,255)
#789CE8
(120,156,232)
#6D8DD1
(109,141,209)
#627EBA
(98,126,186)
#576FA3
(87,111,163)
#4C608C
(76,96,140)
#415175
(65,81,117)
#36425E
(54,66,94)
#2B3347
(43,51,71)
#202430
(32,36,48)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #83ABFF

#83ABFF
(131,171,255)
#8EB2FF
(142,178,255)
#99B9FF
(153,185,255)
#A4C0FF
(164,192,255)
#AFC7FF
(175,199,255)
#BACEFF
(186,206,255)
#C5D5FF
(197,213,255)
#D0DCFF
(208,220,255)
#DBE3FF
(219,227,255)
#E6EAFF
(230,234,255)
#F1F1FF
(241,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83ABFF color. Also use rgb(131,171,255) instead hex code.

Text Font Color

.myTextColor { color: #83ABFF; }

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

This text font color is #83ABFF.


Background Color

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

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

This div background color is #83ABFF.


Border color

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

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

This div border color is #83ABFF.


Opacity

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

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

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

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

This text has shadow with #83ABFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83ABFF on black background.


Color preview on white background

This text has color #83ABFF on white background.



Black color preview on #83ABFF background

This text has black color on #83ABFF background.


White color preview on #83ABFF background

This text has white color on #83ABFF background.