COLOR #7B97B3

HEX: #7B97B3
RGB: (123,151,179)

Color info

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

RGB color model

#7B97B3 color RGB value is (123,151,179).

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

RGB channels and saturation

R 123 of 255 = 48%
G 151 of 255 = 59%
B 179 of 255 = 70%

123
151
179

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

Portions of RGB colors in percentages

R + G + B =
123 + 151 + 179 = 453 (100%)
R 123 of 453 ~ 27.15%
G 151 of 453 ~ 33.33%
B 179 of 453 ~ 39.51%

%27.15
%33.33
%39.51

CMYK color model

#7B97B3 color CMYK value is (31,16,0,30).

  • cyan value is 31.28%
  • magenta value is 15.64%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(31,16,0,30)
C31M16Y0K30 
(31%,16%,0%,30%)
(0.31/0.16/0.00/0.30)	

CMYK percentages

%31.28
%15.64
%0
%29.8

Codes

Color #7B97B3 in popluar color models

7B97B3
RGB123151179
HSL210°26.92%59.22%
HSB/HSV210°31.28%70.20%
CMYK31.28%15.64%0.00%
29.80%

Color #7B97B3 in popluar number systems.

HEX7B97B3
Decimal123151179
Binary11110111001011110110011
Octal173227263

Shades and tints

Shades of #7B97B3

#7B97B3
(123,151,179)
#708AA3
(112,138,163)
#657D93
(101,125,147)
#5A7083
(90,112,131)
#4F6373
(79,99,115)
#445663
(68,86,99)
#394953
(57,73,83)
#2E3C43
(46,60,67)
#232F33
(35,47,51)
#182223
(24,34,35)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #7B97B3

#7B97B3
(123,151,179)
#87A0B9
(135,160,185)
#93A9BF
(147,169,191)
#9FB2C5
(159,178,197)
#ABBBCB
(171,187,203)
#B7C4D1
(183,196,209)
#C3CDD7
(195,205,215)
#CFD6DD
(207,214,221)
#DBDFE3
(219,223,227)
#E7E8E9
(231,232,233)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B97B3; }

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

This text font color is #7B97B3.


Background Color

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

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

This div background color is #7B97B3.


Border color

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

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

This div border color is #7B97B3.


Opacity

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

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

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

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

This text has shadow with #7B97B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B97B3 on black background.


Color preview on white background

This text has color #7B97B3 on white background.



Black color preview on #7B97B3 background

This text has black color on #7B97B3 background.


White color preview on #7B97B3 background

This text has white color on #7B97B3 background.