COLOR #7B9BCF

HEX: #7B9BCF
RGB: (123,155,207)

Color info

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

RGB color model

#7B9BCF color RGB value is (123,155,207).

  • red value is 123;
  • green value is 155;
  • blue value is 207.
RGB:
(123,155,207)
(48%,61%,81%)

RGB channels and saturation

R 123 of 255 = 48%
G 155 of 255 = 61%
B 207 of 255 = 81%

123
155
207

R + G + B ~ 63%. #7B9BCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 155 + 207 = 485 (100%)
R 123 of 485 ~ 25.36%
G 155 of 485 ~ 31.96%
B 207 of 485 ~ 42.68%

%25.36
%31.96
%42.68

CMYK color model

#7B9BCF color CMYK value is (41,25,0,19).

  • cyan value is 40.58%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(41,25,0,19)
C41M25Y0K19 
(41%,25%,0%,19%)
(0.41/0.25/0.00/0.19)	

CMYK percentages

%40.58
%25.12
%0
%18.82

Codes

Color #7B9BCF in popluar color models

7B9BCF
RGB123155207
HSL217°46.67%64.71%
HSB/HSV217°40.58%81.18%
CMYK40.58%25.12%0.00%
18.82%

Color #7B9BCF in popluar number systems.

HEX7B9BCF
Decimal123155207
Binary11110111001101111001111
Octal173233317

Shades and tints

Shades of #7B9BCF

#7B9BCF
(123,155,207)
#708DBD
(112,141,189)
#657FAB
(101,127,171)
#5A7199
(90,113,153)
#4F6387
(79,99,135)
#445575
(68,85,117)
#394763
(57,71,99)
#2E3951
(46,57,81)
#232B3F
(35,43,63)
#181D2D
(24,29,45)
#0D0F1B
(13,15,27)
#000000
(0,0,0)

Tints of #7B9BCF

#7B9BCF
(123,155,207)
#87A4D3
(135,164,211)
#93ADD7
(147,173,215)
#9FB6DB
(159,182,219)
#ABBFDF
(171,191,223)
#B7C8E3
(183,200,227)
#C3D1E7
(195,209,231)
#CFDAEB
(207,218,235)
#DBE3EF
(219,227,239)
#E7ECF3
(231,236,243)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9BCF color. Also use rgb(123,155,207) instead hex code.

Text Font Color

.myTextColor { color: #7B9BCF; }

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

This text font color is #7B9BCF.


Background Color

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

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

This div background color is #7B9BCF.


Border color

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

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

This div border color is #7B9BCF.


Opacity

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

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

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

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

This text has shadow with #7B9BCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9BCF on black background.


Color preview on white background

This text has color #7B9BCF on white background.



Black color preview on #7B9BCF background

This text has black color on #7B9BCF background.


White color preview on #7B9BCF background

This text has white color on #7B9BCF background.