COLOR #7E9A83

HEX: #7E9A83 RGB: (126,154,131)

Color info

#7E9A83 contains red, green and blue colors in about the same proportion. Web safe color of #7E9A83 is #669999 (or #699).

RGB color model

#7E9A83 color RGB value is (126,154,131).

RGB: (126,154,131) (49%, 60%, 51%)

RGB channels and saturation

R 126 of 255 = 49%
G 154 of 255 = 60%
B 131 of 255 = 51%

126
154
131

R + G + B ~ 53%. #7E9A83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 154 + 131 = 411 (100%)
R 126 of 411 ~ 30.66%
G 154 of 411 ~ 37.47%
B 131 of 411 ~ 31.87'%

%30.66
%37.47
%31.87

CMYK color model

#7E9A83 color CMYK value is (18,0,15,40).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 39.61%

CMYK: (18,0,15,40)
C18M0Y15K40 (18%, 0%, 15%, 40%)
(0.18 / 0.00 / 0.15 / 0.40)

CMYK percentages

%18.18
%0
%14.94
%39.61

Codes

Color #7E9A83 in popluar color models

7E 9A 83
RGB 126 154 131
HSL 131° 12.17% 54.90%
HSB/HSV 131° 18.18% 60.39%
CMYK 18.18% 0.00% 14.94%
39.61%

Color #7E9A83 in popluar number systems.

HEX 7E 9A 83
Decimal 126 154 131
Binary 1111110 10011010 10000011
Octal 176 232 203

Shades and tints

Shades of #7E9A83

#7E9A83
(126,154,131)
#738C78
(115,140,120)
#687E6D
(104,126,109)
#5D7062
(93,112,98)
#526257
(82,98,87)
#47544C
(71,84,76)
#3C4641
(60,70,65)
#313836
(49,56,54)
#262A2B
(38,42,43)
#1B1C20
(27,28,32)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #7E9A83

#7E9A83
(126,154,131)
#89A38E
(137,163,142)
#94AC99
(148,172,153)
#9FB5A4
(159,181,164)
#AABEAF
(170,190,175)
#B5C7BA
(181,199,186)
#C0D0C5
(192,208,197)
#CBD9D0
(203,217,208)
#D6E2DB
(214,226,219)
#E1EBE6
(225,235,230)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9A83 color. Also use rgb(126,154,131) instead hex code.

Text Font Color

.myTextColor { color: #7E9A83; }

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

This text font color is #7E9A83.

Background Color

.myBgColor { background-color: #7E9A83; }

<div style="background-color:#7E9A83">Inner text</div>

This div background color is #7E9A83.

Border color

.myBorderColor { border: 1px solid #7E9A83; }

<div style="border:3px solid #7E9A83">Div</div>

This div border color is #7E9A83.

Opacity

.myOpacity80 { color: #7E9A83; opacity: 0.8; }

<p style="color:#7E9A83;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E9A83 color.


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

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

This text has shadow with #7E9A83 primary color and red secondary color.


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

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

This text has shadow with #7E9A83 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7E9A83.

Preview

Color preview on black background

This text has color #7E9A83 on black background.


Color preview on white background

This text has color #7E9A83 on white background.


Black color preview on #7E9A83 background

This text has black color on #7E9A83 background.


White color preview on #7E9A83 background

This text has white color on #7E9A83 background.


Related colors

Complementary color

Complementary color for #hex is #81657C.


I love getcolorcode.com

Triadic colors

1 #837E9A and #9A837E with #7E9A83 are triadic colors.

2 #839A7E and #9A7E83 with #7E9A83 are triadic colors.