COLOR #7B8998

HEX: #7B8998
RGB: (123,137,152)

Color info

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

RGB color model

#7B8998 color RGB value is (123,137,152).

  • red value is 123;
  • green value is 137;
  • blue value is 152.
RGB:
(123,137,152)
(48%,54%,60%)

RGB channels and saturation

R 123 of 255 = 48%
G 137 of 255 = 54%
B 152 of 255 = 60%

123
137
152

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

Portions of RGB colors in percentages

R + G + B =
123 + 137 + 152 = 412 (100%)
R 123 of 412 ~ 29.85%
G 137 of 412 ~ 33.25%
B 152 of 412 ~ 36.89%

%29.85
%33.25
%36.89

CMYK color model

#7B8998 color CMYK value is (19,10,0,40).

  • cyan value is 19.08%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(19,10,0,40)
C19M10Y0K40 
(19%,10%,0%,40%)
(0.19/0.10/0.00/0.40)	

CMYK percentages

%19.08
%9.87
%0
%40.39

Codes

Color #7B8998 in popluar color models

7B8998
RGB123137152
HSL211°12.34%53.92%
HSB/HSV211°19.08%59.61%
CMYK19.08%9.87%0.00%
40.39%

Color #7B8998 in popluar number systems.

HEX7B8998
Decimal123137152
Binary11110111000100110011000
Octal173211230

Shades and tints

Shades of #7B8998

#7B8998
(123,137,152)
#707D8B
(112,125,139)
#65717E
(101,113,126)
#5A6571
(90,101,113)
#4F5964
(79,89,100)
#444D57
(68,77,87)
#39414A
(57,65,74)
#2E353D
(46,53,61)
#232930
(35,41,48)
#181D23
(24,29,35)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #7B8998

#7B8998
(123,137,152)
#8793A1
(135,147,161)
#939DAA
(147,157,170)
#9FA7B3
(159,167,179)
#ABB1BC
(171,177,188)
#B7BBC5
(183,187,197)
#C3C5CE
(195,197,206)
#CFCFD7
(207,207,215)
#DBD9E0
(219,217,224)
#E7E3E9
(231,227,233)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8998 color. Also use rgb(123,137,152) instead hex code.

Text Font Color

.myTextColor { color: #7B8998; }

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

This text font color is #7B8998.


Background Color

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

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

This div background color is #7B8998.


Border color

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

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

This div border color is #7B8998.


Opacity

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

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

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

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

This text has shadow with #7B8998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8998 on black background.


Color preview on white background

This text has color #7B8998 on white background.



Black color preview on #7B8998 background

This text has black color on #7B8998 background.


White color preview on #7B8998 background

This text has white color on #7B8998 background.