COLOR #7BA5AA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
165
170

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

Portions of RGB colors in percentages

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

%26.86
%36.03
%37.12

CMYK color model

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

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

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

CMYK percentages

%27.65
%2.94
%0
%33.33

Codes

Color #7BA5AA in popluar color models

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

Color #7BA5AA in popluar number systems.

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

Shades and tints

Shades of #7BA5AA

#7BA5AA
(123,165,170)
#70969B
(112,150,155)
#65878C
(101,135,140)
#5A787D
(90,120,125)
#4F696E
(79,105,110)
#445A5F
(68,90,95)
#394B50
(57,75,80)
#2E3C41
(46,60,65)
#232D32
(35,45,50)
#181E23
(24,30,35)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #7BA5AA

#7BA5AA
(123,165,170)
#87ADB1
(135,173,177)
#93B5B8
(147,181,184)
#9FBDBF
(159,189,191)
#ABC5C6
(171,197,198)
#B7CDCD
(183,205,205)
#C3D5D4
(195,213,212)
#CFDDDB
(207,221,219)
#DBE5E2
(219,229,226)
#E7EDE9
(231,237,233)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA5AA; }

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

This text font color is #7BA5AA.

Background Color

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

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

This div background color is #7BA5AA.

Border color

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

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

This div border color is #7BA5AA.

Opacity

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

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

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

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

This text has shadow with #7BA5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA5AA.

Preview

Color preview on black background

This text has color #7BA5AA on black background.


Color preview on white background

This text has color #7BA5AA on white background.


Black color preview on #7BA5AA background

This text has black color on #7BA5AA background.


White color preview on #7BA5AA background

This text has white color on #7BA5AA background.


Related colors

Complementary color

Complementary color for #hex is #845A55.


I love getcolorcode.com

Triadic colors

1 #AA7BA5 and #A5AA7B with #7BA5AA are triadic colors.

2 #AAA57B and #A57BAA with #7BA5AA are triadic colors.