COLOR #83F6B4

HEX: #83F6B4
RGB: (131,246,180)

Color info

#83F6B4 contains mainly green color. Web safe color of #83F6B4 is #99FFCC (or #9FC).

RGB color model

#83F6B4 color RGB value is (131,246,180).

  • red value is 131;
  • green value is 246;
  • blue value is 180.
RGB:
(131,246,180)
(51%,96%,71%)

RGB channels and saturation

R 131 of 255 = 51%
G 246 of 255 = 96%
B 180 of 255 = 71%

131
246
180

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

Portions of RGB colors in percentages

R + G + B =
131 + 246 + 180 = 557 (100%)
R 131 of 557 ~ 23.52%
G 246 of 557 ~ 44.17%
B 180 of 557 ~ 32.32%

%23.52
%44.17
%32.32

CMYK color model

#83F6B4 color CMYK value is (47,0,27,4).

  • cyan value is 46.75%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 3.53%
CMYK:
(47,0,27,4)
C47M0Y27K4 
(47%,0%,27%,4%)
(0.47/0.00/0.27/0.04)	

CMYK percentages

%46.75
%0
%26.83
%3.53

Codes

Color #83F6B4 in popluar color models

83F6B4
RGB131246180
HSL146°86.47%73.92%
HSB/HSV146°46.75%96.47%
CMYK46.75%0.00%26.83%
3.53%

Color #83F6B4 in popluar number systems.

HEX83F6B4
Decimal131246180
Binary100000111111011010110100
Octal203366264

Shades and tints

Shades of #83F6B4

#83F6B4
(131,246,180)
#78E0A4
(120,224,164)
#6DCA94
(109,202,148)
#62B484
(98,180,132)
#579E74
(87,158,116)
#4C8864
(76,136,100)
#417254
(65,114,84)
#365C44
(54,92,68)
#2B4634
(43,70,52)
#203024
(32,48,36)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #83F6B4

#83F6B4
(131,246,180)
#8EF6BA
(142,246,186)
#99F6C0
(153,246,192)
#A4F6C6
(164,246,198)
#AFF6CC
(175,246,204)
#BAF6D2
(186,246,210)
#C5F6D8
(197,246,216)
#D0F6DE
(208,246,222)
#DBF6E4
(219,246,228)
#E6F6EA
(230,246,234)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83F6B4 color. Also use rgb(131,246,180) instead hex code.

Text Font Color

.myTextColor { color: #83F6B4; }

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

This text font color is #83F6B4.


Background Color

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

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

This div background color is #83F6B4.


Border color

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

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

This div border color is #83F6B4.


Opacity

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

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

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

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

This text has shadow with #83F6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83F6B4 on black background.


Color preview on white background

This text has color #83F6B4 on white background.



Black color preview on #83F6B4 background

This text has black color on #83F6B4 background.


White color preview on #83F6B4 background

This text has white color on #83F6B4 background.