COLOR #7E9B9B

HEX: #7E9B9B
RGB: (126,155,155)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
155
155

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

Portions of RGB colors in percentages

R + G + B =
126 + 155 + 155 = 436 (100%)
R 126 of 436 ~ 28.9%
G 155 of 436 ~ 35.55%
B 155 of 436 ~ 35.55%

%28.9
%35.55
%35.55

CMYK color model

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

  • cyan value is 18.71%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(19,0,0,39)
C19M0Y0K39 
(19%,0%,0%,39%)
(0.19/0.00/0.00/0.39)	

CMYK percentages

%18.71
%0
%0
%39.22

Codes

Color #7E9B9B in popluar color models

7E9B9B
RGB126155155
HSL180°12.66%55.10%
HSB/HSV180°18.71%60.78%
CMYK18.71%0.00%0.00%
39.22%

Color #7E9B9B in popluar number systems.

HEX7E9B9B
Decimal126155155
Binary11111101001101110011011
Octal176233233

Shades and tints

Shades of #7E9B9B

#7E9B9B
(126,155,155)
#738D8D
(115,141,141)
#687F7F
(104,127,127)
#5D7171
(93,113,113)
#526363
(82,99,99)
#475555
(71,85,85)
#3C4747
(60,71,71)
#313939
(49,57,57)
#262B2B
(38,43,43)
#1B1D1D
(27,29,29)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #7E9B9B

#7E9B9B
(126,155,155)
#89A4A4
(137,164,164)
#94ADAD
(148,173,173)
#9FB6B6
(159,182,182)
#AABFBF
(170,191,191)
#B5C8C8
(181,200,200)
#C0D1D1
(192,209,209)
#CBDADA
(203,218,218)
#D6E3E3
(214,227,227)
#E1ECEC
(225,236,236)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9B9B; }

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

This text font color is #7E9B9B.


Background Color

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

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

This div background color is #7E9B9B.


Border color

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

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

This div border color is #7E9B9B.


Opacity

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

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

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

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

This text has shadow with #7E9B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9B9B on black background.


Color preview on white background

This text has color #7E9B9B on white background.



Black color preview on #7E9B9B background

This text has black color on #7E9B9B background.


White color preview on #7E9B9B background

This text has white color on #7E9B9B background.