COLOR #83B1E6

HEX: #83B1E6
RGB: (131,177,230)

Color info

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

RGB color model

#83B1E6 color RGB value is (131,177,230).

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

RGB channels and saturation

R 131 of 255 = 51%
G 177 of 255 = 69%
B 230 of 255 = 90%

131
177
230

R + G + B ~ 70%. #83B1E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 177 + 230 = 538 (100%)
R 131 of 538 ~ 24.35%
G 177 of 538 ~ 32.9%
B 230 of 538 ~ 42.75%

%24.35
%32.9
%42.75

CMYK color model

#83B1E6 color CMYK value is (43,23,0,10).

  • cyan value is 43.04%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(43,23,0,10)
C43M23Y0K10 
(43%,23%,0%,10%)
(0.43/0.23/0.00/0.10)	

CMYK percentages

%43.04
%23.04
%0
%9.8

Codes

Color #83B1E6 in popluar color models

83B1E6
RGB131177230
HSL212°66.44%70.78%
HSB/HSV212°43.04%90.20%
CMYK43.04%23.04%0.00%
9.80%

Color #83B1E6 in popluar number systems.

HEX83B1E6
Decimal131177230
Binary100000111011000111100110
Octal203261346

Shades and tints

Shades of #83B1E6

#83B1E6
(131,177,230)
#78A1D2
(120,161,210)
#6D91BE
(109,145,190)
#6281AA
(98,129,170)
#577196
(87,113,150)
#4C6182
(76,97,130)
#41516E
(65,81,110)
#36415A
(54,65,90)
#2B3146
(43,49,70)
#202132
(32,33,50)
#15111E
(21,17,30)
#000000
(0,0,0)

Tints of #83B1E6

#83B1E6
(131,177,230)
#8EB8E8
(142,184,232)
#99BFEA
(153,191,234)
#A4C6EC
(164,198,236)
#AFCDEE
(175,205,238)
#BAD4F0
(186,212,240)
#C5DBF2
(197,219,242)
#D0E2F4
(208,226,244)
#DBE9F6
(219,233,246)
#E6F0F8
(230,240,248)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B1E6; }

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

This text font color is #83B1E6.


Background Color

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

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

This div background color is #83B1E6.


Border color

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

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

This div border color is #83B1E6.


Opacity

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

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

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

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

This text has shadow with #83B1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B1E6 on black background.


Color preview on white background

This text has color #83B1E6 on white background.



Black color preview on #83B1E6 background

This text has black color on #83B1E6 background.


White color preview on #83B1E6 background

This text has white color on #83B1E6 background.