COLOR #83E3BC

HEX: #83E3BC
RGB: (131,227,188)

Color info

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

RGB color model

#83E3BC color RGB value is (131,227,188).

  • red value is 131;
  • green value is 227;
  • blue value is 188.
RGB:
(131,227,188)
(51%,89%,74%)

RGB channels and saturation

R 131 of 255 = 51%
G 227 of 255 = 89%
B 188 of 255 = 74%

131
227
188

R + G + B ~ 71%. #83E3BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 227 + 188 = 546 (100%)
R 131 of 546 ~ 23.99%
G 227 of 546 ~ 41.58%
B 188 of 546 ~ 34.43%

%23.99
%41.58
%34.43

CMYK color model

#83E3BC color CMYK value is (42,0,17,11).

  • cyan value is 42.29%
  • magenta value is 0.00%
  • yellow value is 17.18%
  • key color value is 10.98%
CMYK:
(42,0,17,11)
C42M0Y17K11 
(42%,0%,17%,11%)
(0.42/0.00/0.17/0.11)	

CMYK percentages

%42.29
%0
%17.18
%10.98

Codes

Color #83E3BC in popluar color models

83E3BC
RGB131227188
HSL156°63.16%70.20%
HSB/HSV156°42.29%89.02%
CMYK42.29%0.00%17.18%
10.98%

Color #83E3BC in popluar number systems.

HEX83E3BC
Decimal131227188
Binary100000111110001110111100
Octal203343274

Shades and tints

Shades of #83E3BC

#83E3BC
(131,227,188)
#78CFAB
(120,207,171)
#6DBB9A
(109,187,154)
#62A789
(98,167,137)
#579378
(87,147,120)
#4C7F67
(76,127,103)
#416B56
(65,107,86)
#365745
(54,87,69)
#2B4334
(43,67,52)
#202F23
(32,47,35)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #83E3BC

#83E3BC
(131,227,188)
#8EE5C2
(142,229,194)
#99E7C8
(153,231,200)
#A4E9CE
(164,233,206)
#AFEBD4
(175,235,212)
#BAEDDA
(186,237,218)
#C5EFE0
(197,239,224)
#D0F1E6
(208,241,230)
#DBF3EC
(219,243,236)
#E6F5F2
(230,245,242)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E3BC color. Also use rgb(131,227,188) instead hex code.

Text Font Color

.myTextColor { color: #83E3BC; }

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

This text font color is #83E3BC.


Background Color

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

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

This div background color is #83E3BC.


Border color

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

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

This div border color is #83E3BC.


Opacity

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

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

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

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

This text has shadow with #83E3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E3BC on black background.


Color preview on white background

This text has color #83E3BC on white background.



Black color preview on #83E3BC background

This text has black color on #83E3BC background.


White color preview on #83E3BC background

This text has white color on #83E3BC background.