COLOR #7E9094

HEX: #7E9094
RGB: (126,144,148)

Color info

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

RGB color model

#7E9094 color RGB value is (126,144,148).

  • red value is 126;
  • green value is 144;
  • blue value is 148.
RGB:
(126,144,148)
(49%,56%,58%)

RGB channels and saturation

R 126 of 255 = 49%
G 144 of 255 = 56%
B 148 of 255 = 58%

126
144
148

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

Portions of RGB colors in percentages

R + G + B =
126 + 144 + 148 = 418 (100%)
R 126 of 418 ~ 30.14%
G 144 of 418 ~ 34.45%
B 148 of 418 ~ 35.41%

%30.14
%34.45
%35.41

CMYK color model

#7E9094 color CMYK value is (15,3,0,42).

  • cyan value is 14.86%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(15,3,0,42)
C15M3Y0K42 
(15%,3%,0%,42%)
(0.15/0.03/0.00/0.42)	

CMYK percentages

%14.86
%2.7
%0
%41.96

Codes

Color #7E9094 in popluar color models

7E9094
RGB126144148
HSL191°9.32%53.73%
HSB/HSV191°14.86%58.04%
CMYK14.86%2.70%0.00%
41.96%

Color #7E9094 in popluar number systems.

HEX7E9094
Decimal126144148
Binary11111101001000010010100
Octal176220224

Shades and tints

Shades of #7E9094

#7E9094
(126,144,148)
#738387
(115,131,135)
#68767A
(104,118,122)
#5D696D
(93,105,109)
#525C60
(82,92,96)
#474F53
(71,79,83)
#3C4246
(60,66,70)
#313539
(49,53,57)
#26282C
(38,40,44)
#1B1B1F
(27,27,31)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #7E9094

#7E9094
(126,144,148)
#899A9D
(137,154,157)
#94A4A6
(148,164,166)
#9FAEAF
(159,174,175)
#AAB8B8
(170,184,184)
#B5C2C1
(181,194,193)
#C0CCCA
(192,204,202)
#CBD6D3
(203,214,211)
#D6E0DC
(214,224,220)
#E1EAE5
(225,234,229)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9094; }

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

This text font color is #7E9094.


Background Color

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

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

This div background color is #7E9094.


Border color

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

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

This div border color is #7E9094.


Opacity

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

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

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

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

This text has shadow with #7E9094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9094 on black background.


Color preview on white background

This text has color #7E9094 on white background.



Black color preview on #7E9094 background

This text has black color on #7E9094 background.


White color preview on #7E9094 background

This text has white color on #7E9094 background.