COLOR #7BAB89

HEX: #7BAB89 RGB: (123,171,137)

Color info

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

RGB color model

#7BAB89 color RGB value is (123,171,137).

RGB: (123,171,137) (48%, 67%, 54%)

RGB channels and saturation

R 123 of 255 = 48%
G 171 of 255 = 67%
B 137 of 255 = 54%

123
171
137

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

Portions of RGB colors in percentages

R + G + B = 123 + 171 + 137 = 431 (100%)
R 123 of 431 ~ 28.54%
G 171 of 431 ~ 39.68%
B 137 of 431 ~ 31.79'%

%28.54
%39.68
%31.79

CMYK color model

#7BAB89 color CMYK value is (28,0,20,33).

  • cyan value is 28.07%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 32.94%

CMYK: (28,0,20,33)
C28M0Y20K33 (28%, 0%, 20%, 33%)
(0.28 / 0.00 / 0.20 / 0.33)

CMYK percentages

%28.07
%0
%19.88
%32.94

Codes

Color #7BAB89 in popluar color models

7B AB 89
RGB 123 171 137
HSL 138° 22.22% 57.65%
HSB/HSV 138° 28.07% 67.06%
CMYK 28.07% 0.00% 19.88%
32.94%

Color #7BAB89 in popluar number systems.

HEX 7B AB 89
Decimal 123 171 137
Binary 1111011 10101011 10001001
Octal 173 253 211

Shades and tints

Shades of #7BAB89

#7BAB89
(123,171,137)
#709C7D
(112,156,125)
#658D71
(101,141,113)
#5A7E65
(90,126,101)
#4F6F59
(79,111,89)
#44604D
(68,96,77)
#395141
(57,81,65)
#2E4235
(46,66,53)
#233329
(35,51,41)
#18241D
(24,36,29)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #7BAB89

#7BAB89
(123,171,137)
#87B293
(135,178,147)
#93B99D
(147,185,157)
#9FC0A7
(159,192,167)
#ABC7B1
(171,199,177)
#B7CEBB
(183,206,187)
#C3D5C5
(195,213,197)
#CFDCCF
(207,220,207)
#DBE3D9
(219,227,217)
#E7EAE3
(231,234,227)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAB89 color. Also use rgb(123,171,137) instead hex code.

Text Font Color

.myTextColor { color: #7BAB89; }

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

This text font color is #7BAB89.

Background Color

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

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

This div background color is #7BAB89.

Border color

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

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

This div border color is #7BAB89.

Opacity

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

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

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

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

This text has shadow with #7BAB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BAB89.

Preview

Color preview on black background

This text has color #7BAB89 on black background.


Color preview on white background

This text has color #7BAB89 on white background.


Black color preview on #7BAB89 background

This text has black color on #7BAB89 background.


White color preview on #7BAB89 background

This text has white color on #7BAB89 background.


Related colors

Complementary color

Complementary color for #hex is #845476.


I love getcolorcode.com

Triadic colors

1 #897BAB and #AB897B with #7BAB89 are triadic colors.

2 #89AB7B and #AB7B89 with #7BAB89 are triadic colors.