COLOR #83E3F5

HEX: #83E3F5
RGB: (131,227,245)

Color info

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

RGB color model

#83E3F5 color RGB value is (131,227,245).

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

RGB channels and saturation

R 131 of 255 = 51%
G 227 of 255 = 89%
B 245 of 255 = 96%

131
227
245

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

Portions of RGB colors in percentages

R + G + B =
131 + 227 + 245 = 603 (100%)
R 131 of 603 ~ 21.72%
G 227 of 603 ~ 37.65%
B 245 of 603 ~ 40.63%

%21.72
%37.65
%40.63

CMYK color model

#83E3F5 color CMYK value is (47,7,0,4).

  • cyan value is 46.53%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(47,7,0,4)
C47M7Y0K4 
(47%,7%,0%,4%)
(0.47/0.07/0.00/0.04)	

CMYK percentages

%46.53
%7.35
%0
%3.92

Codes

Color #83E3F5 in popluar color models

83E3F5
RGB131227245
HSL189°85.07%73.73%
HSB/HSV189°46.53%96.08%
CMYK46.53%7.35%0.00%
3.92%

Color #83E3F5 in popluar number systems.

HEX83E3F5
Decimal131227245
Binary100000111110001111110101
Octal203343365

Shades and tints

Shades of #83E3F5

#83E3F5
(131,227,245)
#78CFDF
(120,207,223)
#6DBBC9
(109,187,201)
#62A7B3
(98,167,179)
#57939D
(87,147,157)
#4C7F87
(76,127,135)
#416B71
(65,107,113)
#36575B
(54,87,91)
#2B4345
(43,67,69)
#202F2F
(32,47,47)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #83E3F5

#83E3F5
(131,227,245)
#8EE5F5
(142,229,245)
#99E7F5
(153,231,245)
#A4E9F5
(164,233,245)
#AFEBF5
(175,235,245)
#BAEDF5
(186,237,245)
#C5EFF5
(197,239,245)
#D0F1F5
(208,241,245)
#DBF3F5
(219,243,245)
#E6F5F5
(230,245,245)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83E3F5; }

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

This text font color is #83E3F5.


Background Color

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

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

This div background color is #83E3F5.


Border color

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

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

This div border color is #83E3F5.


Opacity

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

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

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

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

This text has shadow with #83E3F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E3F5 on black background.


Color preview on white background

This text has color #83E3F5 on white background.



Black color preview on #83E3F5 background

This text has black color on #83E3F5 background.


White color preview on #83E3F5 background

This text has white color on #83E3F5 background.