COLOR #7B97C2

HEX: #7B97C2
RGB: (123,151,194)

Color info

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

RGB color model

#7B97C2 color RGB value is (123,151,194).

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

RGB channels and saturation

R 123 of 255 = 48%
G 151 of 255 = 59%
B 194 of 255 = 76%

123
151
194

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

Portions of RGB colors in percentages

R + G + B =
123 + 151 + 194 = 468 (100%)
R 123 of 468 ~ 26.28%
G 151 of 468 ~ 32.26%
B 194 of 468 ~ 41.45%

%26.28
%32.26
%41.45

CMYK color model

#7B97C2 color CMYK value is (37,22,0,24).

  • cyan value is 36.60%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(37,22,0,24)
C37M22Y0K24 
(37%,22%,0%,24%)
(0.37/0.22/0.00/0.24)	

CMYK percentages

%36.6
%22.16
%0
%23.92

Codes

Color #7B97C2 in popluar color models

7B97C2
RGB123151194
HSL216°36.79%62.16%
HSB/HSV216°36.60%76.08%
CMYK36.60%22.16%0.00%
23.92%

Color #7B97C2 in popluar number systems.

HEX7B97C2
Decimal123151194
Binary11110111001011111000010
Octal173227302

Shades and tints

Shades of #7B97C2

#7B97C2
(123,151,194)
#708AB1
(112,138,177)
#657DA0
(101,125,160)
#5A708F
(90,112,143)
#4F637E
(79,99,126)
#44566D
(68,86,109)
#39495C
(57,73,92)
#2E3C4B
(46,60,75)
#232F3A
(35,47,58)
#182229
(24,34,41)
#0D1518
(13,21,24)
#000000
(0,0,0)

Tints of #7B97C2

#7B97C2
(123,151,194)
#87A0C7
(135,160,199)
#93A9CC
(147,169,204)
#9FB2D1
(159,178,209)
#ABBBD6
(171,187,214)
#B7C4DB
(183,196,219)
#C3CDE0
(195,205,224)
#CFD6E5
(207,214,229)
#DBDFEA
(219,223,234)
#E7E8EF
(231,232,239)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B97C2; }

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

This text font color is #7B97C2.


Background Color

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

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

This div background color is #7B97C2.


Border color

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

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

This div border color is #7B97C2.


Opacity

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

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

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

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

This text has shadow with #7B97C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B97C2 on black background.


Color preview on white background

This text has color #7B97C2 on white background.



Black color preview on #7B97C2 background

This text has black color on #7B97C2 background.


White color preview on #7B97C2 background

This text has white color on #7B97C2 background.