COLOR #83C5FB

HEX: #83C5FB
RGB: (131,197,251)

Color info

#83C5FB contains mainly green and blue colors. Web safe color of #83C5FB is #99CCFF (or #9CF).

RGB color model

#83C5FB color RGB value is (131,197,251).

  • red value is 131;
  • green value is 197;
  • blue value is 251.
RGB:
(131,197,251)
(51%,77%,98%)

RGB channels and saturation

R 131 of 255 = 51%
G 197 of 255 = 77%
B 251 of 255 = 98%

131
197
251

R + G + B ~ 75%. #83C5FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 197 + 251 = 579 (100%)
R 131 of 579 ~ 22.63%
G 197 of 579 ~ 34.02%
B 251 of 579 ~ 43.35%

%22.63
%34.02
%43.35

CMYK color model

#83C5FB color CMYK value is (48,22,0,2).

  • cyan value is 47.81%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(48,22,0,2)
C48M22Y0K2 
(48%,22%,0%,2%)
(0.48/0.22/0.00/0.02)	

CMYK percentages

%47.81
%21.51
%0
%1.57

Codes

Color #83C5FB in popluar color models

83C5FB
RGB131197251
HSL207°93.75%74.90%
HSB/HSV207°47.81%98.43%
CMYK47.81%21.51%0.00%
1.57%

Color #83C5FB in popluar number systems.

HEX83C5FB
Decimal131197251
Binary100000111100010111111011
Octal203305373

Shades and tints

Shades of #83C5FB

#83C5FB
(131,197,251)
#78B4E5
(120,180,229)
#6DA3CF
(109,163,207)
#6292B9
(98,146,185)
#5781A3
(87,129,163)
#4C708D
(76,112,141)
#415F77
(65,95,119)
#364E61
(54,78,97)
#2B3D4B
(43,61,75)
#202C35
(32,44,53)
#151B1F
(21,27,31)
#000000
(0,0,0)

Tints of #83C5FB

#83C5FB
(131,197,251)
#8ECAFB
(142,202,251)
#99CFFB
(153,207,251)
#A4D4FB
(164,212,251)
#AFD9FB
(175,217,251)
#BADEFB
(186,222,251)
#C5E3FB
(197,227,251)
#D0E8FB
(208,232,251)
#DBEDFB
(219,237,251)
#E6F2FB
(230,242,251)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C5FB color. Also use rgb(131,197,251) instead hex code.

Text Font Color

.myTextColor { color: #83C5FB; }

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

This text font color is #83C5FB.


Background Color

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

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

This div background color is #83C5FB.


Border color

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

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

This div border color is #83C5FB.


Opacity

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

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

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

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

This text has shadow with #83C5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C5FB on black background.


Color preview on white background

This text has color #83C5FB on white background.



Black color preview on #83C5FB background

This text has black color on #83C5FB background.


White color preview on #83C5FB background

This text has white color on #83C5FB background.