COLOR #83EAC8

HEX: #83EAC8
RGB: (131,234,200)

Color info

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

RGB color model

#83EAC8 color RGB value is (131,234,200).

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

RGB channels and saturation

R 131 of 255 = 51%
G 234 of 255 = 92%
B 200 of 255 = 78%

131
234
200

R + G + B ~ 74%. #83EAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 234 + 200 = 565 (100%)
R 131 of 565 ~ 23.19%
G 234 of 565 ~ 41.42%
B 200 of 565 ~ 35.4%

%23.19
%41.42
%35.4

CMYK color model

#83EAC8 color CMYK value is (44,0,15,8).

  • cyan value is 44.02%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 8.24%
CMYK:
(44,0,15,8)
C44M0Y15K8 
(44%,0%,15%,8%)
(0.44/0.00/0.15/0.08)	

CMYK percentages

%44.02
%0
%14.53
%8.24

Codes

Color #83EAC8 in popluar color models

83EAC8
RGB131234200
HSL160°71.03%71.57%
HSB/HSV160°44.02%91.76%
CMYK44.02%0.00%14.53%
8.24%

Color #83EAC8 in popluar number systems.

HEX83EAC8
Decimal131234200
Binary100000111110101011001000
Octal203352310

Shades and tints

Shades of #83EAC8

#83EAC8
(131,234,200)
#78D5B6
(120,213,182)
#6DC0A4
(109,192,164)
#62AB92
(98,171,146)
#579680
(87,150,128)
#4C816E
(76,129,110)
#416C5C
(65,108,92)
#36574A
(54,87,74)
#2B4238
(43,66,56)
#202D26
(32,45,38)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #83EAC8

#83EAC8
(131,234,200)
#8EEBCD
(142,235,205)
#99ECD2
(153,236,210)
#A4EDD7
(164,237,215)
#AFEEDC
(175,238,220)
#BAEFE1
(186,239,225)
#C5F0E6
(197,240,230)
#D0F1EB
(208,241,235)
#DBF2F0
(219,242,240)
#E6F3F5
(230,243,245)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83EAC8; }

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

This text font color is #83EAC8.


Background Color

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

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

This div background color is #83EAC8.


Border color

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

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

This div border color is #83EAC8.


Opacity

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

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

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

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

This text has shadow with #83EAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83EAC8 on black background.


Color preview on white background

This text has color #83EAC8 on white background.



Black color preview on #83EAC8 background

This text has black color on #83EAC8 background.


White color preview on #83EAC8 background

This text has white color on #83EAC8 background.