COLOR #7BA8AA

HEX: #7BA8AA RGB: (123,168,170)

Color info

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

RGB color model

#7BA8AA color RGB value is (123,168,170).

RGB: (123,168,170) (48%, 66%, 67%)

RGB channels and saturation

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

123
168
170

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

Portions of RGB colors in percentages

R + G + B = 123 + 168 + 170 = 461 (100%)
R 123 of 461 ~ 26.68%
G 168 of 461 ~ 36.44%
B 170 of 461 ~ 36.88'%

%26.68
%36.44
%36.88

CMYK color model

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

  • cyan value is 27.65%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (28,1,0,33)
C28M1Y0K33 (28%, 1%, 0%, 33%)
(0.28 / 0.01 / 0.00 / 0.33)

CMYK percentages

%27.65
%1.18
%0
%33.33

Codes

Color #7BA8AA in popluar color models

7B A8 AA
RGB 123 168 170
HSL 183° 21.66% 57.45%
HSB/HSV 183° 27.65% 66.67%
CMYK 27.65% 1.18% 0.00%
33.33%

Color #7BA8AA in popluar number systems.

HEX 7B A8 AA
Decimal 123 168 170
Binary 1111011 10101000 10101010
Octal 173 250 252

Shades and tints

Shades of #7BA8AA

#7BA8AA
(123,168,170)
#70999B
(112,153,155)
#658A8C
(101,138,140)
#5A7B7D
(90,123,125)
#4F6C6E
(79,108,110)
#445D5F
(68,93,95)
#394E50
(57,78,80)
#2E3F41
(46,63,65)
#233032
(35,48,50)
#182123
(24,33,35)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #7BA8AA

#7BA8AA
(123,168,170)
#87AFB1
(135,175,177)
#93B6B8
(147,182,184)
#9FBDBF
(159,189,191)
#ABC4C6
(171,196,198)
#B7CBCD
(183,203,205)
#C3D2D4
(195,210,212)
#CFD9DB
(207,217,219)
#DBE0E2
(219,224,226)
#E7E7E9
(231,231,233)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA8AA; }

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

This text font color is #7BA8AA.

Background Color

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

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

This div background color is #7BA8AA.

Border color

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

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

This div border color is #7BA8AA.

Opacity

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

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

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

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

This text has shadow with #7BA8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA8AA.

Preview

Color preview on black background

This text has color #7BA8AA on black background.


Color preview on white background

This text has color #7BA8AA on white background.


Black color preview on #7BA8AA background

This text has black color on #7BA8AA background.


White color preview on #7BA8AA background

This text has white color on #7BA8AA background.


Related colors

Complementary color

Complementary color for #hex is #845755.


I love getcolorcode.com

Triadic colors

1 #AA7BA8 and #A8AA7B with #7BA8AA are triadic colors.

2 #AAA87B and #A87BAA with #7BA8AA are triadic colors.