COLOR #7B849B

HEX: #7B849B
RGB: (123,132,155)

Color info

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

RGB color model

#7B849B color RGB value is (123,132,155).

  • red value is 123;
  • green value is 132;
  • blue value is 155.
RGB:
(123,132,155)
(48%,52%,61%)

RGB channels and saturation

R 123 of 255 = 48%
G 132 of 255 = 52%
B 155 of 255 = 61%

123
132
155

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

Portions of RGB colors in percentages

R + G + B =
123 + 132 + 155 = 410 (100%)
R 123 of 410 ~ 30%
G 132 of 410 ~ 32.2%
B 155 of 410 ~ 37.8%

%30
%32.2
%37.8

CMYK color model

#7B849B color CMYK value is (21,15,0,39).

  • cyan value is 20.65%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(21,15,0,39)
C21M15Y0K39 
(21%,15%,0%,39%)
(0.21/0.15/0.00/0.39)	

CMYK percentages

%20.65
%14.84
%0
%39.22

Codes

Color #7B849B in popluar color models

7B849B
RGB123132155
HSL223°13.79%54.51%
HSB/HSV223°20.65%60.78%
CMYK20.65%14.84%0.00%
39.22%

Color #7B849B in popluar number systems.

HEX7B849B
Decimal123132155
Binary11110111000010010011011
Octal173204233

Shades and tints

Shades of #7B849B

#7B849B
(123,132,155)
#70788D
(112,120,141)
#656C7F
(101,108,127)
#5A6071
(90,96,113)
#4F5463
(79,84,99)
#444855
(68,72,85)
#393C47
(57,60,71)
#2E3039
(46,48,57)
#23242B
(35,36,43)
#18181D
(24,24,29)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #7B849B

#7B849B
(123,132,155)
#878FA4
(135,143,164)
#939AAD
(147,154,173)
#9FA5B6
(159,165,182)
#ABB0BF
(171,176,191)
#B7BBC8
(183,187,200)
#C3C6D1
(195,198,209)
#CFD1DA
(207,209,218)
#DBDCE3
(219,220,227)
#E7E7EC
(231,231,236)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B849B color. Also use rgb(123,132,155) instead hex code.

Text Font Color

.myTextColor { color: #7B849B; }

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

This text font color is #7B849B.


Background Color

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

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

This div background color is #7B849B.


Border color

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

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

This div border color is #7B849B.


Opacity

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

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

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

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

This text has shadow with #7B849B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B849B on black background.


Color preview on white background

This text has color #7B849B on white background.



Black color preview on #7B849B background

This text has black color on #7B849B background.


White color preview on #7B849B background

This text has white color on #7B849B background.