COLOR #7BAAA9

HEX: #7BAAA9
RGB: (123,170,169)

Color info

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

RGB color model

#7BAAA9 color RGB value is (123,170,169).

  • red value is 123;
  • green value is 170;
  • blue value is 169.
RGB:
(123,170,169)
(48%,67%,66%)

RGB channels and saturation

R 123 of 255 = 48%
G 170 of 255 = 67%
B 169 of 255 = 66%

123
170
169

R + G + B ~ 60%. #7BAAA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 170 + 169 = 462 (100%)
R 123 of 462 ~ 26.62%
G 170 of 462 ~ 36.8%
B 169 of 462 ~ 36.58%

%26.62
%36.8
%36.58

CMYK color model

#7BAAA9 color CMYK value is (28,0,1,33).

  • cyan value is 27.65%
  • magenta value is 0.00%
  • yellow value is 0.59%
  • key color value is 33.33%
CMYK:
(28,0,1,33)
C28M0Y1K33 
(28%,0%,1%,33%)
(0.28/0.00/0.01/0.33)	

CMYK percentages

%27.65
%0
%0.59
%33.33

Codes

Color #7BAAA9 in popluar color models

7BAAA9
RGB123170169
HSL179°21.66%57.45%
HSB/HSV179°27.65%66.67%
CMYK27.65%0.00%0.59%
33.33%

Color #7BAAA9 in popluar number systems.

HEX7BAAA9
Decimal123170169
Binary11110111010101010101001
Octal173252251

Shades and tints

Shades of #7BAAA9

#7BAAA9
(123,170,169)
#709B9A
(112,155,154)
#658C8B
(101,140,139)
#5A7D7C
(90,125,124)
#4F6E6D
(79,110,109)
#445F5E
(68,95,94)
#39504F
(57,80,79)
#2E4140
(46,65,64)
#233231
(35,50,49)
#182322
(24,35,34)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #7BAAA9

#7BAAA9
(123,170,169)
#87B1B0
(135,177,176)
#93B8B7
(147,184,183)
#9FBFBE
(159,191,190)
#ABC6C5
(171,198,197)
#B7CDCC
(183,205,204)
#C3D4D3
(195,212,211)
#CFDBDA
(207,219,218)
#DBE2E1
(219,226,225)
#E7E9E8
(231,233,232)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAAA9 color. Also use rgb(123,170,169) instead hex code.

Text Font Color

.myTextColor { color: #7BAAA9; }

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

This text font color is #7BAAA9.


Background Color

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

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

This div background color is #7BAAA9.


Border color

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

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

This div border color is #7BAAA9.


Opacity

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

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

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

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

This text has shadow with #7BAAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAAA9 on black background.


Color preview on white background

This text has color #7BAAA9 on white background.



Black color preview on #7BAAA9 background

This text has black color on #7BAAA9 background.


White color preview on #7BAAA9 background

This text has white color on #7BAAA9 background.