COLOR #83C09E

HEX: #83C09E RGB: (131,192,158)

Color info

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

RGB color model

#83C09E color RGB value is (131,192,158).

RGB: (131,192,158) (51%, 75%, 62%)

RGB channels and saturation

R 131 of 255 = 51%
G 192 of 255 = 75%
B 158 of 255 = 62%

131
192
158

R + G + B ~ 63%. #83C09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 192 + 158 = 481 (100%)
R 131 of 481 ~ 27.23%
G 192 of 481 ~ 39.92%
B 158 of 481 ~ 32.85'%

%27.23
%39.92
%32.85

CMYK color model

#83C09E color CMYK value is (32,0,18,25).

  • cyan value is 31.77%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 24.71%

CMYK: (32,0,18,25)
C32M0Y18K25 (32%, 0%, 18%, 25%)
(0.32 / 0.00 / 0.18 / 0.25)

CMYK percentages

%31.77
%0
%17.71
%24.71

Codes

Color #83C09E in popluar color models

83 C0 9E
RGB 131 192 158
HSL 147° 32.62% 63.33%
HSB/HSV 147° 31.77% 75.29%
CMYK 31.77% 0.00% 17.71%
24.71%

Color #83C09E in popluar number systems.

HEX 83 C0 9E
Decimal 131 192 158
Binary 10000011 11000000 10011110
Octal 203 300 236

Shades and tints

Shades of #83C09E

#83C09E
(131,192,158)
#78AF90
(120,175,144)
#6D9E82
(109,158,130)
#628D74
(98,141,116)
#577C66
(87,124,102)
#4C6B58
(76,107,88)
#415A4A
(65,90,74)
#36493C
(54,73,60)
#2B382E
(43,56,46)
#202720
(32,39,32)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #83C09E

#83C09E
(131,192,158)
#8EC5A6
(142,197,166)
#99CAAE
(153,202,174)
#A4CFB6
(164,207,182)
#AFD4BE
(175,212,190)
#BAD9C6
(186,217,198)
#C5DECE
(197,222,206)
#D0E3D6
(208,227,214)
#DBE8DE
(219,232,222)
#E6EDE6
(230,237,230)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C09E; }

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

This text font color is #83C09E.

Background Color

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

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

This div background color is #83C09E.

Border color

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

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

This div border color is #83C09E.

Opacity

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

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

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

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

This text has shadow with #83C09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C09E.

Preview

Color preview on black background

This text has color #83C09E on black background.


Color preview on white background

This text has color #83C09E on white background.


Black color preview on #83C09E background

This text has black color on #83C09E background.


White color preview on #83C09E background

This text has white color on #83C09E background.


Related colors

Complementary color

Complementary color for #hex is #7C3F61.


I love getcolorcode.com

Triadic colors

1 #9E83C0 and #C09E83 with #83C09E are triadic colors.

2 #9EC083 and #C0839E with #83C09E are triadic colors.