COLOR #7E958F

HEX: #7E958F
RGB: (126,149,143)

Color info

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

RGB color model

#7E958F color RGB value is (126,149,143).

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

RGB channels and saturation

R 126 of 255 = 49%
G 149 of 255 = 58%
B 143 of 255 = 56%

126
149
143

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

Portions of RGB colors in percentages

R + G + B =
126 + 149 + 143 = 418 (100%)
R 126 of 418 ~ 30.14%
G 149 of 418 ~ 35.65%
B 143 of 418 ~ 34.21%

%30.14
%35.65
%34.21

CMYK color model

#7E958F color CMYK value is (15,0,4,42).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK:
(15,0,4,42)
C15M0Y4K42 
(15%,0%,4%,42%)
(0.15/0.00/0.04/0.42)	

CMYK percentages

%15.44
%0
%4.03
%41.57

Codes

Color #7E958F in popluar color models

7E958F
RGB126149143
HSL164°9.79%53.92%
HSB/HSV164°15.44%58.43%
CMYK15.44%0.00%4.03%
41.57%

Color #7E958F in popluar number systems.

HEX7E958F
Decimal126149143
Binary11111101001010110001111
Octal176225217

Shades and tints

Shades of #7E958F

#7E958F
(126,149,143)
#738882
(115,136,130)
#687B75
(104,123,117)
#5D6E68
(93,110,104)
#52615B
(82,97,91)
#47544E
(71,84,78)
#3C4741
(60,71,65)
#313A34
(49,58,52)
#262D27
(38,45,39)
#1B201A
(27,32,26)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #7E958F

#7E958F
(126,149,143)
#899E99
(137,158,153)
#94A7A3
(148,167,163)
#9FB0AD
(159,176,173)
#AAB9B7
(170,185,183)
#B5C2C1
(181,194,193)
#C0CBCB
(192,203,203)
#CBD4D5
(203,212,213)
#D6DDDF
(214,221,223)
#E1E6E9
(225,230,233)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E958F; }

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

This text font color is #7E958F.


Background Color

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

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

This div background color is #7E958F.


Border color

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

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

This div border color is #7E958F.


Opacity

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

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

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

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

This text has shadow with #7E958F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E958F on black background.


Color preview on white background

This text has color #7E958F on white background.



Black color preview on #7E958F background

This text has black color on #7E958F background.


White color preview on #7E958F background

This text has white color on #7E958F background.