COLOR #83A8FD

HEX: #83A8FD
RGB: (131,168,253)

Color info

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

RGB color model

#83A8FD color RGB value is (131,168,253).

  • red value is 131;
  • green value is 168;
  • blue value is 253.
RGB:
(131,168,253)
(51%,66%,99%)

RGB channels and saturation

R 131 of 255 = 51%
G 168 of 255 = 66%
B 253 of 255 = 99%

131
168
253

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

Portions of RGB colors in percentages

R + G + B =
131 + 168 + 253 = 552 (100%)
R 131 of 552 ~ 23.73%
G 168 of 552 ~ 30.43%
B 253 of 552 ~ 45.83%

%23.73
%30.43
%45.83

CMYK color model

#83A8FD color CMYK value is (48,34,0,1).

  • cyan value is 48.22%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(48,34,0,1)
C48M34Y0K1 
(48%,34%,0%,1%)
(0.48/0.34/0.00/0.01)	

CMYK percentages

%48.22
%33.6
%0
%0.78

Codes

Color #83A8FD in popluar color models

83A8FD
RGB131168253
HSL222°96.83%75.29%
HSB/HSV222°48.22%99.22%
CMYK48.22%33.60%0.00%
0.78%

Color #83A8FD in popluar number systems.

HEX83A8FD
Decimal131168253
Binary100000111010100011111101
Octal203250375

Shades and tints

Shades of #83A8FD

#83A8FD
(131,168,253)
#7899E6
(120,153,230)
#6D8ACF
(109,138,207)
#627BB8
(98,123,184)
#576CA1
(87,108,161)
#4C5D8A
(76,93,138)
#414E73
(65,78,115)
#363F5C
(54,63,92)
#2B3045
(43,48,69)
#20212E
(32,33,46)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #83A8FD

#83A8FD
(131,168,253)
#8EAFFD
(142,175,253)
#99B6FD
(153,182,253)
#A4BDFD
(164,189,253)
#AFC4FD
(175,196,253)
#BACBFD
(186,203,253)
#C5D2FD
(197,210,253)
#D0D9FD
(208,217,253)
#DBE0FD
(219,224,253)
#E6E7FD
(230,231,253)
#F1EEFD
(241,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A8FD color. Also use rgb(131,168,253) instead hex code.

Text Font Color

.myTextColor { color: #83A8FD; }

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

This text font color is #83A8FD.


Background Color

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

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

This div background color is #83A8FD.


Border color

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

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

This div border color is #83A8FD.


Opacity

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

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

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

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

This text has shadow with #83A8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A8FD on black background.


Color preview on white background

This text has color #83A8FD on white background.



Black color preview on #83A8FD background

This text has black color on #83A8FD background.


White color preview on #83A8FD background

This text has white color on #83A8FD background.