COLOR #83E186

HEX: #83E186 RGB: (131,225,134)

Color info

#83E186 contains mainly green color. Web safe color of #83E186 is #99CC99 (or #9C9).

RGB color model

#83E186 color RGB value is (131,225,134).

RGB: (131,225,134) (51%, 88%, 53%)

RGB channels and saturation

R 131 of 255 = 51%
G 225 of 255 = 88%
B 134 of 255 = 53%

131
225
134

R + G + B ~ 64%. #83E186 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 225 + 134 = 490 (100%)
R 131 of 490 ~ 26.73%
G 225 of 490 ~ 45.92%
B 134 of 490 ~ 27.35'%

%26.73
%45.92
%27.35

CMYK color model

#83E186 color CMYK value is (42,0,40,12).

  • cyan value is 41.78%
  • magenta value is 0.00%
  • yellow value is 40.44%
  • key color value is 11.76%

CMYK: (42,0,40,12)
C42M0Y40K12 (42%, 0%, 40%, 12%)
(0.42 / 0.00 / 0.40 / 0.12)

CMYK percentages

%41.78
%0
%40.44
%11.76

Codes

Color #83E186 in popluar color models

83 E1 86
RGB 131 225 134
HSL 122° 61.04% 69.80%
HSB/HSV 122° 41.78% 88.24%
CMYK 41.78% 0.00% 40.44%
11.76%

Color #83E186 in popluar number systems.

HEX 83 E1 86
Decimal 131 225 134
Binary 10000011 11100001 10000110
Octal 203 341 206

Shades and tints

Shades of #83E186

#83E186
(131,225,134)
#78CD7A
(120,205,122)
#6DB96E
(109,185,110)
#62A562
(98,165,98)
#579156
(87,145,86)
#4C7D4A
(76,125,74)
#41693E
(65,105,62)
#365532
(54,85,50)
#2B4126
(43,65,38)
#202D1A
(32,45,26)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #83E186

#83E186
(131,225,134)
#8EE391
(142,227,145)
#99E59C
(153,229,156)
#A4E7A7
(164,231,167)
#AFE9B2
(175,233,178)
#BAEBBD
(186,235,189)
#C5EDC8
(197,237,200)
#D0EFD3
(208,239,211)
#DBF1DE
(219,241,222)
#E6F3E9
(230,243,233)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E186 color. Also use rgb(131,225,134) instead hex code.

Text Font Color

.myTextColor { color: #83E186; }

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

This text font color is #83E186.

Background Color

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

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

This div background color is #83E186.

Border color

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

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

This div border color is #83E186.

Opacity

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

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

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

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

This text has shadow with #83E186 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83E186.

Preview

Color preview on black background

This text has color #83E186 on black background.


Color preview on white background

This text has color #83E186 on white background.


Black color preview on #83E186 background

This text has black color on #83E186 background.


White color preview on #83E186 background

This text has white color on #83E186 background.


Related colors

Complementary color

Complementary color for #hex is #7C1E79.


I love getcolorcode.com

Triadic colors

1 #8683E1 and #E18683 with #83E186 are triadic colors.

2 #86E183 and #E18386 with #83E186 are triadic colors.