COLOR #83A5E4

HEX: #83A5E4
RGB: (131,165,228)

Color info

#83A5E4 contains mainly blue color. Web safe color of #83A5E4 is #9999CC (or #99C).

RGB color model

#83A5E4 color RGB value is (131,165,228).

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

RGB channels and saturation

R 131 of 255 = 51%
G 165 of 255 = 65%
B 228 of 255 = 89%

131
165
228

R + G + B ~ 68%. #83A5E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 165 + 228 = 524 (100%)
R 131 of 524 ~ 25%
G 165 of 524 ~ 31.49%
B 228 of 524 ~ 43.51%

%25
%31.49
%43.51

CMYK color model

#83A5E4 color CMYK value is (43,28,0,11).

  • cyan value is 42.54%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(43,28,0,11)
C43M28Y0K11 
(43%,28%,0%,11%)
(0.43/0.28/0.00/0.11)	

CMYK percentages

%42.54
%27.63
%0
%10.59

Codes

Color #83A5E4 in popluar color models

83A5E4
RGB131165228
HSL219°64.24%70.39%
HSB/HSV219°42.54%89.41%
CMYK42.54%27.63%0.00%
10.59%

Color #83A5E4 in popluar number systems.

HEX83A5E4
Decimal131165228
Binary100000111010010111100100
Octal203245344

Shades and tints

Shades of #83A5E4

#83A5E4
(131,165,228)
#7896D0
(120,150,208)
#6D87BC
(109,135,188)
#6278A8
(98,120,168)
#576994
(87,105,148)
#4C5A80
(76,90,128)
#414B6C
(65,75,108)
#363C58
(54,60,88)
#2B2D44
(43,45,68)
#201E30
(32,30,48)
#150F1C
(21,15,28)
#000000
(0,0,0)

Tints of #83A5E4

#83A5E4
(131,165,228)
#8EADE6
(142,173,230)
#99B5E8
(153,181,232)
#A4BDEA
(164,189,234)
#AFC5EC
(175,197,236)
#BACDEE
(186,205,238)
#C5D5F0
(197,213,240)
#D0DDF2
(208,221,242)
#DBE5F4
(219,229,244)
#E6EDF6
(230,237,246)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A5E4; }

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

This text font color is #83A5E4.


Background Color

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

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

This div background color is #83A5E4.


Border color

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

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

This div border color is #83A5E4.


Opacity

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

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

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

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

This text has shadow with #83A5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A5E4 on black background.


Color preview on white background

This text has color #83A5E4 on white background.



Black color preview on #83A5E4 background

This text has black color on #83A5E4 background.


White color preview on #83A5E4 background

This text has white color on #83A5E4 background.