COLOR #83C6F0

HEX: #83C6F0
RGB: (131,198,240)

Color info

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

RGB color model

#83C6F0 color RGB value is (131,198,240).

  • red value is 131;
  • green value is 198;
  • blue value is 240.
RGB:
(131,198,240)
(51%,78%,94%)

RGB channels and saturation

R 131 of 255 = 51%
G 198 of 255 = 78%
B 240 of 255 = 94%

131
198
240

R + G + B ~ 74%. #83C6F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 198 + 240 = 569 (100%)
R 131 of 569 ~ 23.02%
G 198 of 569 ~ 34.8%
B 240 of 569 ~ 42.18%

%23.02
%34.8
%42.18

CMYK color model

#83C6F0 color CMYK value is (45,18,0,6).

  • cyan value is 45.42%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(45,18,0,6)
C45M18Y0K6 
(45%,18%,0%,6%)
(0.45/0.18/0.00/0.06)	

CMYK percentages

%45.42
%17.5
%0
%5.88

Codes

Color #83C6F0 in popluar color models

83C6F0
RGB131198240
HSL203°78.42%72.75%
HSB/HSV203°45.42%94.12%
CMYK45.42%17.50%0.00%
5.88%

Color #83C6F0 in popluar number systems.

HEX83C6F0
Decimal131198240
Binary100000111100011011110000
Octal203306360

Shades and tints

Shades of #83C6F0

#83C6F0
(131,198,240)
#78B4DB
(120,180,219)
#6DA2C6
(109,162,198)
#6290B1
(98,144,177)
#577E9C
(87,126,156)
#4C6C87
(76,108,135)
#415A72
(65,90,114)
#36485D
(54,72,93)
#2B3648
(43,54,72)
#202433
(32,36,51)
#15121E
(21,18,30)
#000000
(0,0,0)

Tints of #83C6F0

#83C6F0
(131,198,240)
#8ECBF1
(142,203,241)
#99D0F2
(153,208,242)
#A4D5F3
(164,213,243)
#AFDAF4
(175,218,244)
#BADFF5
(186,223,245)
#C5E4F6
(197,228,246)
#D0E9F7
(208,233,247)
#DBEEF8
(219,238,248)
#E6F3F9
(230,243,249)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C6F0 color. Also use rgb(131,198,240) instead hex code.

Text Font Color

.myTextColor { color: #83C6F0; }

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

This text font color is #83C6F0.


Background Color

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

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

This div background color is #83C6F0.


Border color

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

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

This div border color is #83C6F0.


Opacity

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

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

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

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

This text has shadow with #83C6F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C6F0 on black background.


Color preview on white background

This text has color #83C6F0 on white background.



Black color preview on #83C6F0 background

This text has black color on #83C6F0 background.


White color preview on #83C6F0 background

This text has white color on #83C6F0 background.