COLOR #7B8099

HEX: #7B8099
RGB: (123,128,153)

Color info

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

RGB color model

#7B8099 color RGB value is (123,128,153).

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

RGB channels and saturation

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

123
128
153

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

Portions of RGB colors in percentages

R + G + B =
123 + 128 + 153 = 404 (100%)
R 123 of 404 ~ 30.45%
G 128 of 404 ~ 31.68%
B 153 of 404 ~ 37.87%

%30.45
%31.68
%37.87

CMYK color model

#7B8099 color CMYK value is (20,16,0,40).

  • cyan value is 19.61%
  • magenta value is 16.34%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(20,16,0,40)
C20M16Y0K40 
(20%,16%,0%,40%)
(0.20/0.16/0.00/0.40)	

CMYK percentages

%19.61
%16.34
%0
%40

Codes

Color #7B8099 in popluar color models

7B8099
RGB123128153
HSL230°12.82%54.12%
HSB/HSV230°19.61%60.00%
CMYK19.61%16.34%0.00%
40.00%

Color #7B8099 in popluar number systems.

HEX7B8099
Decimal123128153
Binary11110111000000010011001
Octal173200231

Shades and tints

Shades of #7B8099

#7B8099
(123,128,153)
#70758C
(112,117,140)
#656A7F
(101,106,127)
#5A5F72
(90,95,114)
#4F5465
(79,84,101)
#444958
(68,73,88)
#393E4B
(57,62,75)
#2E333E
(46,51,62)
#232831
(35,40,49)
#181D24
(24,29,36)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #7B8099

#7B8099
(123,128,153)
#878BA2
(135,139,162)
#9396AB
(147,150,171)
#9FA1B4
(159,161,180)
#ABACBD
(171,172,189)
#B7B7C6
(183,183,198)
#C3C2CF
(195,194,207)
#CFCDD8
(207,205,216)
#DBD8E1
(219,216,225)
#E7E3EA
(231,227,234)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8099; }

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

This text font color is #7B8099.


Background Color

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

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

This div background color is #7B8099.


Border color

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

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

This div border color is #7B8099.


Opacity

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

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

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

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

This text has shadow with #7B8099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8099 on black background.


Color preview on white background

This text has color #7B8099 on white background.



Black color preview on #7B8099 background

This text has black color on #7B8099 background.


White color preview on #7B8099 background

This text has white color on #7B8099 background.