COLOR #7B97AA

HEX: #7B97AA RGB: (123,151,170)

Color info

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

RGB color model

#7B97AA color RGB value is (123,151,170).

RGB: (123,151,170) (48%, 59%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 151 of 255 = 59%
B 170 of 255 = 67%

123
151
170

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

Portions of RGB colors in percentages

R + G + B = 123 + 151 + 170 = 444 (100%)
R 123 of 444 ~ 27.7%
G 151 of 444 ~ 34.01%
B 170 of 444 ~ 38.29'%

%27.7
%34.01
%38.29

CMYK color model

#7B97AA color CMYK value is (28,11,0,33).

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

CMYK: (28,11,0,33)
C28M11Y0K33 (28%, 11%, 0%, 33%)
(0.28 / 0.11 / 0.00 / 0.33)

CMYK percentages

%27.65
%11.18
%0
%33.33

Codes

Color #7B97AA in popluar color models

7B 97 AA
RGB 123 151 170
HSL 204° 21.66% 57.45%
HSB/HSV 204° 27.65% 66.67%
CMYK 27.65% 11.18% 0.00%
33.33%

Color #7B97AA in popluar number systems.

HEX 7B 97 AA
Decimal 123 151 170
Binary 1111011 10010111 10101010
Octal 173 227 252

Shades and tints

Shades of #7B97AA

#7B97AA
(123,151,170)
#708A9B
(112,138,155)
#657D8C
(101,125,140)
#5A707D
(90,112,125)
#4F636E
(79,99,110)
#44565F
(68,86,95)
#394950
(57,73,80)
#2E3C41
(46,60,65)
#232F32
(35,47,50)
#182223
(24,34,35)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #7B97AA

#7B97AA
(123,151,170)
#87A0B1
(135,160,177)
#93A9B8
(147,169,184)
#9FB2BF
(159,178,191)
#ABBBC6
(171,187,198)
#B7C4CD
(183,196,205)
#C3CDD4
(195,205,212)
#CFD6DB
(207,214,219)
#DBDFE2
(219,223,226)
#E7E8E9
(231,232,233)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B97AA; }

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

This text font color is #7B97AA.

Background Color

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

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

This div background color is #7B97AA.

Border color

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

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

This div border color is #7B97AA.

Opacity

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

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

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

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

This text has shadow with #7B97AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B97AA.

Preview

Color preview on black background

This text has color #7B97AA on black background.


Color preview on white background

This text has color #7B97AA on white background.


Black color preview on #7B97AA background

This text has black color on #7B97AA background.


White color preview on #7B97AA background

This text has white color on #7B97AA background.


Related colors

Complementary color

Complementary color for #hex is #846855.


I love getcolorcode.com

Triadic colors

1 #AA7B97 and #97AA7B with #7B97AA are triadic colors.

2 #AA977B and #977BAA with #7B97AA are triadic colors.