COLOR #7B9EB0

HEX: #7B9EB0
RGB: (123,158,176)

Color info

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

RGB color model

#7B9EB0 color RGB value is (123,158,176).

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

RGB channels and saturation

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

123
158
176

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

Portions of RGB colors in percentages

R + G + B =
123 + 158 + 176 = 457 (100%)
R 123 of 457 ~ 26.91%
G 158 of 457 ~ 34.57%
B 176 of 457 ~ 38.51%

%26.91
%34.57
%38.51

CMYK color model

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

  • cyan value is 30.11%
  • magenta value is 10.23%
  • 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
%10.23
%0
%30.98

Codes

Color #7B9EB0 in popluar color models

7B9EB0
RGB123158176
HSL200°25.12%58.63%
HSB/HSV200°30.11%69.02%
CMYK30.11%10.23%0.00%
30.98%

Color #7B9EB0 in popluar number systems.

HEX7B9EB0
Decimal123158176
Binary11110111001111010110000
Octal173236260

Shades and tints

Shades of #7B9EB0

#7B9EB0
(123,158,176)
#7090A0
(112,144,160)
#658290
(101,130,144)
#5A7480
(90,116,128)
#4F6670
(79,102,112)
#445860
(68,88,96)
#394A50
(57,74,80)
#2E3C40
(46,60,64)
#232E30
(35,46,48)
#182020
(24,32,32)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #7B9EB0

#7B9EB0
(123,158,176)
#87A6B7
(135,166,183)
#93AEBE
(147,174,190)
#9FB6C5
(159,182,197)
#ABBECC
(171,190,204)
#B7C6D3
(183,198,211)
#C3CEDA
(195,206,218)
#CFD6E1
(207,214,225)
#DBDEE8
(219,222,232)
#E7E6EF
(231,230,239)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9EB0; }

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

This text font color is #7B9EB0.


Background Color

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

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

This div background color is #7B9EB0.


Border color

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

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

This div border color is #7B9EB0.


Opacity

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

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

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

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

This text has shadow with #7B9EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9EB0 on black background.


Color preview on white background

This text has color #7B9EB0 on white background.



Black color preview on #7B9EB0 background

This text has black color on #7B9EB0 background.


White color preview on #7B9EB0 background

This text has white color on #7B9EB0 background.