COLOR #83FBF9

HEX: #83FBF9
RGB: (131,251,249)

Color info

#83FBF9 contains mainly green and blue colors. Web safe color of #83FBF9 is #99FFFF (or #9FF).

RGB color model

#83FBF9 color RGB value is (131,251,249).

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

RGB channels and saturation

R 131 of 255 = 51%
G 251 of 255 = 98%
B 249 of 255 = 98%

131
251
249

R + G + B ~ 82%. #83FBF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 251 + 249 = 631 (100%)
R 131 of 631 ~ 20.76%
G 251 of 631 ~ 39.78%
B 249 of 631 ~ 39.46%

%20.76
%39.78
%39.46

CMYK color model

#83FBF9 color CMYK value is (48,0,1,2).

  • cyan value is 47.81%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.57%
CMYK:
(48,0,1,2)
C48M0Y1K2 
(48%,0%,1%,2%)
(0.48/0.00/0.01/0.02)	

CMYK percentages

%47.81
%0
%0.8
%1.57

Codes

Color #83FBF9 in popluar color models

83FBF9
RGB131251249
HSL179°93.75%74.90%
HSB/HSV179°47.81%98.43%
CMYK47.81%0.00%0.80%
1.57%

Color #83FBF9 in popluar number systems.

HEX83FBF9
Decimal131251249
Binary100000111111101111111001
Octal203373371

Shades and tints

Shades of #83FBF9

#83FBF9
(131,251,249)
#78E5E3
(120,229,227)
#6DCFCD
(109,207,205)
#62B9B7
(98,185,183)
#57A3A1
(87,163,161)
#4C8D8B
(76,141,139)
#417775
(65,119,117)
#36615F
(54,97,95)
#2B4B49
(43,75,73)
#203533
(32,53,51)
#151F1D
(21,31,29)
#000000
(0,0,0)

Tints of #83FBF9

#83FBF9
(131,251,249)
#8EFBF9
(142,251,249)
#99FBF9
(153,251,249)
#A4FBF9
(164,251,249)
#AFFBF9
(175,251,249)
#BAFBF9
(186,251,249)
#C5FBF9
(197,251,249)
#D0FBF9
(208,251,249)
#DBFBF9
(219,251,249)
#E6FBF9
(230,251,249)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83FBF9; }

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

This text font color is #83FBF9.


Background Color

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

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

This div background color is #83FBF9.


Border color

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

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

This div border color is #83FBF9.


Opacity

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

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

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

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

This text has shadow with #83FBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83FBF9 on black background.


Color preview on white background

This text has color #83FBF9 on white background.



Black color preview on #83FBF9 background

This text has black color on #83FBF9 background.


White color preview on #83FBF9 background

This text has white color on #83FBF9 background.