COLOR #7B8EB9

HEX: #7B8EB9
RGB: (123,142,185)

Color info

#7B8EB9 contains mainly green and blue colors. Web safe color of #7B8EB9 is #6699CC (or #69C).

RGB color model

#7B8EB9 color RGB value is (123,142,185).

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

RGB channels and saturation

R 123 of 255 = 48%
G 142 of 255 = 56%
B 185 of 255 = 73%

123
142
185

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

Portions of RGB colors in percentages

R + G + B =
123 + 142 + 185 = 450 (100%)
R 123 of 450 ~ 27.33%
G 142 of 450 ~ 31.56%
B 185 of 450 ~ 41.11%

%27.33
%31.56
%41.11

CMYK color model

#7B8EB9 color CMYK value is (34,23,0,27).

  • cyan value is 33.51%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(34,23,0,27)
C34M23Y0K27 
(34%,23%,0%,27%)
(0.34/0.23/0.00/0.27)	

CMYK percentages

%33.51
%23.24
%0
%27.45

Codes

Color #7B8EB9 in popluar color models

7B8EB9
RGB123142185
HSL222°30.69%60.39%
HSB/HSV222°33.51%72.55%
CMYK33.51%23.24%0.00%
27.45%

Color #7B8EB9 in popluar number systems.

HEX7B8EB9
Decimal123142185
Binary11110111000111010111001
Octal173216271

Shades and tints

Shades of #7B8EB9

#7B8EB9
(123,142,185)
#7082A9
(112,130,169)
#657699
(101,118,153)
#5A6A89
(90,106,137)
#4F5E79
(79,94,121)
#445269
(68,82,105)
#394659
(57,70,89)
#2E3A49
(46,58,73)
#232E39
(35,46,57)
#182229
(24,34,41)
#0D1619
(13,22,25)
#000000
(0,0,0)

Tints of #7B8EB9

#7B8EB9
(123,142,185)
#8798BF
(135,152,191)
#93A2C5
(147,162,197)
#9FACCB
(159,172,203)
#ABB6D1
(171,182,209)
#B7C0D7
(183,192,215)
#C3CADD
(195,202,221)
#CFD4E3
(207,212,227)
#DBDEE9
(219,222,233)
#E7E8EF
(231,232,239)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8EB9; }

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

This text font color is #7B8EB9.


Background Color

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

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

This div background color is #7B8EB9.


Border color

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

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

This div border color is #7B8EB9.


Opacity

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

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

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

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

This text has shadow with #7B8EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8EB9 on black background.


Color preview on white background

This text has color #7B8EB9 on white background.



Black color preview on #7B8EB9 background

This text has black color on #7B8EB9 background.


White color preview on #7B8EB9 background

This text has white color on #7B8EB9 background.