COLOR #83A5E9

HEX: #83A5E9
RGB: (131,165,233)

Color info

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

RGB color model

#83A5E9 color RGB value is (131,165,233).

  • red value is 131;
  • green value is 165;
  • blue value is 233.
RGB:
(131,165,233)
(51%,65%,91%)

RGB channels and saturation

R 131 of 255 = 51%
G 165 of 255 = 65%
B 233 of 255 = 91%

131
165
233

R + G + B ~ 69%. #83A5E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 165 + 233 = 529 (100%)
R 131 of 529 ~ 24.76%
G 165 of 529 ~ 31.19%
B 233 of 529 ~ 44.05%

%24.76
%31.19
%44.05

CMYK color model

#83A5E9 color CMYK value is (44,29,0,9).

  • cyan value is 43.78%
  • magenta value is 29.18%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(44,29,0,9)
C44M29Y0K9 
(44%,29%,0%,9%)
(0.44/0.29/0.00/0.09)	

CMYK percentages

%43.78
%29.18
%0
%8.63

Codes

Color #83A5E9 in popluar color models

83A5E9
RGB131165233
HSL220°69.86%71.37%
HSB/HSV220°43.78%91.37%
CMYK43.78%29.18%0.00%
8.63%

Color #83A5E9 in popluar number systems.

HEX83A5E9
Decimal131165233
Binary100000111010010111101001
Octal203245351

Shades and tints

Shades of #83A5E9

#83A5E9
(131,165,233)
#7896D4
(120,150,212)
#6D87BF
(109,135,191)
#6278AA
(98,120,170)
#576995
(87,105,149)
#4C5A80
(76,90,128)
#414B6B
(65,75,107)
#363C56
(54,60,86)
#2B2D41
(43,45,65)
#201E2C
(32,30,44)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #83A5E9

#83A5E9
(131,165,233)
#8EADEB
(142,173,235)
#99B5ED
(153,181,237)
#A4BDEF
(164,189,239)
#AFC5F1
(175,197,241)
#BACDF3
(186,205,243)
#C5D5F5
(197,213,245)
#D0DDF7
(208,221,247)
#DBE5F9
(219,229,249)
#E6EDFB
(230,237,251)
#F1F5FD
(241,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A5E9 color. Also use rgb(131,165,233) instead hex code.

Text Font Color

.myTextColor { color: #83A5E9; }

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

This text font color is #83A5E9.


Background Color

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

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

This div background color is #83A5E9.


Border color

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

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

This div border color is #83A5E9.


Opacity

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

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

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

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

This text has shadow with #83A5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A5E9 on black background.


Color preview on white background

This text has color #83A5E9 on white background.



Black color preview on #83A5E9 background

This text has black color on #83A5E9 background.


White color preview on #83A5E9 background

This text has white color on #83A5E9 background.