COLOR #7B93AD

HEX: #7B93AD
RGB: (123,147,173)

Color info

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

RGB color model

#7B93AD color RGB value is (123,147,173).

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

RGB channels and saturation

R 123 of 255 = 48%
G 147 of 255 = 58%
B 173 of 255 = 68%

123
147
173

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

Portions of RGB colors in percentages

R + G + B =
123 + 147 + 173 = 443 (100%)
R 123 of 443 ~ 27.77%
G 147 of 443 ~ 33.18%
B 173 of 443 ~ 39.05%

%27.77
%33.18
%39.05

CMYK color model

#7B93AD color CMYK value is (29,15,0,32).

  • cyan value is 28.90%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(29,15,0,32)
C29M15Y0K32 
(29%,15%,0%,32%)
(0.29/0.15/0.00/0.32)	

CMYK percentages

%28.9
%15.03
%0
%32.16

Codes

Color #7B93AD in popluar color models

7B93AD
RGB123147173
HSL211°23.36%58.04%
HSB/HSV211°28.90%67.84%
CMYK28.90%15.03%0.00%
32.16%

Color #7B93AD in popluar number systems.

HEX7B93AD
Decimal123147173
Binary11110111001001110101101
Octal173223255

Shades and tints

Shades of #7B93AD

#7B93AD
(123,147,173)
#70869E
(112,134,158)
#65798F
(101,121,143)
#5A6C80
(90,108,128)
#4F5F71
(79,95,113)
#445262
(68,82,98)
#394553
(57,69,83)
#2E3844
(46,56,68)
#232B35
(35,43,53)
#181E26
(24,30,38)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #7B93AD

#7B93AD
(123,147,173)
#879CB4
(135,156,180)
#93A5BB
(147,165,187)
#9FAEC2
(159,174,194)
#ABB7C9
(171,183,201)
#B7C0D0
(183,192,208)
#C3C9D7
(195,201,215)
#CFD2DE
(207,210,222)
#DBDBE5
(219,219,229)
#E7E4EC
(231,228,236)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B93AD; }

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

This text font color is #7B93AD.


Background Color

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

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

This div background color is #7B93AD.


Border color

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

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

This div border color is #7B93AD.


Opacity

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

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

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

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

This text has shadow with #7B93AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B93AD on black background.


Color preview on white background

This text has color #7B93AD on white background.



Black color preview on #7B93AD background

This text has black color on #7B93AD background.


White color preview on #7B93AD background

This text has white color on #7B93AD background.