COLOR #7BA5B2

HEX: #7BA5B2
RGB: (123,165,178)

Color info

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

RGB color model

#7BA5B2 color RGB value is (123,165,178).

  • red value is 123;
  • green value is 165;
  • blue value is 178.
RGB:
(123,165,178)
(48%,65%,70%)

RGB channels and saturation

R 123 of 255 = 48%
G 165 of 255 = 65%
B 178 of 255 = 70%

123
165
178

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

Portions of RGB colors in percentages

R + G + B =
123 + 165 + 178 = 466 (100%)
R 123 of 466 ~ 26.39%
G 165 of 466 ~ 35.41%
B 178 of 466 ~ 38.2%

%26.39
%35.41
%38.2

CMYK color model

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

  • cyan value is 30.90%
  • magenta value is 7.30%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(31,7,0,30)
C31M7Y0K30 
(31%,7%,0%,30%)
(0.31/0.07/0.00/0.30)	

CMYK percentages

%30.9
%7.3
%0
%30.2

Codes

Color #7BA5B2 in popluar color models

7BA5B2
RGB123165178
HSL194°26.32%59.02%
HSB/HSV194°30.90%69.80%
CMYK30.90%7.30%0.00%
30.20%

Color #7BA5B2 in popluar number systems.

HEX7BA5B2
Decimal123165178
Binary11110111010010110110010
Octal173245262

Shades and tints

Shades of #7BA5B2

#7BA5B2
(123,165,178)
#7096A2
(112,150,162)
#658792
(101,135,146)
#5A7882
(90,120,130)
#4F6972
(79,105,114)
#445A62
(68,90,98)
#394B52
(57,75,82)
#2E3C42
(46,60,66)
#232D32
(35,45,50)
#181E22
(24,30,34)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #7BA5B2

#7BA5B2
(123,165,178)
#87ADB9
(135,173,185)
#93B5C0
(147,181,192)
#9FBDC7
(159,189,199)
#ABC5CE
(171,197,206)
#B7CDD5
(183,205,213)
#C3D5DC
(195,213,220)
#CFDDE3
(207,221,227)
#DBE5EA
(219,229,234)
#E7EDF1
(231,237,241)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA5B2 color. Also use rgb(123,165,178) instead hex code.

Text Font Color

.myTextColor { color: #7BA5B2; }

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

This text font color is #7BA5B2.


Background Color

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

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

This div background color is #7BA5B2.


Border color

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

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

This div border color is #7BA5B2.


Opacity

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

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

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

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

This text has shadow with #7BA5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA5B2 on black background.


Color preview on white background

This text has color #7BA5B2 on white background.



Black color preview on #7BA5B2 background

This text has black color on #7BA5B2 background.


White color preview on #7BA5B2 background

This text has white color on #7BA5B2 background.