COLOR #83B9E1

HEX: #83B9E1
RGB: (131,185,225)

Color info

#83B9E1 contains mainly green and blue colors. Web safe color of #83B9E1 is #99CCCC (or #9CC).

RGB color model

#83B9E1 color RGB value is (131,185,225).

  • red value is 131;
  • green value is 185;
  • blue value is 225.
RGB:
(131,185,225)
(51%,73%,88%)

RGB channels and saturation

R 131 of 255 = 51%
G 185 of 255 = 73%
B 225 of 255 = 88%

131
185
225

R + G + B ~ 71%. #83B9E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 185 + 225 = 541 (100%)
R 131 of 541 ~ 24.21%
G 185 of 541 ~ 34.2%
B 225 of 541 ~ 41.59%

%24.21
%34.2
%41.59

CMYK color model

#83B9E1 color CMYK value is (42,18,0,12).

  • cyan value is 41.78%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(42,18,0,12)
C42M18Y0K12 
(42%,18%,0%,12%)
(0.42/0.18/0.00/0.12)	

CMYK percentages

%41.78
%17.78
%0
%11.76

Codes

Color #83B9E1 in popluar color models

83B9E1
RGB131185225
HSL206°61.04%69.80%
HSB/HSV206°41.78%88.24%
CMYK41.78%17.78%0.00%
11.76%

Color #83B9E1 in popluar number systems.

HEX83B9E1
Decimal131185225
Binary100000111011100111100001
Octal203271341

Shades and tints

Shades of #83B9E1

#83B9E1
(131,185,225)
#78A9CD
(120,169,205)
#6D99B9
(109,153,185)
#6289A5
(98,137,165)
#577991
(87,121,145)
#4C697D
(76,105,125)
#415969
(65,89,105)
#364955
(54,73,85)
#2B3941
(43,57,65)
#20292D
(32,41,45)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #83B9E1

#83B9E1
(131,185,225)
#8EBFE3
(142,191,227)
#99C5E5
(153,197,229)
#A4CBE7
(164,203,231)
#AFD1E9
(175,209,233)
#BAD7EB
(186,215,235)
#C5DDED
(197,221,237)
#D0E3EF
(208,227,239)
#DBE9F1
(219,233,241)
#E6EFF3
(230,239,243)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B9E1 color. Also use rgb(131,185,225) instead hex code.

Text Font Color

.myTextColor { color: #83B9E1; }

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

This text font color is #83B9E1.


Background Color

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

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

This div background color is #83B9E1.


Border color

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

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

This div border color is #83B9E1.


Opacity

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

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

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

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

This text has shadow with #83B9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B9E1 on black background.


Color preview on white background

This text has color #83B9E1 on white background.



Black color preview on #83B9E1 background

This text has black color on #83B9E1 background.


White color preview on #83B9E1 background

This text has white color on #83B9E1 background.