COLOR #83A3DE

HEX: #83A3DE
RGB: (131,163,222)

Color info

#83A3DE contains mainly green and blue colors. Web safe color of #83A3DE is #9999CC (or #99C).

RGB color model

#83A3DE color RGB value is (131,163,222).

  • red value is 131;
  • green value is 163;
  • blue value is 222.
RGB:
(131,163,222)
(51%,64%,87%)

RGB channels and saturation

R 131 of 255 = 51%
G 163 of 255 = 64%
B 222 of 255 = 87%

131
163
222

R + G + B ~ 67%. #83A3DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 163 + 222 = 516 (100%)
R 131 of 516 ~ 25.39%
G 163 of 516 ~ 31.59%
B 222 of 516 ~ 43.02%

%25.39
%31.59
%43.02

CMYK color model

#83A3DE color CMYK value is (41,27,0,13).

  • cyan value is 40.99%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(41,27,0,13)
C41M27Y0K13 
(41%,27%,0%,13%)
(0.41/0.27/0.00/0.13)	

CMYK percentages

%40.99
%26.58
%0
%12.94

Codes

Color #83A3DE in popluar color models

83A3DE
RGB131163222
HSL219°57.96%69.22%
HSB/HSV219°40.99%87.06%
CMYK40.99%26.58%0.00%
12.94%

Color #83A3DE in popluar number systems.

HEX83A3DE
Decimal131163222
Binary100000111010001111011110
Octal203243336

Shades and tints

Shades of #83A3DE

#83A3DE
(131,163,222)
#7895CA
(120,149,202)
#6D87B6
(109,135,182)
#6279A2
(98,121,162)
#576B8E
(87,107,142)
#4C5D7A
(76,93,122)
#414F66
(65,79,102)
#364152
(54,65,82)
#2B333E
(43,51,62)
#20252A
(32,37,42)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #83A3DE

#83A3DE
(131,163,222)
#8EABE1
(142,171,225)
#99B3E4
(153,179,228)
#A4BBE7
(164,187,231)
#AFC3EA
(175,195,234)
#BACBED
(186,203,237)
#C5D3F0
(197,211,240)
#D0DBF3
(208,219,243)
#DBE3F6
(219,227,246)
#E6EBF9
(230,235,249)
#F1F3FC
(241,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A3DE color. Also use rgb(131,163,222) instead hex code.

Text Font Color

.myTextColor { color: #83A3DE; }

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

This text font color is #83A3DE.


Background Color

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

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

This div background color is #83A3DE.


Border color

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

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

This div border color is #83A3DE.


Opacity

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

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

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

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

This text has shadow with #83A3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A3DE on black background.


Color preview on white background

This text has color #83A3DE on white background.



Black color preview on #83A3DE background

This text has black color on #83A3DE background.


White color preview on #83A3DE background

This text has white color on #83A3DE background.