COLOR #83A1E5

HEX: #83A1E5
RGB: (131,161,229)

Color info

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

RGB color model

#83A1E5 color RGB value is (131,161,229).

  • red value is 131;
  • green value is 161;
  • blue value is 229.
RGB:
(131,161,229)
(51%,63%,90%)

RGB channels and saturation

R 131 of 255 = 51%
G 161 of 255 = 63%
B 229 of 255 = 90%

131
161
229

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

Portions of RGB colors in percentages

R + G + B =
131 + 161 + 229 = 521 (100%)
R 131 of 521 ~ 25.14%
G 161 of 521 ~ 30.9%
B 229 of 521 ~ 43.95%

%25.14
%30.9
%43.95

CMYK color model

#83A1E5 color CMYK value is (43,30,0,10).

  • cyan value is 42.79%
  • magenta value is 29.69%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(43,30,0,10)
C43M30Y0K10 
(43%,30%,0%,10%)
(0.43/0.30/0.00/0.10)	

CMYK percentages

%42.79
%29.69
%0
%10.2

Codes

Color #83A1E5 in popluar color models

83A1E5
RGB131161229
HSL222°65.33%70.59%
HSB/HSV222°42.79%89.80%
CMYK42.79%29.69%0.00%
10.20%

Color #83A1E5 in popluar number systems.

HEX83A1E5
Decimal131161229
Binary100000111010000111100101
Octal203241345

Shades and tints

Shades of #83A1E5

#83A1E5
(131,161,229)
#7893D1
(120,147,209)
#6D85BD
(109,133,189)
#6277A9
(98,119,169)
#576995
(87,105,149)
#4C5B81
(76,91,129)
#414D6D
(65,77,109)
#363F59
(54,63,89)
#2B3145
(43,49,69)
#202331
(32,35,49)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #83A1E5

#83A1E5
(131,161,229)
#8EA9E7
(142,169,231)
#99B1E9
(153,177,233)
#A4B9EB
(164,185,235)
#AFC1ED
(175,193,237)
#BAC9EF
(186,201,239)
#C5D1F1
(197,209,241)
#D0D9F3
(208,217,243)
#DBE1F5
(219,225,245)
#E6E9F7
(230,233,247)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A1E5 color. Also use rgb(131,161,229) instead hex code.

Text Font Color

.myTextColor { color: #83A1E5; }

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

This text font color is #83A1E5.


Background Color

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

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

This div background color is #83A1E5.


Border color

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

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

This div border color is #83A1E5.


Opacity

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

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

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

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

This text has shadow with #83A1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A1E5 on black background.


Color preview on white background

This text has color #83A1E5 on white background.



Black color preview on #83A1E5 background

This text has black color on #83A1E5 background.


White color preview on #83A1E5 background

This text has white color on #83A1E5 background.