COLOR #83E9E4

HEX: #83E9E4
RGB: (131,233,228)

Color info

#83E9E4 contains mainly green and blue colors. Web safe color of #83E9E4 is #99FFCC (or #9FC).

RGB color model

#83E9E4 color RGB value is (131,233,228).

  • red value is 131;
  • green value is 233;
  • blue value is 228.
RGB:
(131,233,228)
(51%,91%,89%)

RGB channels and saturation

R 131 of 255 = 51%
G 233 of 255 = 91%
B 228 of 255 = 89%

131
233
228

R + G + B ~ 77%. #83E9E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 233 + 228 = 592 (100%)
R 131 of 592 ~ 22.13%
G 233 of 592 ~ 39.36%
B 228 of 592 ~ 38.51%

%22.13
%39.36
%38.51

CMYK color model

#83E9E4 color CMYK value is (44,0,2,9).

  • cyan value is 43.78%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 8.63%
CMYK:
(44,0,2,9)
C44M0Y2K9 
(44%,0%,2%,9%)
(0.44/0.00/0.02/0.09)	

CMYK percentages

%43.78
%0
%2.15
%8.63

Codes

Color #83E9E4 in popluar color models

83E9E4
RGB131233228
HSL177°69.86%71.37%
HSB/HSV177°43.78%91.37%
CMYK43.78%0.00%2.15%
8.63%

Color #83E9E4 in popluar number systems.

HEX83E9E4
Decimal131233228
Binary100000111110100111100100
Octal203351344

Shades and tints

Shades of #83E9E4

#83E9E4
(131,233,228)
#78D4D0
(120,212,208)
#6DBFBC
(109,191,188)
#62AAA8
(98,170,168)
#579594
(87,149,148)
#4C8080
(76,128,128)
#416B6C
(65,107,108)
#365658
(54,86,88)
#2B4144
(43,65,68)
#202C30
(32,44,48)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #83E9E4

#83E9E4
(131,233,228)
#8EEBE6
(142,235,230)
#99EDE8
(153,237,232)
#A4EFEA
(164,239,234)
#AFF1EC
(175,241,236)
#BAF3EE
(186,243,238)
#C5F5F0
(197,245,240)
#D0F7F2
(208,247,242)
#DBF9F4
(219,249,244)
#E6FBF6
(230,251,246)
#F1FDF8
(241,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E9E4 color. Also use rgb(131,233,228) instead hex code.

Text Font Color

.myTextColor { color: #83E9E4; }

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

This text font color is #83E9E4.


Background Color

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

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

This div background color is #83E9E4.


Border color

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

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

This div border color is #83E9E4.


Opacity

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

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

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

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

This text has shadow with #83E9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E9E4 on black background.


Color preview on white background

This text has color #83E9E4 on white background.



Black color preview on #83E9E4 background

This text has black color on #83E9E4 background.


White color preview on #83E9E4 background

This text has white color on #83E9E4 background.