COLOR #83C99E

HEX: #83C99E RGB: (131,201,158)

Color info

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

RGB color model

#83C99E color RGB value is (131,201,158).

RGB: (131,201,158) (51%, 79%, 62%)

RGB channels and saturation

R 131 of 255 = 51%
G 201 of 255 = 79%
B 158 of 255 = 62%

131
201
158

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

Portions of RGB colors in percentages

R + G + B = 131 + 201 + 158 = 490 (100%)
R 131 of 490 ~ 26.73%
G 201 of 490 ~ 41.02%
B 158 of 490 ~ 32.24'%

%26.73
%41.02
%32.24

CMYK color model

#83C99E color CMYK value is (35,0,21,21).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 21.18%

CMYK: (35,0,21,21)
C35M0Y21K21 (35%, 0%, 21%, 21%)
(0.35 / 0.00 / 0.21 / 0.21)

CMYK percentages

%34.83
%0
%21.39
%21.18

Codes

Color #83C99E in popluar color models

83 C9 9E
RGB 131 201 158
HSL 143° 39.33% 65.10%
HSB/HSV 143° 34.83% 78.82%
CMYK 34.83% 0.00% 21.39%
21.18%

Color #83C99E in popluar number systems.

HEX 83 C9 9E
Decimal 131 201 158
Binary 10000011 11001001 10011110
Octal 203 311 236

Shades and tints

Shades of #83C99E

#83C99E
(131,201,158)
#78B790
(120,183,144)
#6DA582
(109,165,130)
#629374
(98,147,116)
#578166
(87,129,102)
#4C6F58
(76,111,88)
#415D4A
(65,93,74)
#364B3C
(54,75,60)
#2B392E
(43,57,46)
#202720
(32,39,32)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #83C99E

#83C99E
(131,201,158)
#8ECDA6
(142,205,166)
#99D1AE
(153,209,174)
#A4D5B6
(164,213,182)
#AFD9BE
(175,217,190)
#BADDC6
(186,221,198)
#C5E1CE
(197,225,206)
#D0E5D6
(208,229,214)
#DBE9DE
(219,233,222)
#E6EDE6
(230,237,230)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C99E color. Also use rgb(131,201,158) instead hex code.

Text Font Color

.myTextColor { color: #83C99E; }

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

This text font color is #83C99E.

Background Color

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

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

This div background color is #83C99E.

Border color

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

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

This div border color is #83C99E.

Opacity

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

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

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

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

This text has shadow with #83C99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C99E.

Preview

Color preview on black background

This text has color #83C99E on black background.


Color preview on white background

This text has color #83C99E on white background.


Black color preview on #83C99E background

This text has black color on #83C99E background.


White color preview on #83C99E background

This text has white color on #83C99E background.


Related colors

Complementary color

Complementary color for #hex is #7C3661.


I love getcolorcode.com

Triadic colors

1 #9E83C9 and #C99E83 with #83C99E are triadic colors.

2 #9EC983 and #C9839E with #83C99E are triadic colors.