COLOR #83E4BF

HEX: #83E4BF RGB: (131,228,191)

Color info

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

RGB color model

#83E4BF color RGB value is (131,228,191).

RGB: (131,228,191) (51%, 89%, 75%)

RGB channels and saturation

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

131
228
191

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

Portions of RGB colors in percentages

R + G + B = 131 + 228 + 191 = 550 (100%)
R 131 of 550 ~ 23.82%
G 228 of 550 ~ 41.45%
B 191 of 550 ~ 34.73'%

%23.82
%41.45
%34.73

CMYK color model

#83E4BF color CMYK value is (43,0,16,11).

  • cyan value is 42.54%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 10.59%

CMYK: (43,0,16,11)
C43M0Y16K11 (43%, 0%, 16%, 11%)
(0.43 / 0.00 / 0.16 / 0.11)

CMYK percentages

%42.54
%0
%16.23
%10.59

Codes

Color #83E4BF in popluar color models

83 E4 BF
RGB 131 228 191
HSL 157° 64.24% 70.39%
HSB/HSV 157° 42.54% 89.41%
CMYK 42.54% 0.00% 16.23%
10.59%

Color #83E4BF in popluar number systems.

HEX 83 E4 BF
Decimal 131 228 191
Binary 10000011 11100100 10111111
Octal 203 344 277

Shades and tints

Shades of #83E4BF

#83E4BF
(131,228,191)
#78D0AE
(120,208,174)
#6DBC9D
(109,188,157)
#62A88C
(98,168,140)
#57947B
(87,148,123)
#4C806A
(76,128,106)
#416C59
(65,108,89)
#365848
(54,88,72)
#2B4437
(43,68,55)
#203026
(32,48,38)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #83E4BF

#83E4BF
(131,228,191)
#8EE6C4
(142,230,196)
#99E8C9
(153,232,201)
#A4EACE
(164,234,206)
#AFECD3
(175,236,211)
#BAEED8
(186,238,216)
#C5F0DD
(197,240,221)
#D0F2E2
(208,242,226)
#DBF4E7
(219,244,231)
#E6F6EC
(230,246,236)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83E4BF; }

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

This text font color is #83E4BF.

Background Color

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

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

This div background color is #83E4BF.

Border color

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

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

This div border color is #83E4BF.

Opacity

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

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

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

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

This text has shadow with #83E4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83E4BF.

Preview

Color preview on black background

This text has color #83E4BF on black background.


Color preview on white background

This text has color #83E4BF on white background.


Black color preview on #83E4BF background

This text has black color on #83E4BF background.


White color preview on #83E4BF background

This text has white color on #83E4BF background.


Related colors

Complementary color

Complementary color for #hex is #7C1B40.


I love getcolorcode.com

Triadic colors

1 #BF83E4 and #E4BF83 with #83E4BF are triadic colors.

2 #BFE483 and #E483BF with #83E4BF are triadic colors.