COLOR #7BA3AA

HEX: #7BA3AA RGB: (123,163,170)

Color info

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

RGB color model

#7BA3AA color RGB value is (123,163,170).

RGB: (123,163,170) (48%, 64%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 163 of 255 = 64%
B 170 of 255 = 67%

123
163
170

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

Portions of RGB colors in percentages

R + G + B = 123 + 163 + 170 = 456 (100%)
R 123 of 456 ~ 26.97%
G 163 of 456 ~ 35.75%
B 170 of 456 ~ 37.28'%

%26.97
%35.75
%37.28

CMYK color model

#7BA3AA color CMYK value is (28,4,0,33).

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

CMYK: (28,4,0,33)
C28M4Y0K33 (28%, 4%, 0%, 33%)
(0.28 / 0.04 / 0.00 / 0.33)

CMYK percentages

%27.65
%4.12
%0
%33.33

Codes

Color #7BA3AA in popluar color models

7B A3 AA
RGB 123 163 170
HSL 189° 21.66% 57.45%
HSB/HSV 189° 27.65% 66.67%
CMYK 27.65% 4.12% 0.00%
33.33%

Color #7BA3AA in popluar number systems.

HEX 7B A3 AA
Decimal 123 163 170
Binary 1111011 10100011 10101010
Octal 173 243 252

Shades and tints

Shades of #7BA3AA

#7BA3AA
(123,163,170)
#70959B
(112,149,155)
#65878C
(101,135,140)
#5A797D
(90,121,125)
#4F6B6E
(79,107,110)
#445D5F
(68,93,95)
#394F50
(57,79,80)
#2E4141
(46,65,65)
#233332
(35,51,50)
#182523
(24,37,35)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #7BA3AA

#7BA3AA
(123,163,170)
#87ABB1
(135,171,177)
#93B3B8
(147,179,184)
#9FBBBF
(159,187,191)
#ABC3C6
(171,195,198)
#B7CBCD
(183,203,205)
#C3D3D4
(195,211,212)
#CFDBDB
(207,219,219)
#DBE3E2
(219,227,226)
#E7EBE9
(231,235,233)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BA3AA; }

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

This text font color is #7BA3AA.

Background Color

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

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

This div background color is #7BA3AA.

Border color

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

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

This div border color is #7BA3AA.

Opacity

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

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

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

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

This text has shadow with #7BA3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA3AA.

Preview

Color preview on black background

This text has color #7BA3AA on black background.


Color preview on white background

This text has color #7BA3AA on white background.


Black color preview on #7BA3AA background

This text has black color on #7BA3AA background.


White color preview on #7BA3AA background

This text has white color on #7BA3AA background.


Related colors

Complementary color

Complementary color for #hex is #845C55.


I love getcolorcode.com

Triadic colors

1 #AA7BA3 and #A3AA7B with #7BA3AA are triadic colors.

2 #AAA37B and #A37BAA with #7BA3AA are triadic colors.