COLOR #7B9FB9

HEX: #7B9FB9 RGB: (123,159,185)

Color info

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

RGB color model

#7B9FB9 color RGB value is (123,159,185).

RGB: (123,159,185) (48%, 62%, 73%)

RGB channels and saturation

R 123 of 255 = 48%
G 159 of 255 = 62%
B 185 of 255 = 73%

123
159
185

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

Portions of RGB colors in percentages

R + G + B = 123 + 159 + 185 = 467 (100%)
R 123 of 467 ~ 26.34%
G 159 of 467 ~ 34.05%
B 185 of 467 ~ 39.61'%

%26.34
%34.05
%39.61

CMYK color model

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

  • cyan value is 33.51%
  • magenta value is 14.05%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (34,14,0,27)
C34M14Y0K27 (34%, 14%, 0%, 27%)
(0.34 / 0.14 / 0.00 / 0.27)

CMYK percentages

%33.51
%14.05
%0
%27.45

Codes

Color #7B9FB9 in popluar color models

7B 9F B9
RGB 123 159 185
HSL 205° 30.69% 60.39%
HSB/HSV 205° 33.51% 72.55%
CMYK 33.51% 14.05% 0.00%
27.45%

Color #7B9FB9 in popluar number systems.

HEX 7B 9F B9
Decimal 123 159 185
Binary 1111011 10011111 10111001
Octal 173 237 271

Shades and tints

Shades of #7B9FB9

#7B9FB9
(123,159,185)
#7091A9
(112,145,169)
#658399
(101,131,153)
#5A7589
(90,117,137)
#4F6779
(79,103,121)
#445969
(68,89,105)
#394B59
(57,75,89)
#2E3D49
(46,61,73)
#232F39
(35,47,57)
#182129
(24,33,41)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #7B9FB9

#7B9FB9
(123,159,185)
#87A7BF
(135,167,191)
#93AFC5
(147,175,197)
#9FB7CB
(159,183,203)
#ABBFD1
(171,191,209)
#B7C7D7
(183,199,215)
#C3CFDD
(195,207,221)
#CFD7E3
(207,215,227)
#DBDFE9
(219,223,233)
#E7E7EF
(231,231,239)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9FB9 color. Also use rgb(123,159,185) instead hex code.

Text Font Color

.myTextColor { color: #7B9FB9; }

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

This text font color is #7B9FB9.

Background Color

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

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

This div background color is #7B9FB9.

Border color

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

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

This div border color is #7B9FB9.

Opacity

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

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

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

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

This text has shadow with #7B9FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9FB9.

Preview

Color preview on black background

This text has color #7B9FB9 on black background.


Color preview on white background

This text has color #7B9FB9 on white background.


Black color preview on #7B9FB9 background

This text has black color on #7B9FB9 background.


White color preview on #7B9FB9 background

This text has white color on #7B9FB9 background.


Related colors

Complementary color

Complementary color for #hex is #846046.


I love getcolorcode.com

Triadic colors

1 #B97B9F and #9FB97B with #7B9FB9 are triadic colors.

2 #B99F7B and #9F7BB9 with #7B9FB9 are triadic colors.