COLOR #83EAE0

HEX: #83EAE0
RGB: (131,234,224)

Color info

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

RGB color model

#83EAE0 color RGB value is (131,234,224).

  • red value is 131;
  • green value is 234;
  • blue value is 224.
RGB:
(131,234,224)
(51%,92%,88%)

RGB channels and saturation

R 131 of 255 = 51%
G 234 of 255 = 92%
B 224 of 255 = 88%

131
234
224

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

Portions of RGB colors in percentages

R + G + B =
131 + 234 + 224 = 589 (100%)
R 131 of 589 ~ 22.24%
G 234 of 589 ~ 39.73%
B 224 of 589 ~ 38.03%

%22.24
%39.73
%38.03

CMYK color model

#83EAE0 color CMYK value is (44,0,4,8).

  • cyan value is 44.02%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 8.24%
CMYK:
(44,0,4,8)
C44M0Y4K8 
(44%,0%,4%,8%)
(0.44/0.00/0.04/0.08)	

CMYK percentages

%44.02
%0
%4.27
%8.24

Codes

Color #83EAE0 in popluar color models

83EAE0
RGB131234224
HSL174°71.03%71.57%
HSB/HSV174°44.02%91.76%
CMYK44.02%0.00%4.27%
8.24%

Color #83EAE0 in popluar number systems.

HEX83EAE0
Decimal131234224
Binary100000111110101011100000
Octal203352340

Shades and tints

Shades of #83EAE0

#83EAE0
(131,234,224)
#78D5CC
(120,213,204)
#6DC0B8
(109,192,184)
#62ABA4
(98,171,164)
#579690
(87,150,144)
#4C817C
(76,129,124)
#416C68
(65,108,104)
#365754
(54,87,84)
#2B4240
(43,66,64)
#202D2C
(32,45,44)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #83EAE0

#83EAE0
(131,234,224)
#8EEBE2
(142,235,226)
#99ECE4
(153,236,228)
#A4EDE6
(164,237,230)
#AFEEE8
(175,238,232)
#BAEFEA
(186,239,234)
#C5F0EC
(197,240,236)
#D0F1EE
(208,241,238)
#DBF2F0
(219,242,240)
#E6F3F2
(230,243,242)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83EAE0 color. Also use rgb(131,234,224) instead hex code.

Text Font Color

.myTextColor { color: #83EAE0; }

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

This text font color is #83EAE0.


Background Color

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

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

This div background color is #83EAE0.


Border color

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

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

This div border color is #83EAE0.


Opacity

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

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

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

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

This text has shadow with #83EAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83EAE0 on black background.


Color preview on white background

This text has color #83EAE0 on white background.



Black color preview on #83EAE0 background

This text has black color on #83EAE0 background.


White color preview on #83EAE0 background

This text has white color on #83EAE0 background.