COLOR #83A6E6

HEX: #83A6E6
RGB: (131,166,230)

Color info

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

RGB color model

#83A6E6 color RGB value is (131,166,230).

  • red value is 131;
  • green value is 166;
  • blue value is 230.
RGB:
(131,166,230)
(51%,65%,90%)

RGB channels and saturation

R 131 of 255 = 51%
G 166 of 255 = 65%
B 230 of 255 = 90%

131
166
230

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

Portions of RGB colors in percentages

R + G + B =
131 + 166 + 230 = 527 (100%)
R 131 of 527 ~ 24.86%
G 166 of 527 ~ 31.5%
B 230 of 527 ~ 43.64%

%24.86
%31.5
%43.64

CMYK color model

#83A6E6 color CMYK value is (43,28,0,10).

  • cyan value is 43.04%
  • magenta value is 27.83%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(43,28,0,10)
C43M28Y0K10 
(43%,28%,0%,10%)
(0.43/0.28/0.00/0.10)	

CMYK percentages

%43.04
%27.83
%0
%9.8

Codes

Color #83A6E6 in popluar color models

83A6E6
RGB131166230
HSL219°66.44%70.78%
HSB/HSV219°43.04%90.20%
CMYK43.04%27.83%0.00%
9.80%

Color #83A6E6 in popluar number systems.

HEX83A6E6
Decimal131166230
Binary100000111010011011100110
Octal203246346

Shades and tints

Shades of #83A6E6

#83A6E6
(131,166,230)
#7897D2
(120,151,210)
#6D88BE
(109,136,190)
#6279AA
(98,121,170)
#576A96
(87,106,150)
#4C5B82
(76,91,130)
#414C6E
(65,76,110)
#363D5A
(54,61,90)
#2B2E46
(43,46,70)
#201F32
(32,31,50)
#15101E
(21,16,30)
#000000
(0,0,0)

Tints of #83A6E6

#83A6E6
(131,166,230)
#8EAEE8
(142,174,232)
#99B6EA
(153,182,234)
#A4BEEC
(164,190,236)
#AFC6EE
(175,198,238)
#BACEF0
(186,206,240)
#C5D6F2
(197,214,242)
#D0DEF4
(208,222,244)
#DBE6F6
(219,230,246)
#E6EEF8
(230,238,248)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A6E6 color. Also use rgb(131,166,230) instead hex code.

Text Font Color

.myTextColor { color: #83A6E6; }

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

This text font color is #83A6E6.


Background Color

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

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

This div background color is #83A6E6.


Border color

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

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

This div border color is #83A6E6.


Opacity

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

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

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

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

This text has shadow with #83A6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A6E6 on black background.


Color preview on white background

This text has color #83A6E6 on white background.



Black color preview on #83A6E6 background

This text has black color on #83A6E6 background.


White color preview on #83A6E6 background

This text has white color on #83A6E6 background.