COLOR #7B94C8

HEX: #7B94C8
RGB: (123,148,200)

Color info

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

RGB color model

#7B94C8 color RGB value is (123,148,200).

  • red value is 123;
  • green value is 148;
  • blue value is 200.
RGB:
(123,148,200)
(48%,58%,78%)

RGB channels and saturation

R 123 of 255 = 48%
G 148 of 255 = 58%
B 200 of 255 = 78%

123
148
200

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

Portions of RGB colors in percentages

R + G + B =
123 + 148 + 200 = 471 (100%)
R 123 of 471 ~ 26.11%
G 148 of 471 ~ 31.42%
B 200 of 471 ~ 42.46%

%26.11
%31.42
%42.46

CMYK color model

#7B94C8 color CMYK value is (39,26,0,22).

  • cyan value is 38.50%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(39,26,0,22)
C39M26Y0K22 
(39%,26%,0%,22%)
(0.39/0.26/0.00/0.22)	

CMYK percentages

%38.5
%26
%0
%21.57

Codes

Color #7B94C8 in popluar color models

7B94C8
RGB123148200
HSL221°41.18%63.33%
HSB/HSV221°38.50%78.43%
CMYK38.50%26.00%0.00%
21.57%

Color #7B94C8 in popluar number systems.

HEX7B94C8
Decimal123148200
Binary11110111001010011001000
Octal173224310

Shades and tints

Shades of #7B94C8

#7B94C8
(123,148,200)
#7087B6
(112,135,182)
#657AA4
(101,122,164)
#5A6D92
(90,109,146)
#4F6080
(79,96,128)
#44536E
(68,83,110)
#39465C
(57,70,92)
#2E394A
(46,57,74)
#232C38
(35,44,56)
#181F26
(24,31,38)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #7B94C8

#7B94C8
(123,148,200)
#879DCD
(135,157,205)
#93A6D2
(147,166,210)
#9FAFD7
(159,175,215)
#ABB8DC
(171,184,220)
#B7C1E1
(183,193,225)
#C3CAE6
(195,202,230)
#CFD3EB
(207,211,235)
#DBDCF0
(219,220,240)
#E7E5F5
(231,229,245)
#F3EEFA
(243,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B94C8 color. Also use rgb(123,148,200) instead hex code.

Text Font Color

.myTextColor { color: #7B94C8; }

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

This text font color is #7B94C8.


Background Color

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

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

This div background color is #7B94C8.


Border color

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

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

This div border color is #7B94C8.


Opacity

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

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

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

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

This text has shadow with #7B94C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B94C8 on black background.


Color preview on white background

This text has color #7B94C8 on white background.



Black color preview on #7B94C8 background

This text has black color on #7B94C8 background.


White color preview on #7B94C8 background

This text has white color on #7B94C8 background.