COLOR #7B99AB

HEX: #7B99AB
RGB: (123,153,171)

Color info

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

RGB color model

#7B99AB color RGB value is (123,153,171).

  • red value is 123;
  • green value is 153;
  • blue value is 171.
RGB:
(123,153,171)
(48%,60%,67%)

RGB channels and saturation

R 123 of 255 = 48%
G 153 of 255 = 60%
B 171 of 255 = 67%

123
153
171

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

Portions of RGB colors in percentages

R + G + B =
123 + 153 + 171 = 447 (100%)
R 123 of 447 ~ 27.52%
G 153 of 447 ~ 34.23%
B 171 of 447 ~ 38.26%

%27.52
%34.23
%38.26

CMYK color model

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

  • cyan value is 28.07%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(28,11,0,33)
C28M11Y0K33 
(28%,11%,0%,33%)
(0.28/0.11/0.00/0.33)	

CMYK percentages

%28.07
%10.53
%0
%32.94

Codes

Color #7B99AB in popluar color models

7B99AB
RGB123153171
HSL203°22.22%57.65%
HSB/HSV203°28.07%67.06%
CMYK28.07%10.53%0.00%
32.94%

Color #7B99AB in popluar number systems.

HEX7B99AB
Decimal123153171
Binary11110111001100110101011
Octal173231253

Shades and tints

Shades of #7B99AB

#7B99AB
(123,153,171)
#708C9C
(112,140,156)
#657F8D
(101,127,141)
#5A727E
(90,114,126)
#4F656F
(79,101,111)
#445860
(68,88,96)
#394B51
(57,75,81)
#2E3E42
(46,62,66)
#233133
(35,49,51)
#182424
(24,36,36)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #7B99AB

#7B99AB
(123,153,171)
#87A2B2
(135,162,178)
#93ABB9
(147,171,185)
#9FB4C0
(159,180,192)
#ABBDC7
(171,189,199)
#B7C6CE
(183,198,206)
#C3CFD5
(195,207,213)
#CFD8DC
(207,216,220)
#DBE1E3
(219,225,227)
#E7EAEA
(231,234,234)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B99AB; }

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

This text font color is #7B99AB.


Background Color

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

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

This div background color is #7B99AB.


Border color

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

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

This div border color is #7B99AB.


Opacity

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

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

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

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

This text has shadow with #7B99AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B99AB on black background.


Color preview on white background

This text has color #7B99AB on white background.



Black color preview on #7B99AB background

This text has black color on #7B99AB background.


White color preview on #7B99AB background

This text has white color on #7B99AB background.