COLOR #7B949D

HEX: #7B949D RGB: (123,148,157)

Color info

#7B949D contains red, green and blue colors in about the same proportion. Web safe color of #7B949D is #669999 (or #699).

RGB color model

#7B949D color RGB value is (123,148,157).

RGB: (123,148,157) (48%, 58%, 62%)

RGB channels and saturation

R 123 of 255 = 48%
G 148 of 255 = 58%
B 157 of 255 = 62%

123
148
157

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

Portions of RGB colors in percentages

R + G + B = 123 + 148 + 157 = 428 (100%)
R 123 of 428 ~ 28.74%
G 148 of 428 ~ 34.58%
B 157 of 428 ~ 36.68'%

%28.74
%34.58
%36.68

CMYK color model

#7B949D color CMYK value is (22,6,0,38).

  • cyan value is 21.66%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (22,6,0,38)
C22M6Y0K38 (22%, 6%, 0%, 38%)
(0.22 / 0.06 / 0.00 / 0.38)

CMYK percentages

%21.66
%5.73
%0
%38.43

Codes

Color #7B949D in popluar color models

7B 94 9D
RGB 123 148 157
HSL 196° 14.78% 54.90%
HSB/HSV 196° 21.66% 61.57%
CMYK 21.66% 5.73% 0.00%
38.43%

Color #7B949D in popluar number systems.

HEX 7B 94 9D
Decimal 123 148 157
Binary 1111011 10010100 10011101
Octal 173 224 235

Shades and tints

Shades of #7B949D

#7B949D
(123,148,157)
#70878F
(112,135,143)
#657A81
(101,122,129)
#5A6D73
(90,109,115)
#4F6065
(79,96,101)
#445357
(68,83,87)
#394649
(57,70,73)
#2E393B
(46,57,59)
#232C2D
(35,44,45)
#181F1F
(24,31,31)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #7B949D

#7B949D
(123,148,157)
#879DA5
(135,157,165)
#93A6AD
(147,166,173)
#9FAFB5
(159,175,181)
#ABB8BD
(171,184,189)
#B7C1C5
(183,193,197)
#C3CACD
(195,202,205)
#CFD3D5
(207,211,213)
#DBDCDD
(219,220,221)
#E7E5E5
(231,229,229)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B949D; }

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

This text font color is #7B949D.

Background Color

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

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

This div background color is #7B949D.

Border color

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

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

This div border color is #7B949D.

Opacity

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

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

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

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

This text has shadow with #7B949D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B949D.

Preview

Color preview on black background

This text has color #7B949D on black background.


Color preview on white background

This text has color #7B949D on white background.


Black color preview on #7B949D background

This text has black color on #7B949D background.


White color preview on #7B949D background

This text has white color on #7B949D background.


Related colors

Complementary color

Complementary color for #hex is #846B62.


I love getcolorcode.com

Triadic colors

1 #9D7B94 and #949D7B with #7B949D are triadic colors.

2 #9D947B and #947B9D with #7B949D are triadic colors.