COLOR #7BA0BB

HEX: #7BA0BB
RGB: (123,160,187)

Color info

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

RGB color model

#7BA0BB color RGB value is (123,160,187).

  • red value is 123;
  • green value is 160;
  • blue value is 187.
RGB:
(123,160,187)
(48%,63%,73%)

RGB channels and saturation

R 123 of 255 = 48%
G 160 of 255 = 63%
B 187 of 255 = 73%

123
160
187

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

Portions of RGB colors in percentages

R + G + B =
123 + 160 + 187 = 470 (100%)
R 123 of 470 ~ 26.17%
G 160 of 470 ~ 34.04%
B 187 of 470 ~ 39.79%

%26.17
%34.04
%39.79

CMYK color model

#7BA0BB color CMYK value is (34,14,0,27).

  • cyan value is 34.22%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(34,14,0,27)
C34M14Y0K27 
(34%,14%,0%,27%)
(0.34/0.14/0.00/0.27)	

CMYK percentages

%34.22
%14.44
%0
%26.67

Codes

Color #7BA0BB in popluar color models

7BA0BB
RGB123160187
HSL205°32.00%60.78%
HSB/HSV205°34.22%73.33%
CMYK34.22%14.44%0.00%
26.67%

Color #7BA0BB in popluar number systems.

HEX7BA0BB
Decimal123160187
Binary11110111010000010111011
Octal173240273

Shades and tints

Shades of #7BA0BB

#7BA0BB
(123,160,187)
#7092AA
(112,146,170)
#658499
(101,132,153)
#5A7688
(90,118,136)
#4F6877
(79,104,119)
#445A66
(68,90,102)
#394C55
(57,76,85)
#2E3E44
(46,62,68)
#233033
(35,48,51)
#182222
(24,34,34)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #7BA0BB

#7BA0BB
(123,160,187)
#87A8C1
(135,168,193)
#93B0C7
(147,176,199)
#9FB8CD
(159,184,205)
#ABC0D3
(171,192,211)
#B7C8D9
(183,200,217)
#C3D0DF
(195,208,223)
#CFD8E5
(207,216,229)
#DBE0EB
(219,224,235)
#E7E8F1
(231,232,241)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA0BB color. Also use rgb(123,160,187) instead hex code.

Text Font Color

.myTextColor { color: #7BA0BB; }

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

This text font color is #7BA0BB.


Background Color

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

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

This div background color is #7BA0BB.


Border color

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

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

This div border color is #7BA0BB.


Opacity

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

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

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

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

This text has shadow with #7BA0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA0BB on black background.


Color preview on white background

This text has color #7BA0BB on white background.



Black color preview on #7BA0BB background

This text has black color on #7BA0BB background.


White color preview on #7BA0BB background

This text has white color on #7BA0BB background.