COLOR #7E9A95

HEX: #7E9A95 RGB: (126,154,149)

Color info

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

RGB color model

#7E9A95 color RGB value is (126,154,149).

RGB: (126,154,149) (49%, 60%, 58%)

RGB channels and saturation

R 126 of 255 = 49%
G 154 of 255 = 60%
B 149 of 255 = 58%

126
154
149

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

Portions of RGB colors in percentages

R + G + B = 126 + 154 + 149 = 429 (100%)
R 126 of 429 ~ 29.37%
G 154 of 429 ~ 35.9%
B 149 of 429 ~ 34.73'%

%29.37
%35.9
%34.73

CMYK color model

#7E9A95 color CMYK value is (18,0,3,40).

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

CMYK: (18,0,3,40)
C18M0Y3K40 (18%, 0%, 3%, 40%)
(0.18 / 0.00 / 0.03 / 0.40)

CMYK percentages

%18.18
%0
%3.25
%39.61

Codes

Color #7E9A95 in popluar color models

7E 9A 95
RGB 126 154 149
HSL 169° 12.17% 54.90%
HSB/HSV 169° 18.18% 60.39%
CMYK 18.18% 0.00% 3.25%
39.61%

Color #7E9A95 in popluar number systems.

HEX 7E 9A 95
Decimal 126 154 149
Binary 1111110 10011010 10010101
Octal 176 232 225

Shades and tints

Shades of #7E9A95

#7E9A95
(126,154,149)
#738C88
(115,140,136)
#687E7B
(104,126,123)
#5D706E
(93,112,110)
#526261
(82,98,97)
#475454
(71,84,84)
#3C4647
(60,70,71)
#31383A
(49,56,58)
#262A2D
(38,42,45)
#1B1C20
(27,28,32)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #7E9A95

#7E9A95
(126,154,149)
#89A39E
(137,163,158)
#94ACA7
(148,172,167)
#9FB5B0
(159,181,176)
#AABEB9
(170,190,185)
#B5C7C2
(181,199,194)
#C0D0CB
(192,208,203)
#CBD9D4
(203,217,212)
#D6E2DD
(214,226,221)
#E1EBE6
(225,235,230)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9A95; }

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

This text font color is #7E9A95.

Background Color

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

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

This div background color is #7E9A95.

Border color

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

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

This div border color is #7E9A95.

Opacity

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

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

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

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

This text has shadow with #7E9A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9A95.

Preview

Color preview on black background

This text has color #7E9A95 on black background.


Color preview on white background

This text has color #7E9A95 on white background.


Black color preview on #7E9A95 background

This text has black color on #7E9A95 background.


White color preview on #7E9A95 background

This text has white color on #7E9A95 background.


Related colors

Complementary color

Complementary color for #hex is #81656A.


I love getcolorcode.com

Triadic colors

1 #957E9A and #9A957E with #7E9A95 are triadic colors.

2 #959A7E and #9A7E95 with #7E9A95 are triadic colors.