COLOR #7B91AB

HEX: #7B91AB RGB: (123,145,171)

Color info

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

RGB color model

#7B91AB color RGB value is (123,145,171).

RGB: (123,145,171) (48%, 57%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 145 of 255 = 57%
B 171 of 255 = 67%

123
145
171

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

Portions of RGB colors in percentages

R + G + B = 123 + 145 + 171 = 439 (100%)
R 123 of 439 ~ 28.02%
G 145 of 439 ~ 33.03%
B 171 of 439 ~ 38.95'%

%28.02
%33.03
%38.95

CMYK color model

#7B91AB color CMYK value is (28,15,0,33).

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

CMYK: (28,15,0,33)
C28M15Y0K33 (28%, 15%, 0%, 33%)
(0.28 / 0.15 / 0.00 / 0.33)

CMYK percentages

%28.07
%15.2
%0
%32.94

Codes

Color #7B91AB in popluar color models

7B 91 AB
RGB 123 145 171
HSL 213° 22.22% 57.65%
HSB/HSV 213° 28.07% 67.06%
CMYK 28.07% 15.20% 0.00%
32.94%

Color #7B91AB in popluar number systems.

HEX 7B 91 AB
Decimal 123 145 171
Binary 1111011 10010001 10101011
Octal 173 221 253

Shades and tints

Shades of #7B91AB

#7B91AB
(123,145,171)
#70849C
(112,132,156)
#65778D
(101,119,141)
#5A6A7E
(90,106,126)
#4F5D6F
(79,93,111)
#445060
(68,80,96)
#394351
(57,67,81)
#2E3642
(46,54,66)
#232933
(35,41,51)
#181C24
(24,28,36)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #7B91AB

#7B91AB
(123,145,171)
#879BB2
(135,155,178)
#93A5B9
(147,165,185)
#9FAFC0
(159,175,192)
#ABB9C7
(171,185,199)
#B7C3CE
(183,195,206)
#C3CDD5
(195,205,213)
#CFD7DC
(207,215,220)
#DBE1E3
(219,225,227)
#E7EBEA
(231,235,234)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B91AB; }

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

This text font color is #7B91AB.

Background Color

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

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

This div background color is #7B91AB.

Border color

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

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

This div border color is #7B91AB.

Opacity

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

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

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

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

This text has shadow with #7B91AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B91AB.

Preview

Color preview on black background

This text has color #7B91AB on black background.


Color preview on white background

This text has color #7B91AB on white background.


Black color preview on #7B91AB background

This text has black color on #7B91AB background.


White color preview on #7B91AB background

This text has white color on #7B91AB background.


Related colors

Complementary color

Complementary color for #hex is #846E54.


I love getcolorcode.com

Triadic colors

1 #AB7B91 and #91AB7B with #7B91AB are triadic colors.

2 #AB917B and #917BAB with #7B91AB are triadic colors.