COLOR #7B9DA9

HEX: #7B9DA9
RGB: (123,157,169)

Color info

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

RGB color model

#7B9DA9 color RGB value is (123,157,169).

  • red value is 123;
  • green value is 157;
  • blue value is 169.
RGB:
(123,157,169)
(48%,62%,66%)

RGB channels and saturation

R 123 of 255 = 48%
G 157 of 255 = 62%
B 169 of 255 = 66%

123
157
169

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

Portions of RGB colors in percentages

R + G + B =
123 + 157 + 169 = 449 (100%)
R 123 of 449 ~ 27.39%
G 157 of 449 ~ 34.97%
B 169 of 449 ~ 37.64%

%27.39
%34.97
%37.64

CMYK color model

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

  • cyan value is 27.22%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(27,7,0,34)
C27M7Y0K34 
(27%,7%,0%,34%)
(0.27/0.07/0.00/0.34)	

CMYK percentages

%27.22
%7.1
%0
%33.73

Codes

Color #7B9DA9 in popluar color models

7B9DA9
RGB123157169
HSL196°21.10%57.25%
HSB/HSV196°27.22%66.27%
CMYK27.22%7.10%0.00%
33.73%

Color #7B9DA9 in popluar number systems.

HEX7B9DA9
Decimal123157169
Binary11110111001110110101001
Octal173235251

Shades and tints

Shades of #7B9DA9

#7B9DA9
(123,157,169)
#708F9A
(112,143,154)
#65818B
(101,129,139)
#5A737C
(90,115,124)
#4F656D
(79,101,109)
#44575E
(68,87,94)
#39494F
(57,73,79)
#2E3B40
(46,59,64)
#232D31
(35,45,49)
#181F22
(24,31,34)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #7B9DA9

#7B9DA9
(123,157,169)
#87A5B0
(135,165,176)
#93ADB7
(147,173,183)
#9FB5BE
(159,181,190)
#ABBDC5
(171,189,197)
#B7C5CC
(183,197,204)
#C3CDD3
(195,205,211)
#CFD5DA
(207,213,218)
#DBDDE1
(219,221,225)
#E7E5E8
(231,229,232)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9DA9 color. Also use rgb(123,157,169) instead hex code.

Text Font Color

.myTextColor { color: #7B9DA9; }

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

This text font color is #7B9DA9.


Background Color

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

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

This div background color is #7B9DA9.


Border color

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

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

This div border color is #7B9DA9.


Opacity

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

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

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

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

This text has shadow with #7B9DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9DA9 on black background.


Color preview on white background

This text has color #7B9DA9 on white background.



Black color preview on #7B9DA9 background

This text has black color on #7B9DA9 background.


White color preview on #7B9DA9 background

This text has white color on #7B9DA9 background.