COLOR #7E9087

HEX: #7E9087 RGB: (126,144,135)

Color info

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

RGB color model

#7E9087 color RGB value is (126,144,135).

RGB: (126,144,135) (49%, 56%, 53%)

RGB channels and saturation

R 126 of 255 = 49%
G 144 of 255 = 56%
B 135 of 255 = 53%

126
144
135

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

Portions of RGB colors in percentages

R + G + B = 126 + 144 + 135 = 405 (100%)
R 126 of 405 ~ 31.11%
G 144 of 405 ~ 35.56%
B 135 of 405 ~ 33.33'%

%31.11
%35.56
%33.33

CMYK color model

#7E9087 color CMYK value is (13,0,6,44).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 43.53%

CMYK: (13,0,6,44)
C13M0Y6K44 (13%, 0%, 6%, 44%)
(0.13 / 0.00 / 0.06 / 0.44)

CMYK percentages

%12.5
%0
%6.25
%43.53

Codes

Color #7E9087 in popluar color models

7E 90 87
RGB 126 144 135
HSL 150° 7.50% 52.94%
HSB/HSV 150° 12.50% 56.47%
CMYK 12.50% 0.00% 6.25%
43.53%

Color #7E9087 in popluar number systems.

HEX 7E 90 87
Decimal 126 144 135
Binary 1111110 10010000 10000111
Octal 176 220 207

Shades and tints

Shades of #7E9087

#7E9087
(126,144,135)
#73837B
(115,131,123)
#68766F
(104,118,111)
#5D6963
(93,105,99)
#525C57
(82,92,87)
#474F4B
(71,79,75)
#3C423F
(60,66,63)
#313533
(49,53,51)
#262827
(38,40,39)
#1B1B1B
(27,27,27)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #7E9087

#7E9087
(126,144,135)
#899A91
(137,154,145)
#94A49B
(148,164,155)
#9FAEA5
(159,174,165)
#AAB8AF
(170,184,175)
#B5C2B9
(181,194,185)
#C0CCC3
(192,204,195)
#CBD6CD
(203,214,205)
#D6E0D7
(214,224,215)
#E1EAE1
(225,234,225)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9087 color. Also use rgb(126,144,135) instead hex code.

Text Font Color

.myTextColor { color: #7E9087; }

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

This text font color is #7E9087.

Background Color

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

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

This div background color is #7E9087.

Border color

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

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

This div border color is #7E9087.

Opacity

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

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

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

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

This text has shadow with #7E9087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9087.

Preview

Color preview on black background

This text has color #7E9087 on black background.


Color preview on white background

This text has color #7E9087 on white background.


Black color preview on #7E9087 background

This text has black color on #7E9087 background.


White color preview on #7E9087 background

This text has white color on #7E9087 background.


Related colors

Complementary color

Complementary color for #hex is #816F78.


I love getcolorcode.com

Triadic colors

1 #877E90 and #90877E with #7E9087 are triadic colors.

2 #87907E and #907E87 with #7E9087 are triadic colors.