COLOR #83E2BF

HEX: #83E2BF
RGB: (131,226,191)

Color info

#83E2BF contains mainly green and blue colors. Web safe color of #83E2BF is #99CCCC (or #9CC).

RGB color model

#83E2BF color RGB value is (131,226,191).

  • red value is 131;
  • green value is 226;
  • blue value is 191.
RGB:
(131,226,191)
(51%,89%,75%)

RGB channels and saturation

R 131 of 255 = 51%
G 226 of 255 = 89%
B 191 of 255 = 75%

131
226
191

R + G + B ~ 72%. #83E2BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 226 + 191 = 548 (100%)
R 131 of 548 ~ 23.91%
G 226 of 548 ~ 41.24%
B 191 of 548 ~ 34.85%

%23.91
%41.24
%34.85

CMYK color model

#83E2BF color CMYK value is (42,0,15,11).

  • cyan value is 42.04%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 11.37%
CMYK:
(42,0,15,11)
C42M0Y15K11 
(42%,0%,15%,11%)
(0.42/0.00/0.15/0.11)	

CMYK percentages

%42.04
%0
%15.49
%11.37

Codes

Color #83E2BF in popluar color models

83E2BF
RGB131226191
HSL158°62.09%70.00%
HSB/HSV158°42.04%88.63%
CMYK42.04%0.00%15.49%
11.37%

Color #83E2BF in popluar number systems.

HEX83E2BF
Decimal131226191
Binary100000111110001010111111
Octal203342277

Shades and tints

Shades of #83E2BF

#83E2BF
(131,226,191)
#78CEAE
(120,206,174)
#6DBA9D
(109,186,157)
#62A68C
(98,166,140)
#57927B
(87,146,123)
#4C7E6A
(76,126,106)
#416A59
(65,106,89)
#365648
(54,86,72)
#2B4237
(43,66,55)
#202E26
(32,46,38)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #83E2BF

#83E2BF
(131,226,191)
#8EE4C4
(142,228,196)
#99E6C9
(153,230,201)
#A4E8CE
(164,232,206)
#AFEAD3
(175,234,211)
#BAECD8
(186,236,216)
#C5EEDD
(197,238,221)
#D0F0E2
(208,240,226)
#DBF2E7
(219,242,231)
#E6F4EC
(230,244,236)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E2BF color. Also use rgb(131,226,191) instead hex code.

Text Font Color

.myTextColor { color: #83E2BF; }

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

This text font color is #83E2BF.


Background Color

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

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

This div background color is #83E2BF.


Border color

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

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

This div border color is #83E2BF.


Opacity

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

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

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

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

This text has shadow with #83E2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E2BF on black background.


Color preview on white background

This text has color #83E2BF on white background.



Black color preview on #83E2BF background

This text has black color on #83E2BF background.


White color preview on #83E2BF background

This text has white color on #83E2BF background.