COLOR #7B8AB9

HEX: #7B8AB9
RGB: (123,138,185)

Color info

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

RGB color model

#7B8AB9 color RGB value is (123,138,185).

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

RGB channels and saturation

R 123 of 255 = 48%
G 138 of 255 = 54%
B 185 of 255 = 73%

123
138
185

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

Portions of RGB colors in percentages

R + G + B =
123 + 138 + 185 = 446 (100%)
R 123 of 446 ~ 27.58%
G 138 of 446 ~ 30.94%
B 185 of 446 ~ 41.48%

%27.58
%30.94
%41.48

CMYK color model

#7B8AB9 color CMYK value is (34,25,0,27).

  • cyan value is 33.51%
  • magenta value is 25.41%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(34,25,0,27)
C34M25Y0K27 
(34%,25%,0%,27%)
(0.34/0.25/0.00/0.27)	

CMYK percentages

%33.51
%25.41
%0
%27.45

Codes

Color #7B8AB9 in popluar color models

7B8AB9
RGB123138185
HSL225°30.69%60.39%
HSB/HSV225°33.51%72.55%
CMYK33.51%25.41%0.00%
27.45%

Color #7B8AB9 in popluar number systems.

HEX7B8AB9
Decimal123138185
Binary11110111000101010111001
Octal173212271

Shades and tints

Shades of #7B8AB9

#7B8AB9
(123,138,185)
#707EA9
(112,126,169)
#657299
(101,114,153)
#5A6689
(90,102,137)
#4F5A79
(79,90,121)
#444E69
(68,78,105)
#394259
(57,66,89)
#2E3649
(46,54,73)
#232A39
(35,42,57)
#181E29
(24,30,41)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #7B8AB9

#7B8AB9
(123,138,185)
#8794BF
(135,148,191)
#939EC5
(147,158,197)
#9FA8CB
(159,168,203)
#ABB2D1
(171,178,209)
#B7BCD7
(183,188,215)
#C3C6DD
(195,198,221)
#CFD0E3
(207,208,227)
#DBDAE9
(219,218,233)
#E7E4EF
(231,228,239)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8AB9; }

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

This text font color is #7B8AB9.


Background Color

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

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

This div background color is #7B8AB9.


Border color

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

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

This div border color is #7B8AB9.


Opacity

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

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

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

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

This text has shadow with #7B8AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8AB9 on black background.


Color preview on white background

This text has color #7B8AB9 on white background.



Black color preview on #7B8AB9 background

This text has black color on #7B8AB9 background.


White color preview on #7B8AB9 background

This text has white color on #7B8AB9 background.