COLOR #7E9281

HEX: #7E9281 RGB: (126,146,129)

Color info

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

RGB color model

#7E9281 color RGB value is (126,146,129).

RGB: (126,146,129) (49%, 57%, 51%)

RGB channels and saturation

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

126
146
129

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

Portions of RGB colors in percentages

R + G + B = 126 + 146 + 129 = 401 (100%)
R 126 of 401 ~ 31.42%
G 146 of 401 ~ 36.41%
B 129 of 401 ~ 32.17'%

%31.42
%36.41
%32.17

CMYK color model

#7E9281 color CMYK value is (14,0,12,43).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 42.75%

CMYK: (14,0,12,43)
C14M0Y12K43 (14%, 0%, 12%, 43%)
(0.14 / 0.00 / 0.12 / 0.43)

CMYK percentages

%13.7
%0
%11.64
%42.75

Codes

Color #7E9281 in popluar color models

7E 92 81
RGB 126 146 129
HSL 129° 8.40% 53.33%
HSB/HSV 129° 13.70% 57.25%
CMYK 13.70% 0.00% 11.64%
42.75%

Color #7E9281 in popluar number systems.

HEX 7E 92 81
Decimal 126 146 129
Binary 1111110 10010010 10000001
Octal 176 222 201

Shades and tints

Shades of #7E9281

#7E9281
(126,146,129)
#738576
(115,133,118)
#68786B
(104,120,107)
#5D6B60
(93,107,96)
#525E55
(82,94,85)
#47514A
(71,81,74)
#3C443F
(60,68,63)
#313734
(49,55,52)
#262A29
(38,42,41)
#1B1D1E
(27,29,30)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #7E9281

#7E9281
(126,146,129)
#899B8C
(137,155,140)
#94A497
(148,164,151)
#9FADA2
(159,173,162)
#AAB6AD
(170,182,173)
#B5BFB8
(181,191,184)
#C0C8C3
(192,200,195)
#CBD1CE
(203,209,206)
#D6DAD9
(214,218,217)
#E1E3E4
(225,227,228)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9281; }

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

This text font color is #7E9281.

Background Color

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

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

This div background color is #7E9281.

Border color

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

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

This div border color is #7E9281.

Opacity

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

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

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

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

This text has shadow with #7E9281 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9281.

Preview

Color preview on black background

This text has color #7E9281 on black background.


Color preview on white background

This text has color #7E9281 on white background.


Black color preview on #7E9281 background

This text has black color on #7E9281 background.


White color preview on #7E9281 background

This text has white color on #7E9281 background.


Related colors

Complementary color

Complementary color for #hex is #816D7E.


I love getcolorcode.com

Triadic colors

1 #817E92 and #92817E with #7E9281 are triadic colors.

2 #81927E and #927E81 with #7E9281 are triadic colors.