COLOR #7BA4B8

HEX: #7BA4B8
RGB: (123,164,184)

Color info

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

RGB color model

#7BA4B8 color RGB value is (123,164,184).

  • red value is 123;
  • green value is 164;
  • blue value is 184.
RGB:
(123,164,184)
(48%,64%,72%)

RGB channels and saturation

R 123 of 255 = 48%
G 164 of 255 = 64%
B 184 of 255 = 72%

123
164
184

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

Portions of RGB colors in percentages

R + G + B =
123 + 164 + 184 = 471 (100%)
R 123 of 471 ~ 26.11%
G 164 of 471 ~ 34.82%
B 184 of 471 ~ 39.07%

%26.11
%34.82
%39.07

CMYK color model

#7BA4B8 color CMYK value is (33,11,0,28).

  • cyan value is 33.15%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(33,11,0,28)
C33M11Y0K28 
(33%,11%,0%,28%)
(0.33/0.11/0.00/0.28)	

CMYK percentages

%33.15
%10.87
%0
%27.84

Codes

Color #7BA4B8 in popluar color models

7BA4B8
RGB123164184
HSL200°30.05%60.20%
HSB/HSV200°33.15%72.16%
CMYK33.15%10.87%0.00%
27.84%

Color #7BA4B8 in popluar number systems.

HEX7BA4B8
Decimal123164184
Binary11110111010010010111000
Octal173244270

Shades and tints

Shades of #7BA4B8

#7BA4B8
(123,164,184)
#7096A8
(112,150,168)
#658898
(101,136,152)
#5A7A88
(90,122,136)
#4F6C78
(79,108,120)
#445E68
(68,94,104)
#395058
(57,80,88)
#2E4248
(46,66,72)
#233438
(35,52,56)
#182628
(24,38,40)
#0D1818
(13,24,24)
#000000
(0,0,0)

Tints of #7BA4B8

#7BA4B8
(123,164,184)
#87ACBE
(135,172,190)
#93B4C4
(147,180,196)
#9FBCCA
(159,188,202)
#ABC4D0
(171,196,208)
#B7CCD6
(183,204,214)
#C3D4DC
(195,212,220)
#CFDCE2
(207,220,226)
#DBE4E8
(219,228,232)
#E7ECEE
(231,236,238)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA4B8 color. Also use rgb(123,164,184) instead hex code.

Text Font Color

.myTextColor { color: #7BA4B8; }

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

This text font color is #7BA4B8.


Background Color

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

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

This div background color is #7BA4B8.


Border color

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

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

This div border color is #7BA4B8.


Opacity

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

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

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

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

This text has shadow with #7BA4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA4B8 on black background.


Color preview on white background

This text has color #7BA4B8 on white background.



Black color preview on #7BA4B8 background

This text has black color on #7BA4B8 background.


White color preview on #7BA4B8 background

This text has white color on #7BA4B8 background.