COLOR #7B8098

HEX: #7B8098
RGB: (123,128,152)

Color info

#7B8098 contains red, green and blue colors in about the same proportion. Web safe color of #7B8098 is #666699 (or #669).

RGB color model

#7B8098 color RGB value is (123,128,152).

  • red value is 123;
  • green value is 128;
  • blue value is 152.
RGB:
(123,128,152)
(48%,50%,60%)

RGB channels and saturation

R 123 of 255 = 48%
G 128 of 255 = 50%
B 152 of 255 = 60%

123
128
152

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

Portions of RGB colors in percentages

R + G + B =
123 + 128 + 152 = 403 (100%)
R 123 of 403 ~ 30.52%
G 128 of 403 ~ 31.76%
B 152 of 403 ~ 37.72%

%30.52
%31.76
%37.72

CMYK color model

#7B8098 color CMYK value is (19,16,0,40).

  • cyan value is 19.08%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(19,16,0,40)
C19M16Y0K40 
(19%,16%,0%,40%)
(0.19/0.16/0.00/0.40)	

CMYK percentages

%19.08
%15.79
%0
%40.39

Codes

Color #7B8098 in popluar color models

7B8098
RGB123128152
HSL230°12.34%53.92%
HSB/HSV230°19.08%59.61%
CMYK19.08%15.79%0.00%
40.39%

Color #7B8098 in popluar number systems.

HEX7B8098
Decimal123128152
Binary11110111000000010011000
Octal173200230

Shades and tints

Shades of #7B8098

#7B8098
(123,128,152)
#70758B
(112,117,139)
#656A7E
(101,106,126)
#5A5F71
(90,95,113)
#4F5464
(79,84,100)
#444957
(68,73,87)
#393E4A
(57,62,74)
#2E333D
(46,51,61)
#232830
(35,40,48)
#181D23
(24,29,35)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #7B8098

#7B8098
(123,128,152)
#878BA1
(135,139,161)
#9396AA
(147,150,170)
#9FA1B3
(159,161,179)
#ABACBC
(171,172,188)
#B7B7C5
(183,183,197)
#C3C2CE
(195,194,206)
#CFCDD7
(207,205,215)
#DBD8E0
(219,216,224)
#E7E3E9
(231,227,233)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8098 color. Also use rgb(123,128,152) instead hex code.

Text Font Color

.myTextColor { color: #7B8098; }

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

This text font color is #7B8098.


Background Color

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

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

This div background color is #7B8098.


Border color

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

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

This div border color is #7B8098.


Opacity

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

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

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

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

This text has shadow with #7B8098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8098 on black background.


Color preview on white background

This text has color #7B8098 on white background.



Black color preview on #7B8098 background

This text has black color on #7B8098 background.


White color preview on #7B8098 background

This text has white color on #7B8098 background.