COLOR #83E8C4

HEX: #83E8C4
RGB: (131,232,196)

Color info

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

RGB color model

#83E8C4 color RGB value is (131,232,196).

  • red value is 131;
  • green value is 232;
  • blue value is 196.
RGB:
(131,232,196)
(51%,91%,77%)

RGB channels and saturation

R 131 of 255 = 51%
G 232 of 255 = 91%
B 196 of 255 = 77%

131
232
196

R + G + B ~ 73%. #83E8C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 232 + 196 = 559 (100%)
R 131 of 559 ~ 23.43%
G 232 of 559 ~ 41.5%
B 196 of 559 ~ 35.06%

%23.43
%41.5
%35.06

CMYK color model

#83E8C4 color CMYK value is (44,0,16,9).

  • cyan value is 43.53%
  • magenta value is 0.00%
  • yellow value is 15.52%
  • key color value is 9.02%
CMYK:
(44,0,16,9)
C44M0Y16K9 
(44%,0%,16%,9%)
(0.44/0.00/0.16/0.09)	

CMYK percentages

%43.53
%0
%15.52
%9.02

Codes

Color #83E8C4 in popluar color models

83E8C4
RGB131232196
HSL159°68.71%71.18%
HSB/HSV159°43.53%90.98%
CMYK43.53%0.00%15.52%
9.02%

Color #83E8C4 in popluar number systems.

HEX83E8C4
Decimal131232196
Binary100000111110100011000100
Octal203350304

Shades and tints

Shades of #83E8C4

#83E8C4
(131,232,196)
#78D3B3
(120,211,179)
#6DBEA2
(109,190,162)
#62A991
(98,169,145)
#579480
(87,148,128)
#4C7F6F
(76,127,111)
#416A5E
(65,106,94)
#36554D
(54,85,77)
#2B403C
(43,64,60)
#202B2B
(32,43,43)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #83E8C4

#83E8C4
(131,232,196)
#8EEAC9
(142,234,201)
#99ECCE
(153,236,206)
#A4EED3
(164,238,211)
#AFF0D8
(175,240,216)
#BAF2DD
(186,242,221)
#C5F4E2
(197,244,226)
#D0F6E7
(208,246,231)
#DBF8EC
(219,248,236)
#E6FAF1
(230,250,241)
#F1FCF6
(241,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E8C4 color. Also use rgb(131,232,196) instead hex code.

Text Font Color

.myTextColor { color: #83E8C4; }

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

This text font color is #83E8C4.


Background Color

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

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

This div background color is #83E8C4.


Border color

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

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

This div border color is #83E8C4.


Opacity

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

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

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

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

This text has shadow with #83E8C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E8C4 on black background.


Color preview on white background

This text has color #83E8C4 on white background.



Black color preview on #83E8C4 background

This text has black color on #83E8C4 background.


White color preview on #83E8C4 background

This text has white color on #83E8C4 background.