COLOR #7B9CB9

HEX: #7B9CB9
RGB: (123,156,185)

Color info

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

RGB color model

#7B9CB9 color RGB value is (123,156,185).

  • red value is 123;
  • green value is 156;
  • blue value is 185.
RGB:
(123,156,185)
(48%,61%,73%)

RGB channels and saturation

R 123 of 255 = 48%
G 156 of 255 = 61%
B 185 of 255 = 73%

123
156
185

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

Portions of RGB colors in percentages

R + G + B =
123 + 156 + 185 = 464 (100%)
R 123 of 464 ~ 26.51%
G 156 of 464 ~ 33.62%
B 185 of 464 ~ 39.87%

%26.51
%33.62
%39.87

CMYK color model

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

  • cyan value is 33.51%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(34,16,0,27)
C34M16Y0K27 
(34%,16%,0%,27%)
(0.34/0.16/0.00/0.27)	

CMYK percentages

%33.51
%15.68
%0
%27.45

Codes

Color #7B9CB9 in popluar color models

7B9CB9
RGB123156185
HSL208°30.69%60.39%
HSB/HSV208°33.51%72.55%
CMYK33.51%15.68%0.00%
27.45%

Color #7B9CB9 in popluar number systems.

HEX7B9CB9
Decimal123156185
Binary11110111001110010111001
Octal173234271

Shades and tints

Shades of #7B9CB9

#7B9CB9
(123,156,185)
#708EA9
(112,142,169)
#658099
(101,128,153)
#5A7289
(90,114,137)
#4F6479
(79,100,121)
#445669
(68,86,105)
#394859
(57,72,89)
#2E3A49
(46,58,73)
#232C39
(35,44,57)
#181E29
(24,30,41)
#0D1019
(13,16,25)
#000000
(0,0,0)

Tints of #7B9CB9

#7B9CB9
(123,156,185)
#87A5BF
(135,165,191)
#93AEC5
(147,174,197)
#9FB7CB
(159,183,203)
#ABC0D1
(171,192,209)
#B7C9D7
(183,201,215)
#C3D2DD
(195,210,221)
#CFDBE3
(207,219,227)
#DBE4E9
(219,228,233)
#E7EDEF
(231,237,239)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9CB9; }

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

This text font color is #7B9CB9.


Background Color

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

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

This div background color is #7B9CB9.


Border color

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

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

This div border color is #7B9CB9.


Opacity

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

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

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

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

This text has shadow with #7B9CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9CB9 on black background.


Color preview on white background

This text has color #7B9CB9 on white background.



Black color preview on #7B9CB9 background

This text has black color on #7B9CB9 background.


White color preview on #7B9CB9 background

This text has white color on #7B9CB9 background.