COLOR #7BB9BA

HEX: #7BB9BA RGB: (123,185,186)

Color info

#7BB9BA contains mainly green and blue colors. Web safe color of #7BB9BA is #66CCCC (or #6CC).

RGB color model

#7BB9BA color RGB value is (123,185,186).

RGB: (123,185,186) (48%, 73%, 73%)

RGB channels and saturation

R 123 of 255 = 48%
G 185 of 255 = 73%
B 186 of 255 = 73%

123
185
186

R + G + B ~ 65%. #7BB9BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 185 + 186 = 494 (100%)
R 123 of 494 ~ 24.9%
G 185 of 494 ~ 37.45%
B 186 of 494 ~ 37.65'%

%24.9
%37.45
%37.65

CMYK color model

#7BB9BA color CMYK value is (34,1,0,27).

  • cyan value is 33.87%
  • magenta value is 0.54%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (34,1,0,27)
C34M1Y0K27 (34%, 1%, 0%, 27%)
(0.34 / 0.01 / 0.00 / 0.27)

CMYK percentages

%33.87
%0.54
%0
%27.06

Codes

Color #7BB9BA in popluar color models

7B B9 BA
RGB 123 185 186
HSL 181° 31.34% 60.59%
HSB/HSV 181° 33.87% 72.94%
CMYK 33.87% 0.54% 0.00%
27.06%

Color #7BB9BA in popluar number systems.

HEX 7B B9 BA
Decimal 123 185 186
Binary 1111011 10111001 10111010
Octal 173 271 272

Shades and tints

Shades of #7BB9BA

#7BB9BA
(123,185,186)
#70A9AA
(112,169,170)
#65999A
(101,153,154)
#5A898A
(90,137,138)
#4F797A
(79,121,122)
#44696A
(68,105,106)
#39595A
(57,89,90)
#2E494A
(46,73,74)
#23393A
(35,57,58)
#18292A
(24,41,42)
#0D191A
(13,25,26)
#000000
(0,0,0)

Tints of #7BB9BA

#7BB9BA
(123,185,186)
#87BFC0
(135,191,192)
#93C5C6
(147,197,198)
#9FCBCC
(159,203,204)
#ABD1D2
(171,209,210)
#B7D7D8
(183,215,216)
#C3DDDE
(195,221,222)
#CFE3E4
(207,227,228)
#DBE9EA
(219,233,234)
#E7EFF0
(231,239,240)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB9BA; }

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

This text font color is #7BB9BA.

Background Color

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

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

This div background color is #7BB9BA.

Border color

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

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

This div border color is #7BB9BA.

Opacity

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

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

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

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

This text has shadow with #7BB9BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB9BA.

Preview

Color preview on black background

This text has color #7BB9BA on black background.


Color preview on white background

This text has color #7BB9BA on white background.


Black color preview on #7BB9BA background

This text has black color on #7BB9BA background.


White color preview on #7BB9BA background

This text has white color on #7BB9BA background.


Related colors

Complementary color

Complementary color for #hex is #844645.


I love getcolorcode.com

Triadic colors

1 #BA7BB9 and #B9BA7B with #7BB9BA are triadic colors.

2 #BAB97B and #B97BBA with #7BB9BA are triadic colors.