COLOR #7E9B9C

HEX: #7E9B9C
RGB: (126,155,156)

Color info

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

RGB color model

#7E9B9C color RGB value is (126,155,156).

  • red value is 126;
  • green value is 155;
  • blue value is 156.
RGB:
(126,155,156)
(49%,61%,61%)

RGB channels and saturation

R 126 of 255 = 49%
G 155 of 255 = 61%
B 156 of 255 = 61%

126
155
156

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

Portions of RGB colors in percentages

R + G + B =
126 + 155 + 156 = 437 (100%)
R 126 of 437 ~ 28.83%
G 155 of 437 ~ 35.47%
B 156 of 437 ~ 35.7%

%28.83
%35.47
%35.7

CMYK color model

#7E9B9C color CMYK value is (19,1,0,39).

  • cyan value is 19.23%
  • magenta value is 0.64%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(19,1,0,39)
C19M1Y0K39 
(19%,1%,0%,39%)
(0.19/0.01/0.00/0.39)	

CMYK percentages

%19.23
%0.64
%0
%38.82

Codes

Color #7E9B9C in popluar color models

7E9B9C
RGB126155156
HSL182°13.16%55.29%
HSB/HSV182°19.23%61.18%
CMYK19.23%0.64%0.00%
38.82%

Color #7E9B9C in popluar number systems.

HEX7E9B9C
Decimal126155156
Binary11111101001101110011100
Octal176233234

Shades and tints

Shades of #7E9B9C

#7E9B9C
(126,155,156)
#738D8E
(115,141,142)
#687F80
(104,127,128)
#5D7172
(93,113,114)
#526364
(82,99,100)
#475556
(71,85,86)
#3C4748
(60,71,72)
#31393A
(49,57,58)
#262B2C
(38,43,44)
#1B1D1E
(27,29,30)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E9B9C

#7E9B9C
(126,155,156)
#89A4A5
(137,164,165)
#94ADAE
(148,173,174)
#9FB6B7
(159,182,183)
#AABFC0
(170,191,192)
#B5C8C9
(181,200,201)
#C0D1D2
(192,209,210)
#CBDADB
(203,218,219)
#D6E3E4
(214,227,228)
#E1ECED
(225,236,237)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9B9C color. Also use rgb(126,155,156) instead hex code.

Text Font Color

.myTextColor { color: #7E9B9C; }

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

This text font color is #7E9B9C.


Background Color

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

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

This div background color is #7E9B9C.


Border color

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

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

This div border color is #7E9B9C.


Opacity

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

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

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

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

This text has shadow with #7E9B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9B9C on black background.


Color preview on white background

This text has color #7E9B9C on white background.



Black color preview on #7E9B9C background

This text has black color on #7E9B9C background.


White color preview on #7E9B9C background

This text has white color on #7E9B9C background.