COLOR #7B9FC6

HEX: #7B9FC6
RGB: (123,159,198)

Color info

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

RGB color model

#7B9FC6 color RGB value is (123,159,198).

  • red value is 123;
  • green value is 159;
  • blue value is 198.
RGB:
(123,159,198)
(48%,62%,78%)

RGB channels and saturation

R 123 of 255 = 48%
G 159 of 255 = 62%
B 198 of 255 = 78%

123
159
198

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

Portions of RGB colors in percentages

R + G + B =
123 + 159 + 198 = 480 (100%)
R 123 of 480 ~ 25.63%
G 159 of 480 ~ 33.13%
B 198 of 480 ~ 41.25%

%25.63
%33.13
%41.25

CMYK color model

#7B9FC6 color CMYK value is (38,20,0,22).

  • cyan value is 37.88%
  • magenta value is 19.70%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(38,20,0,22)
C38M20Y0K22 
(38%,20%,0%,22%)
(0.38/0.20/0.00/0.22)	

CMYK percentages

%37.88
%19.7
%0
%22.35

Codes

Color #7B9FC6 in popluar color models

7B9FC6
RGB123159198
HSL211°39.68%62.94%
HSB/HSV211°37.88%77.65%
CMYK37.88%19.70%0.00%
22.35%

Color #7B9FC6 in popluar number systems.

HEX7B9FC6
Decimal123159198
Binary11110111001111111000110
Octal173237306

Shades and tints

Shades of #7B9FC6

#7B9FC6
(123,159,198)
#7091B4
(112,145,180)
#6583A2
(101,131,162)
#5A7590
(90,117,144)
#4F677E
(79,103,126)
#44596C
(68,89,108)
#394B5A
(57,75,90)
#2E3D48
(46,61,72)
#232F36
(35,47,54)
#182124
(24,33,36)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #7B9FC6

#7B9FC6
(123,159,198)
#87A7CB
(135,167,203)
#93AFD0
(147,175,208)
#9FB7D5
(159,183,213)
#ABBFDA
(171,191,218)
#B7C7DF
(183,199,223)
#C3CFE4
(195,207,228)
#CFD7E9
(207,215,233)
#DBDFEE
(219,223,238)
#E7E7F3
(231,231,243)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9FC6; }

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

This text font color is #7B9FC6.


Background Color

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

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

This div background color is #7B9FC6.


Border color

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

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

This div border color is #7B9FC6.


Opacity

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

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

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

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

This text has shadow with #7B9FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9FC6 on black background.


Color preview on white background

This text has color #7B9FC6 on white background.



Black color preview on #7B9FC6 background

This text has black color on #7B9FC6 background.


White color preview on #7B9FC6 background

This text has white color on #7B9FC6 background.