COLOR #83A3D0

HEX: #83A3D0
RGB: (131,163,208)

Color info

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

RGB color model

#83A3D0 color RGB value is (131,163,208).

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

RGB channels and saturation

R 131 of 255 = 51%
G 163 of 255 = 64%
B 208 of 255 = 82%

131
163
208

R + G + B ~ 66%. #83A3D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 163 + 208 = 502 (100%)
R 131 of 502 ~ 26.1%
G 163 of 502 ~ 32.47%
B 208 of 502 ~ 41.43%

%26.1
%32.47
%41.43

CMYK color model

#83A3D0 color CMYK value is (37,22,0,18).

  • cyan value is 37.02%
  • magenta value is 21.63%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(37,22,0,18)
C37M22Y0K18 
(37%,22%,0%,18%)
(0.37/0.22/0.00/0.18)	

CMYK percentages

%37.02
%21.63
%0
%18.43

Codes

Color #83A3D0 in popluar color models

83A3D0
RGB131163208
HSL215°45.03%66.47%
HSB/HSV215°37.02%81.57%
CMYK37.02%21.63%0.00%
18.43%

Color #83A3D0 in popluar number systems.

HEX83A3D0
Decimal131163208
Binary100000111010001111010000
Octal203243320

Shades and tints

Shades of #83A3D0

#83A3D0
(131,163,208)
#7895BE
(120,149,190)
#6D87AC
(109,135,172)
#62799A
(98,121,154)
#576B88
(87,107,136)
#4C5D76
(76,93,118)
#414F64
(65,79,100)
#364152
(54,65,82)
#2B3340
(43,51,64)
#20252E
(32,37,46)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #83A3D0

#83A3D0
(131,163,208)
#8EABD4
(142,171,212)
#99B3D8
(153,179,216)
#A4BBDC
(164,187,220)
#AFC3E0
(175,195,224)
#BACBE4
(186,203,228)
#C5D3E8
(197,211,232)
#D0DBEC
(208,219,236)
#DBE3F0
(219,227,240)
#E6EBF4
(230,235,244)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A3D0; }

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

This text font color is #83A3D0.


Background Color

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

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

This div background color is #83A3D0.


Border color

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

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

This div border color is #83A3D0.


Opacity

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

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

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

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

This text has shadow with #83A3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A3D0 on black background.


Color preview on white background

This text has color #83A3D0 on white background.



Black color preview on #83A3D0 background

This text has black color on #83A3D0 background.


White color preview on #83A3D0 background

This text has white color on #83A3D0 background.