COLOR #7B9FB0

HEX: #7B9FB0
RGB: (123,159,176)

Color info

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

RGB color model

#7B9FB0 color RGB value is (123,159,176).

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

RGB channels and saturation

R 123 of 255 = 48%
G 159 of 255 = 62%
B 176 of 255 = 69%

123
159
176

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

Portions of RGB colors in percentages

R + G + B =
123 + 159 + 176 = 458 (100%)
R 123 of 458 ~ 26.86%
G 159 of 458 ~ 34.72%
B 176 of 458 ~ 38.43%

%26.86
%34.72
%38.43

CMYK color model

#7B9FB0 color CMYK value is (30,10,0,31).

  • cyan value is 30.11%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(30,10,0,31)
C30M10Y0K31 
(30%,10%,0%,31%)
(0.30/0.10/0.00/0.31)	

CMYK percentages

%30.11
%9.66
%0
%30.98

Codes

Color #7B9FB0 in popluar color models

7B9FB0
RGB123159176
HSL199°25.12%58.63%
HSB/HSV199°30.11%69.02%
CMYK30.11%9.66%0.00%
30.98%

Color #7B9FB0 in popluar number systems.

HEX7B9FB0
Decimal123159176
Binary11110111001111110110000
Octal173237260

Shades and tints

Shades of #7B9FB0

#7B9FB0
(123,159,176)
#7091A0
(112,145,160)
#658390
(101,131,144)
#5A7580
(90,117,128)
#4F6770
(79,103,112)
#445960
(68,89,96)
#394B50
(57,75,80)
#2E3D40
(46,61,64)
#232F30
(35,47,48)
#182120
(24,33,32)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #7B9FB0

#7B9FB0
(123,159,176)
#87A7B7
(135,167,183)
#93AFBE
(147,175,190)
#9FB7C5
(159,183,197)
#ABBFCC
(171,191,204)
#B7C7D3
(183,199,211)
#C3CFDA
(195,207,218)
#CFD7E1
(207,215,225)
#DBDFE8
(219,223,232)
#E7E7EF
(231,231,239)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9FB0; }

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

This text font color is #7B9FB0.


Background Color

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

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

This div background color is #7B9FB0.


Border color

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

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

This div border color is #7B9FB0.


Opacity

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

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

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

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

This text has shadow with #7B9FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9FB0 on black background.


Color preview on white background

This text has color #7B9FB0 on white background.



Black color preview on #7B9FB0 background

This text has black color on #7B9FB0 background.


White color preview on #7B9FB0 background

This text has white color on #7B9FB0 background.