COLOR #83E3F9

HEX: #83E3F9
RGB: (131,227,249)

Color info

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

RGB color model

#83E3F9 color RGB value is (131,227,249).

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

RGB channels and saturation

R 131 of 255 = 51%
G 227 of 255 = 89%
B 249 of 255 = 98%

131
227
249

R + G + B ~ 79%. #83E3F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 227 + 249 = 607 (100%)
R 131 of 607 ~ 21.58%
G 227 of 607 ~ 37.4%
B 249 of 607 ~ 41.02%

%21.58
%37.4
%41.02

CMYK color model

#83E3F9 color CMYK value is (47,9,0,2).

  • cyan value is 47.39%
  • magenta value is 8.84%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(47,9,0,2)
C47M9Y0K2 
(47%,9%,0%,2%)
(0.47/0.09/0.00/0.02)	

CMYK percentages

%47.39
%8.84
%0
%2.35

Codes

Color #83E3F9 in popluar color models

83E3F9
RGB131227249
HSL191°90.77%74.51%
HSB/HSV191°47.39%97.65%
CMYK47.39%8.84%0.00%
2.35%

Color #83E3F9 in popluar number systems.

HEX83E3F9
Decimal131227249
Binary100000111110001111111001
Octal203343371

Shades and tints

Shades of #83E3F9

#83E3F9
(131,227,249)
#78CFE3
(120,207,227)
#6DBBCD
(109,187,205)
#62A7B7
(98,167,183)
#5793A1
(87,147,161)
#4C7F8B
(76,127,139)
#416B75
(65,107,117)
#36575F
(54,87,95)
#2B4349
(43,67,73)
#202F33
(32,47,51)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #83E3F9

#83E3F9
(131,227,249)
#8EE5F9
(142,229,249)
#99E7F9
(153,231,249)
#A4E9F9
(164,233,249)
#AFEBF9
(175,235,249)
#BAEDF9
(186,237,249)
#C5EFF9
(197,239,249)
#D0F1F9
(208,241,249)
#DBF3F9
(219,243,249)
#E6F5F9
(230,245,249)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83E3F9; }

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

This text font color is #83E3F9.


Background Color

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

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

This div background color is #83E3F9.


Border color

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

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

This div border color is #83E3F9.


Opacity

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

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

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

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

This text has shadow with #83E3F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E3F9 on black background.


Color preview on white background

This text has color #83E3F9 on white background.



Black color preview on #83E3F9 background

This text has black color on #83E3F9 background.


White color preview on #83E3F9 background

This text has white color on #83E3F9 background.