COLOR #7B98AA

HEX: #7B98AA
RGB: (123,152,170)

Color info

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

RGB color model

#7B98AA color RGB value is (123,152,170).

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

RGB channels and saturation

R 123 of 255 = 48%
G 152 of 255 = 60%
B 170 of 255 = 67%

123
152
170

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

Portions of RGB colors in percentages

R + G + B =
123 + 152 + 170 = 445 (100%)
R 123 of 445 ~ 27.64%
G 152 of 445 ~ 34.16%
B 170 of 445 ~ 38.2%

%27.64
%34.16
%38.2

CMYK color model

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

  • cyan value is 27.65%
  • magenta value is 10.59%
  • 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
%10.59
%0
%33.33

Codes

Color #7B98AA in popluar color models

7B98AA
RGB123152170
HSL203°21.66%57.45%
HSB/HSV203°27.65%66.67%
CMYK27.65%10.59%0.00%
33.33%

Color #7B98AA in popluar number systems.

HEX7B98AA
Decimal123152170
Binary11110111001100010101010
Octal173230252

Shades and tints

Shades of #7B98AA

#7B98AA
(123,152,170)
#708B9B
(112,139,155)
#657E8C
(101,126,140)
#5A717D
(90,113,125)
#4F646E
(79,100,110)
#44575F
(68,87,95)
#394A50
(57,74,80)
#2E3D41
(46,61,65)
#233032
(35,48,50)
#182323
(24,35,35)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #7B98AA

#7B98AA
(123,152,170)
#87A1B1
(135,161,177)
#93AAB8
(147,170,184)
#9FB3BF
(159,179,191)
#ABBCC6
(171,188,198)
#B7C5CD
(183,197,205)
#C3CED4
(195,206,212)
#CFD7DB
(207,215,219)
#DBE0E2
(219,224,226)
#E7E9E9
(231,233,233)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B98AA; }

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

This text font color is #7B98AA.


Background Color

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

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

This div background color is #7B98AA.


Border color

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

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

This div border color is #7B98AA.


Opacity

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

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

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

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

This text has shadow with #7B98AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B98AA on black background.


Color preview on white background

This text has color #7B98AA on white background.



Black color preview on #7B98AA background

This text has black color on #7B98AA background.


White color preview on #7B98AA background

This text has white color on #7B98AA background.