COLOR #7BA6BA

HEX: #7BA6BA
RGB: (123,166,186)

Color info

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

RGB color model

#7BA6BA color RGB value is (123,166,186).

  • red value is 123;
  • green value is 166;
  • blue value is 186.
RGB:
(123,166,186)
(48%,65%,73%)

RGB channels and saturation

R 123 of 255 = 48%
G 166 of 255 = 65%
B 186 of 255 = 73%

123
166
186

R + G + B ~ 62%. #7BA6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 166 + 186 = 475 (100%)
R 123 of 475 ~ 25.89%
G 166 of 475 ~ 34.95%
B 186 of 475 ~ 39.16%

%25.89
%34.95
%39.16

CMYK color model

#7BA6BA color CMYK value is (34,11,0,27).

  • cyan value is 33.87%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(34,11,0,27)
C34M11Y0K27 
(34%,11%,0%,27%)
(0.34/0.11/0.00/0.27)	

CMYK percentages

%33.87
%10.75
%0
%27.06

Codes

Color #7BA6BA in popluar color models

7BA6BA
RGB123166186
HSL199°31.34%60.59%
HSB/HSV199°33.87%72.94%
CMYK33.87%10.75%0.00%
27.06%

Color #7BA6BA in popluar number systems.

HEX7BA6BA
Decimal123166186
Binary11110111010011010111010
Octal173246272

Shades and tints

Shades of #7BA6BA

#7BA6BA
(123,166,186)
#7097AA
(112,151,170)
#65889A
(101,136,154)
#5A798A
(90,121,138)
#4F6A7A
(79,106,122)
#445B6A
(68,91,106)
#394C5A
(57,76,90)
#2E3D4A
(46,61,74)
#232E3A
(35,46,58)
#181F2A
(24,31,42)
#0D101A
(13,16,26)
#000000
(0,0,0)

Tints of #7BA6BA

#7BA6BA
(123,166,186)
#87AEC0
(135,174,192)
#93B6C6
(147,182,198)
#9FBECC
(159,190,204)
#ABC6D2
(171,198,210)
#B7CED8
(183,206,216)
#C3D6DE
(195,214,222)
#CFDEE4
(207,222,228)
#DBE6EA
(219,230,234)
#E7EEF0
(231,238,240)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA6BA color. Also use rgb(123,166,186) instead hex code.

Text Font Color

.myTextColor { color: #7BA6BA; }

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

This text font color is #7BA6BA.


Background Color

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

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

This div background color is #7BA6BA.


Border color

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

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

This div border color is #7BA6BA.


Opacity

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

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

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

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

This text has shadow with #7BA6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA6BA on black background.


Color preview on white background

This text has color #7BA6BA on white background.



Black color preview on #7BA6BA background

This text has black color on #7BA6BA background.


White color preview on #7BA6BA background

This text has white color on #7BA6BA background.