COLOR #7BAAA5

HEX: #7BAAA5 RGB: (123,170,165)

Color info

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

RGB color model

#7BAAA5 color RGB value is (123,170,165).

RGB: (123,170,165) (48%, 67%, 65%)

RGB channels and saturation

R 123 of 255 = 48%
G 170 of 255 = 67%
B 165 of 255 = 65%

123
170
165

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

Portions of RGB colors in percentages

R + G + B = 123 + 170 + 165 = 458 (100%)
R 123 of 458 ~ 26.86%
G 170 of 458 ~ 37.12%
B 165 of 458 ~ 36.03'%

%26.86
%37.12
%36.03

CMYK color model

#7BAAA5 color CMYK value is (28,0,3,33).

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

CMYK: (28,0,3,33)
C28M0Y3K33 (28%, 0%, 3%, 33%)
(0.28 / 0.00 / 0.03 / 0.33)

CMYK percentages

%27.65
%0
%2.94
%33.33

Codes

Color #7BAAA5 in popluar color models

7B AA A5
RGB 123 170 165
HSL 174° 21.66% 57.45%
HSB/HSV 174° 27.65% 66.67%
CMYK 27.65% 0.00% 2.94%
33.33%

Color #7BAAA5 in popluar number systems.

HEX 7B AA A5
Decimal 123 170 165
Binary 1111011 10101010 10100101
Octal 173 252 245

Shades and tints

Shades of #7BAAA5

#7BAAA5
(123,170,165)
#709B96
(112,155,150)
#658C87
(101,140,135)
#5A7D78
(90,125,120)
#4F6E69
(79,110,105)
#445F5A
(68,95,90)
#39504B
(57,80,75)
#2E413C
(46,65,60)
#23322D
(35,50,45)
#18231E
(24,35,30)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #7BAAA5

#7BAAA5
(123,170,165)
#87B1AD
(135,177,173)
#93B8B5
(147,184,181)
#9FBFBD
(159,191,189)
#ABC6C5
(171,198,197)
#B7CDCD
(183,205,205)
#C3D4D5
(195,212,213)
#CFDBDD
(207,219,221)
#DBE2E5
(219,226,229)
#E7E9ED
(231,233,237)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAAA5; }

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

This text font color is #7BAAA5.

Background Color

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

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

This div background color is #7BAAA5.

Border color

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

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

This div border color is #7BAAA5.

Opacity

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

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

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

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

This text has shadow with #7BAAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BAAA5.

Preview

Color preview on black background

This text has color #7BAAA5 on black background.


Color preview on white background

This text has color #7BAAA5 on white background.


Black color preview on #7BAAA5 background

This text has black color on #7BAAA5 background.


White color preview on #7BAAA5 background

This text has white color on #7BAAA5 background.


Related colors

Complementary color

Complementary color for #hex is #84555A.


I love getcolorcode.com

Triadic colors

1 #A57BAA and #AAA57B with #7BAAA5 are triadic colors.

2 #A5AA7B and #AA7BA5 with #7BAAA5 are triadic colors.