COLOR #7B6186

HEX: #7B6186
RGB: (123,97,134)

Color info

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

RGB color model

#7B6186 color RGB value is (123,97,134).

  • red value is 123;
  • green value is 97;
  • blue value is 134.
RGB:
(123,97,134)
(48%,38%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 97 of 255 = 38%
B 134 of 255 = 53%

123
97
134

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

Portions of RGB colors in percentages

R + G + B =
123 + 97 + 134 = 354 (100%)
R 123 of 354 ~ 34.75%
G 97 of 354 ~ 27.4%
B 134 of 354 ~ 37.85%

%34.75
%27.4
%37.85

CMYK color model

#7B6186 color CMYK value is (8,28,0,47).

  • cyan value is 8.21%
  • magenta value is 27.61%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(8,28,0,47)
C8M28Y0K47 
(8%,28%,0%,47%)
(0.08/0.28/0.00/0.47)	

CMYK percentages

%8.21
%27.61
%0
%47.45

Codes

Color #7B6186 in popluar color models

7B6186
RGB12397134
HSL282°16.02%45.29%
HSB/HSV282°27.61%52.55%
CMYK8.21%27.61%0.00%
47.45%

Color #7B6186 in popluar number systems.

HEX7B6186
Decimal12397134
Binary1111011110000110000110
Octal173141206

Shades and tints

Shades of #7B6186

#7B6186
(123,97,134)
#70597A
(112,89,122)
#65516E
(101,81,110)
#5A4962
(90,73,98)
#4F4156
(79,65,86)
#44394A
(68,57,74)
#39313E
(57,49,62)
#2E2932
(46,41,50)
#232126
(35,33,38)
#18191A
(24,25,26)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #7B6186

#7B6186
(123,97,134)
#876F91
(135,111,145)
#937D9C
(147,125,156)
#9F8BA7
(159,139,167)
#AB99B2
(171,153,178)
#B7A7BD
(183,167,189)
#C3B5C8
(195,181,200)
#CFC3D3
(207,195,211)
#DBD1DE
(219,209,222)
#E7DFE9
(231,223,233)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6186 color. Also use rgb(123,97,134) instead hex code.

Text Font Color

.myTextColor { color: #7B6186; }

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

This text font color is #7B6186.


Background Color

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

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

This div background color is #7B6186.


Border color

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

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

This div border color is #7B6186.


Opacity

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

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

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

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

This text has shadow with #7B6186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6186 on black background.


Color preview on white background

This text has color #7B6186 on white background.



Black color preview on #7B6186 background

This text has black color on #7B6186 background.


White color preview on #7B6186 background

This text has white color on #7B6186 background.