COLOR #7B8E94

HEX: #7B8E94
RGB: (123,142,148)

Color info

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

RGB color model

#7B8E94 color RGB value is (123,142,148).

  • red value is 123;
  • green value is 142;
  • blue value is 148.
RGB:
(123,142,148)
(48%,56%,58%)

RGB channels and saturation

R 123 of 255 = 48%
G 142 of 255 = 56%
B 148 of 255 = 58%

123
142
148

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

Portions of RGB colors in percentages

R + G + B =
123 + 142 + 148 = 413 (100%)
R 123 of 413 ~ 29.78%
G 142 of 413 ~ 34.38%
B 148 of 413 ~ 35.84%

%29.78
%34.38
%35.84

CMYK color model

#7B8E94 color CMYK value is (17,4,0,42).

  • cyan value is 16.89%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(17,4,0,42)
C17M4Y0K42 
(17%,4%,0%,42%)
(0.17/0.04/0.00/0.42)	

CMYK percentages

%16.89
%4.05
%0
%41.96

Codes

Color #7B8E94 in popluar color models

7B8E94
RGB123142148
HSL194°10.46%53.14%
HSB/HSV194°16.89%58.04%
CMYK16.89%4.05%0.00%
41.96%

Color #7B8E94 in popluar number systems.

HEX7B8E94
Decimal123142148
Binary11110111000111010010100
Octal173216224

Shades and tints

Shades of #7B8E94

#7B8E94
(123,142,148)
#708287
(112,130,135)
#65767A
(101,118,122)
#5A6A6D
(90,106,109)
#4F5E60
(79,94,96)
#445253
(68,82,83)
#394646
(57,70,70)
#2E3A39
(46,58,57)
#232E2C
(35,46,44)
#18221F
(24,34,31)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #7B8E94

#7B8E94
(123,142,148)
#87989D
(135,152,157)
#93A2A6
(147,162,166)
#9FACAF
(159,172,175)
#ABB6B8
(171,182,184)
#B7C0C1
(183,192,193)
#C3CACA
(195,202,202)
#CFD4D3
(207,212,211)
#DBDEDC
(219,222,220)
#E7E8E5
(231,232,229)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8E94 color. Also use rgb(123,142,148) instead hex code.

Text Font Color

.myTextColor { color: #7B8E94; }

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

This text font color is #7B8E94.


Background Color

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

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

This div background color is #7B8E94.


Border color

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

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

This div border color is #7B8E94.


Opacity

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

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

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

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

This text has shadow with #7B8E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8E94 on black background.


Color preview on white background

This text has color #7B8E94 on white background.



Black color preview on #7B8E94 background

This text has black color on #7B8E94 background.


White color preview on #7B8E94 background

This text has white color on #7B8E94 background.