COLOR #7B97B8

HEX: #7B97B8
RGB: (123,151,184)

Color info

#7B97B8 contains mainly green and blue colors. Web safe color of #7B97B8 is #6699CC (or #69C).

RGB color model

#7B97B8 color RGB value is (123,151,184).

  • red value is 123;
  • green value is 151;
  • blue value is 184.
RGB:
(123,151,184)
(48%,59%,72%)

RGB channels and saturation

R 123 of 255 = 48%
G 151 of 255 = 59%
B 184 of 255 = 72%

123
151
184

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

Portions of RGB colors in percentages

R + G + B =
123 + 151 + 184 = 458 (100%)
R 123 of 458 ~ 26.86%
G 151 of 458 ~ 32.97%
B 184 of 458 ~ 40.17%

%26.86
%32.97
%40.17

CMYK color model

#7B97B8 color CMYK value is (33,18,0,28).

  • cyan value is 33.15%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(33,18,0,28)
C33M18Y0K28 
(33%,18%,0%,28%)
(0.33/0.18/0.00/0.28)	

CMYK percentages

%33.15
%17.93
%0
%27.84

Codes

Color #7B97B8 in popluar color models

7B97B8
RGB123151184
HSL212°30.05%60.20%
HSB/HSV212°33.15%72.16%
CMYK33.15%17.93%0.00%
27.84%

Color #7B97B8 in popluar number systems.

HEX7B97B8
Decimal123151184
Binary11110111001011110111000
Octal173227270

Shades and tints

Shades of #7B97B8

#7B97B8
(123,151,184)
#708AA8
(112,138,168)
#657D98
(101,125,152)
#5A7088
(90,112,136)
#4F6378
(79,99,120)
#445668
(68,86,104)
#394958
(57,73,88)
#2E3C48
(46,60,72)
#232F38
(35,47,56)
#182228
(24,34,40)
#0D1518
(13,21,24)
#000000
(0,0,0)

Tints of #7B97B8

#7B97B8
(123,151,184)
#87A0BE
(135,160,190)
#93A9C4
(147,169,196)
#9FB2CA
(159,178,202)
#ABBBD0
(171,187,208)
#B7C4D6
(183,196,214)
#C3CDDC
(195,205,220)
#CFD6E2
(207,214,226)
#DBDFE8
(219,223,232)
#E7E8EE
(231,232,238)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B97B8; }

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

This text font color is #7B97B8.


Background Color

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

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

This div background color is #7B97B8.


Border color

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

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

This div border color is #7B97B8.


Opacity

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

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

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

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

This text has shadow with #7B97B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B97B8 on black background.


Color preview on white background

This text has color #7B97B8 on white background.



Black color preview on #7B97B8 background

This text has black color on #7B97B8 background.


White color preview on #7B97B8 background

This text has white color on #7B97B8 background.