COLOR #7B9ABD

HEX: #7B9ABD
RGB: (123,154,189)

Color info

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

RGB color model

#7B9ABD color RGB value is (123,154,189).

  • red value is 123;
  • green value is 154;
  • blue value is 189.
RGB:
(123,154,189)
(48%,60%,74%)

RGB channels and saturation

R 123 of 255 = 48%
G 154 of 255 = 60%
B 189 of 255 = 74%

123
154
189

R + G + B ~ 61%. #7B9ABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 154 + 189 = 466 (100%)
R 123 of 466 ~ 26.39%
G 154 of 466 ~ 33.05%
B 189 of 466 ~ 40.56%

%26.39
%33.05
%40.56

CMYK color model

#7B9ABD color CMYK value is (35,19,0,26).

  • cyan value is 34.92%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(35,19,0,26)
C35M19Y0K26 
(35%,19%,0%,26%)
(0.35/0.19/0.00/0.26)	

CMYK percentages

%34.92
%18.52
%0
%25.88

Codes

Color #7B9ABD in popluar color models

7B9ABD
RGB123154189
HSL212°33.33%61.18%
HSB/HSV212°34.92%74.12%
CMYK34.92%18.52%0.00%
25.88%

Color #7B9ABD in popluar number systems.

HEX7B9ABD
Decimal123154189
Binary11110111001101010111101
Octal173232275

Shades and tints

Shades of #7B9ABD

#7B9ABD
(123,154,189)
#708CAC
(112,140,172)
#657E9B
(101,126,155)
#5A708A
(90,112,138)
#4F6279
(79,98,121)
#445468
(68,84,104)
#394657
(57,70,87)
#2E3846
(46,56,70)
#232A35
(35,42,53)
#181C24
(24,28,36)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #7B9ABD

#7B9ABD
(123,154,189)
#87A3C3
(135,163,195)
#93ACC9
(147,172,201)
#9FB5CF
(159,181,207)
#ABBED5
(171,190,213)
#B7C7DB
(183,199,219)
#C3D0E1
(195,208,225)
#CFD9E7
(207,217,231)
#DBE2ED
(219,226,237)
#E7EBF3
(231,235,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9ABD color. Also use rgb(123,154,189) instead hex code.

Text Font Color

.myTextColor { color: #7B9ABD; }

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

This text font color is #7B9ABD.


Background Color

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

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

This div background color is #7B9ABD.


Border color

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

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

This div border color is #7B9ABD.


Opacity

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

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

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

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

This text has shadow with #7B9ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9ABD on black background.


Color preview on white background

This text has color #7B9ABD on white background.



Black color preview on #7B9ABD background

This text has black color on #7B9ABD background.


White color preview on #7B9ABD background

This text has white color on #7B9ABD background.