COLOR #83B97E

HEX: #83B97E RGB: (131,185,126)

Color info

#83B97E contains red, green and blue colors in about the same proportion. Web safe color of #83B97E is #99CC66 (or #9C6).

RGB color model

#83B97E color RGB value is (131,185,126).

RGB: (131,185,126) (51%, 73%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 185 of 255 = 73%
B 126 of 255 = 49%

131
185
126

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

Portions of RGB colors in percentages

R + G + B = 131 + 185 + 126 = 442 (100%)
R 131 of 442 ~ 29.64%
G 185 of 442 ~ 41.86%
B 126 of 442 ~ 28.51'%

%29.64
%41.86
%28.51

CMYK color model

#83B97E color CMYK value is (29,0,32,27).

  • cyan value is 29.19%
  • magenta value is 0.00%
  • yellow value is 31.89%
  • key color value is 27.45%

CMYK: (29,0,32,27)
C29M0Y32K27 (29%, 0%, 32%, 27%)
(0.29 / 0.00 / 0.32 / 0.27)

CMYK percentages

%29.19
%0
%31.89
%27.45

Codes

Color #83B97E in popluar color models

83 B9 7E
RGB 131 185 126
HSL 115° 29.65% 60.98%
HSB/HSV 115° 31.89% 72.55%
CMYK 29.19% 0.00% 31.89%
27.45%

Color #83B97E in popluar number systems.

HEX 83 B9 7E
Decimal 131 185 126
Binary 10000011 10111001 1111110
Octal 203 271 176

Shades and tints

Shades of #83B97E

#83B97E
(131,185,126)
#78A973
(120,169,115)
#6D9968
(109,153,104)
#62895D
(98,137,93)
#577952
(87,121,82)
#4C6947
(76,105,71)
#41593C
(65,89,60)
#364931
(54,73,49)
#2B3926
(43,57,38)
#20291B
(32,41,27)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #83B97E

#83B97E
(131,185,126)
#8EBF89
(142,191,137)
#99C594
(153,197,148)
#A4CB9F
(164,203,159)
#AFD1AA
(175,209,170)
#BAD7B5
(186,215,181)
#C5DDC0
(197,221,192)
#D0E3CB
(208,227,203)
#DBE9D6
(219,233,214)
#E6EFE1
(230,239,225)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B97E color. Also use rgb(131,185,126) instead hex code.

Text Font Color

.myTextColor { color: #83B97E; }

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

This text font color is #83B97E.

Background Color

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

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

This div background color is #83B97E.

Border color

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

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

This div border color is #83B97E.

Opacity

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

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

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

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

This text has shadow with #83B97E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B97E.

Preview

Color preview on black background

This text has color #83B97E on black background.


Color preview on white background

This text has color #83B97E on white background.


Black color preview on #83B97E background

This text has black color on #83B97E background.


White color preview on #83B97E background

This text has white color on #83B97E background.


Related colors

Complementary color

Complementary color for #hex is #7C4681.


I love getcolorcode.com

Triadic colors

1 #7E83B9 and #B97E83 with #83B97E are triadic colors.

2 #7EB983 and #B9837E with #83B97E are triadic colors.