COLOR #7B93AA

HEX: #7B93AA
RGB: (123,147,170)

Color info

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

RGB color model

#7B93AA color RGB value is (123,147,170).

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

RGB channels and saturation

R 123 of 255 = 48%
G 147 of 255 = 58%
B 170 of 255 = 67%

123
147
170

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

Portions of RGB colors in percentages

R + G + B =
123 + 147 + 170 = 440 (100%)
R 123 of 440 ~ 27.95%
G 147 of 440 ~ 33.41%
B 170 of 440 ~ 38.64%

%27.95
%33.41
%38.64

CMYK color model

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

  • cyan value is 27.65%
  • magenta value is 13.53%
  • 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
%13.53
%0
%33.33

Codes

Color #7B93AA in popluar color models

7B93AA
RGB123147170
HSL209°21.66%57.45%
HSB/HSV209°27.65%66.67%
CMYK27.65%13.53%0.00%
33.33%

Color #7B93AA in popluar number systems.

HEX7B93AA
Decimal123147170
Binary11110111001001110101010
Octal173223252

Shades and tints

Shades of #7B93AA

#7B93AA
(123,147,170)
#70869B
(112,134,155)
#65798C
(101,121,140)
#5A6C7D
(90,108,125)
#4F5F6E
(79,95,110)
#44525F
(68,82,95)
#394550
(57,69,80)
#2E3841
(46,56,65)
#232B32
(35,43,50)
#181E23
(24,30,35)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #7B93AA

#7B93AA
(123,147,170)
#879CB1
(135,156,177)
#93A5B8
(147,165,184)
#9FAEBF
(159,174,191)
#ABB7C6
(171,183,198)
#B7C0CD
(183,192,205)
#C3C9D4
(195,201,212)
#CFD2DB
(207,210,219)
#DBDBE2
(219,219,226)
#E7E4E9
(231,228,233)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B93AA; }

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

This text font color is #7B93AA.


Background Color

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

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

This div background color is #7B93AA.


Border color

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

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

This div border color is #7B93AA.


Opacity

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

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

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

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

This text has shadow with #7B93AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B93AA on black background.


Color preview on white background

This text has color #7B93AA on white background.



Black color preview on #7B93AA background

This text has black color on #7B93AA background.


White color preview on #7B93AA background

This text has white color on #7B93AA background.