COLOR #7E9282

HEX: #7E9282
RGB: (126,146,130)

Color info

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

RGB color model

#7E9282 color RGB value is (126,146,130).

  • red value is 126;
  • green value is 146;
  • blue value is 130.
RGB:
(126,146,130)
(49%,57%,51%)

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 130 of 255 = 51%

126
146
130

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

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 130 = 402 (100%)
R 126 of 402 ~ 31.34%
G 146 of 402 ~ 36.32%
B 130 of 402 ~ 32.34%

%31.34
%36.32
%32.34

CMYK color model

#7E9282 color CMYK value is (14,0,11,43).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 42.75%
CMYK:
(14,0,11,43)
C14M0Y11K43 
(14%,0%,11%,43%)
(0.14/0.00/0.11/0.43)	

CMYK percentages

%13.7
%0
%10.96
%42.75

Codes

Color #7E9282 in popluar color models

7E9282
RGB126146130
HSL132°8.40%53.33%
HSB/HSV132°13.70%57.25%
CMYK13.70%0.00%10.96%
42.75%

Color #7E9282 in popluar number systems.

HEX7E9282
Decimal126146130
Binary11111101001001010000010
Octal176222202

Shades and tints

Shades of #7E9282

#7E9282
(126,146,130)
#738577
(115,133,119)
#68786C
(104,120,108)
#5D6B61
(93,107,97)
#525E56
(82,94,86)
#47514B
(71,81,75)
#3C4440
(60,68,64)
#313735
(49,55,53)
#262A2A
(38,42,42)
#1B1D1F
(27,29,31)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #7E9282

#7E9282
(126,146,130)
#899B8D
(137,155,141)
#94A498
(148,164,152)
#9FADA3
(159,173,163)
#AAB6AE
(170,182,174)
#B5BFB9
(181,191,185)
#C0C8C4
(192,200,196)
#CBD1CF
(203,209,207)
#D6DADA
(214,218,218)
#E1E3E5
(225,227,229)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9282 color. Also use rgb(126,146,130) instead hex code.

Text Font Color

.myTextColor { color: #7E9282; }

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

This text font color is #7E9282.


Background Color

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

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

This div background color is #7E9282.


Border color

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

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

This div border color is #7E9282.


Opacity

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

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

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

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

This text has shadow with #7E9282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9282 on black background.


Color preview on white background

This text has color #7E9282 on white background.



Black color preview on #7E9282 background

This text has black color on #7E9282 background.


White color preview on #7E9282 background

This text has white color on #7E9282 background.