COLOR #7B6896

HEX: #7B6896
RGB: (123,104,150)

Color info

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

RGB color model

#7B6896 color RGB value is (123,104,150).

  • red value is 123;
  • green value is 104;
  • blue value is 150.
RGB:
(123,104,150)
(48%,41%,59%)

RGB channels and saturation

R 123 of 255 = 48%
G 104 of 255 = 41%
B 150 of 255 = 59%

123
104
150

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

Portions of RGB colors in percentages

R + G + B =
123 + 104 + 150 = 377 (100%)
R 123 of 377 ~ 32.63%
G 104 of 377 ~ 27.59%
B 150 of 377 ~ 39.79%

%32.63
%27.59
%39.79

CMYK color model

#7B6896 color CMYK value is (18,31,0,41).

  • cyan value is 18.00%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(18,31,0,41)
C18M31Y0K41 
(18%,31%,0%,41%)
(0.18/0.31/0.00/0.41)	

CMYK percentages

%18
%30.67
%0
%41.18

Codes

Color #7B6896 in popluar color models

7B6896
RGB123104150
HSL265°18.11%49.80%
HSB/HSV265°30.67%58.82%
CMYK18.00%30.67%0.00%
41.18%

Color #7B6896 in popluar number systems.

HEX7B6896
Decimal123104150
Binary1111011110100010010110
Octal173150226

Shades and tints

Shades of #7B6896

#7B6896
(123,104,150)
#705F89
(112,95,137)
#65567C
(101,86,124)
#5A4D6F
(90,77,111)
#4F4462
(79,68,98)
#443B55
(68,59,85)
#393248
(57,50,72)
#2E293B
(46,41,59)
#23202E
(35,32,46)
#181721
(24,23,33)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #7B6896

#7B6896
(123,104,150)
#87759F
(135,117,159)
#9382A8
(147,130,168)
#9F8FB1
(159,143,177)
#AB9CBA
(171,156,186)
#B7A9C3
(183,169,195)
#C3B6CC
(195,182,204)
#CFC3D5
(207,195,213)
#DBD0DE
(219,208,222)
#E7DDE7
(231,221,231)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6896 color. Also use rgb(123,104,150) instead hex code.

Text Font Color

.myTextColor { color: #7B6896; }

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

This text font color is #7B6896.


Background Color

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

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

This div background color is #7B6896.


Border color

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

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

This div border color is #7B6896.


Opacity

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

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

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

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

This text has shadow with #7B6896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6896 on black background.


Color preview on white background

This text has color #7B6896 on white background.



Black color preview on #7B6896 background

This text has black color on #7B6896 background.


White color preview on #7B6896 background

This text has white color on #7B6896 background.