COLOR #7B97BF

HEX: #7B97BF
RGB: (123,151,191)

Color info

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

RGB color model

#7B97BF color RGB value is (123,151,191).

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

RGB channels and saturation

R 123 of 255 = 48%
G 151 of 255 = 59%
B 191 of 255 = 75%

123
151
191

R + G + B ~ 61%. #7B97BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 151 + 191 = 465 (100%)
R 123 of 465 ~ 26.45%
G 151 of 465 ~ 32.47%
B 191 of 465 ~ 41.08%

%26.45
%32.47
%41.08

CMYK color model

#7B97BF color CMYK value is (36,21,0,25).

  • cyan value is 35.60%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(36,21,0,25)
C36M21Y0K25 
(36%,21%,0%,25%)
(0.36/0.21/0.00/0.25)	

CMYK percentages

%35.6
%20.94
%0
%25.1

Codes

Color #7B97BF in popluar color models

7B97BF
RGB123151191
HSL215°34.69%61.57%
HSB/HSV215°35.60%74.90%
CMYK35.60%20.94%0.00%
25.10%

Color #7B97BF in popluar number systems.

HEX7B97BF
Decimal123151191
Binary11110111001011110111111
Octal173227277

Shades and tints

Shades of #7B97BF

#7B97BF
(123,151,191)
#708AAE
(112,138,174)
#657D9D
(101,125,157)
#5A708C
(90,112,140)
#4F637B
(79,99,123)
#44566A
(68,86,106)
#394959
(57,73,89)
#2E3C48
(46,60,72)
#232F37
(35,47,55)
#182226
(24,34,38)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #7B97BF

#7B97BF
(123,151,191)
#87A0C4
(135,160,196)
#93A9C9
(147,169,201)
#9FB2CE
(159,178,206)
#ABBBD3
(171,187,211)
#B7C4D8
(183,196,216)
#C3CDDD
(195,205,221)
#CFD6E2
(207,214,226)
#DBDFE7
(219,223,231)
#E7E8EC
(231,232,236)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B97BF; }

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

This text font color is #7B97BF.


Background Color

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

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

This div background color is #7B97BF.


Border color

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

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

This div border color is #7B97BF.


Opacity

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

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

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

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

This text has shadow with #7B97BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B97BF on black background.


Color preview on white background

This text has color #7B97BF on white background.



Black color preview on #7B97BF background

This text has black color on #7B97BF background.


White color preview on #7B97BF background

This text has white color on #7B97BF background.