COLOR #83C186

HEX: #83C186 RGB: (131,193,134)

Color info

#83C186 contains mainly green and blue colors. Web safe color of #83C186 is #99CC99 (or #9C9).

RGB color model

#83C186 color RGB value is (131,193,134).

RGB: (131,193,134) (51%, 76%, 53%)

RGB channels and saturation

R 131 of 255 = 51%
G 193 of 255 = 76%
B 134 of 255 = 53%

131
193
134

R + G + B ~ 60%. #83C186 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 193 + 134 = 458 (100%)
R 131 of 458 ~ 28.6%
G 193 of 458 ~ 42.14%
B 134 of 458 ~ 29.26'%

%28.6
%42.14
%29.26

CMYK color model

#83C186 color CMYK value is (32,0,31,24).

  • cyan value is 32.12%
  • magenta value is 0.00%
  • yellow value is 30.57%
  • key color value is 24.31%

CMYK: (32,0,31,24)
C32M0Y31K24 (32%, 0%, 31%, 24%)
(0.32 / 0.00 / 0.31 / 0.24)

CMYK percentages

%32.12
%0
%30.57
%24.31

Codes

Color #83C186 in popluar color models

83 C1 86
RGB 131 193 134
HSL 123° 33.33% 63.53%
HSB/HSV 123° 32.12% 75.69%
CMYK 32.12% 0.00% 30.57%
24.31%

Color #83C186 in popluar number systems.

HEX 83 C1 86
Decimal 131 193 134
Binary 10000011 11000001 10000110
Octal 203 301 206

Shades and tints

Shades of #83C186

#83C186
(131,193,134)
#78B07A
(120,176,122)
#6D9F6E
(109,159,110)
#628E62
(98,142,98)
#577D56
(87,125,86)
#4C6C4A
(76,108,74)
#415B3E
(65,91,62)
#364A32
(54,74,50)
#2B3926
(43,57,38)
#20281A
(32,40,26)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #83C186

#83C186
(131,193,134)
#8EC691
(142,198,145)
#99CB9C
(153,203,156)
#A4D0A7
(164,208,167)
#AFD5B2
(175,213,178)
#BADABD
(186,218,189)
#C5DFC8
(197,223,200)
#D0E4D3
(208,228,211)
#DBE9DE
(219,233,222)
#E6EEE9
(230,238,233)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C186; }

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

This text font color is #83C186.

Background Color

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

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

This div background color is #83C186.

Border color

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

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

This div border color is #83C186.

Opacity

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

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

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

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

This text has shadow with #83C186 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C186.

Preview

Color preview on black background

This text has color #83C186 on black background.


Color preview on white background

This text has color #83C186 on white background.


Black color preview on #83C186 background

This text has black color on #83C186 background.


White color preview on #83C186 background

This text has white color on #83C186 background.


Related colors

Complementary color

Complementary color for #hex is #7C3E79.


I love getcolorcode.com

Triadic colors

1 #8683C1 and #C18683 with #83C186 are triadic colors.

2 #86C183 and #C18386 with #83C186 are triadic colors.