COLOR #7B92AA

HEX: #7B92AA
RGB: (123,146,170)

Color info

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

RGB color model

#7B92AA color RGB value is (123,146,170).

  • red value is 123;
  • green value is 146;
  • blue value is 170.
RGB:
(123,146,170)
(48%,57%,67%)

RGB channels and saturation

R 123 of 255 = 48%
G 146 of 255 = 57%
B 170 of 255 = 67%

123
146
170

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

Portions of RGB colors in percentages

R + G + B =
123 + 146 + 170 = 439 (100%)
R 123 of 439 ~ 28.02%
G 146 of 439 ~ 33.26%
B 170 of 439 ~ 38.72%

%28.02
%33.26
%38.72

CMYK color model

#7B92AA color CMYK value is (28,14,0,33).

  • cyan value is 27.65%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(28,14,0,33)
C28M14Y0K33 
(28%,14%,0%,33%)
(0.28/0.14/0.00/0.33)	

CMYK percentages

%27.65
%14.12
%0
%33.33

Codes

Color #7B92AA in popluar color models

7B92AA
RGB123146170
HSL211°21.66%57.45%
HSB/HSV211°27.65%66.67%
CMYK27.65%14.12%0.00%
33.33%

Color #7B92AA in popluar number systems.

HEX7B92AA
Decimal123146170
Binary11110111001001010101010
Octal173222252

Shades and tints

Shades of #7B92AA

#7B92AA
(123,146,170)
#70859B
(112,133,155)
#65788C
(101,120,140)
#5A6B7D
(90,107,125)
#4F5E6E
(79,94,110)
#44515F
(68,81,95)
#394450
(57,68,80)
#2E3741
(46,55,65)
#232A32
(35,42,50)
#181D23
(24,29,35)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #7B92AA

#7B92AA
(123,146,170)
#879BB1
(135,155,177)
#93A4B8
(147,164,184)
#9FADBF
(159,173,191)
#ABB6C6
(171,182,198)
#B7BFCD
(183,191,205)
#C3C8D4
(195,200,212)
#CFD1DB
(207,209,219)
#DBDAE2
(219,218,226)
#E7E3E9
(231,227,233)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B92AA color. Also use rgb(123,146,170) instead hex code.

Text Font Color

.myTextColor { color: #7B92AA; }

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

This text font color is #7B92AA.


Background Color

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

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

This div background color is #7B92AA.


Border color

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

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

This div border color is #7B92AA.


Opacity

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

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

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

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

This text has shadow with #7B92AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B92AA on black background.


Color preview on white background

This text has color #7B92AA on white background.



Black color preview on #7B92AA background

This text has black color on #7B92AA background.


White color preview on #7B92AA background

This text has white color on #7B92AA background.