COLOR #946B8B

HEX: #946B8B
RGB: (148,107,139)

Color info

#946B8B contains red, green and blue colors in about the same proportion. Web safe color of #946B8B is #996699 (or #969).

RGB color model

#946B8B color RGB value is (148,107,139).

  • red value is 148;
  • green value is 107;
  • blue value is 139.
RGB:
(148,107,139)
(58%,42%,55%)

RGB channels and saturation

R 148 of 255 = 58%
G 107 of 255 = 42%
B 139 of 255 = 55%

148
107
139

R + G + B ~ 52%. #946B8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 107 + 139 = 394 (100%)
R 148 of 394 ~ 37.56%
G 107 of 394 ~ 27.16%
B 139 of 394 ~ 35.28%

%37.56
%27.16
%35.28

CMYK color model

#946B8B color CMYK value is (0,28,6,42).

  • cyan value is 0.00%
  • magenta value is 27.70%
  • yellow value is 6.08%
  • key color value is 41.96%
CMYK:
(0,28,6,42)
C0M28Y6K42 
(0%,28%,6%,42%)
(0.00/0.28/0.06/0.42)	

CMYK percentages

%0
%27.7
%6.08
%41.96

Codes

Color #946B8B in popluar color models

946B8B
RGB148107139
HSL313°16.08%50.00%
HSB/HSV313°27.70%58.04%
CMYK0.00%27.70%6.08%
41.96%

Color #946B8B in popluar number systems.

HEX946B8B
Decimal148107139
Binary10010100110101110001011
Octal224153213

Shades and tints

Shades of #946B8B

#946B8B
(148,107,139)
#87627F
(135,98,127)
#7A5973
(122,89,115)
#6D5067
(109,80,103)
#60475B
(96,71,91)
#533E4F
(83,62,79)
#463543
(70,53,67)
#392C37
(57,44,55)
#2C232B
(44,35,43)
#1F1A1F
(31,26,31)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #946B8B

#946B8B
(148,107,139)
#9D7895
(157,120,149)
#A6859F
(166,133,159)
#AF92A9
(175,146,169)
#B89FB3
(184,159,179)
#C1ACBD
(193,172,189)
#CAB9C7
(202,185,199)
#D3C6D1
(211,198,209)
#DCD3DB
(220,211,219)
#E5E0E5
(229,224,229)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946B8B color. Also use rgb(148,107,139) instead hex code.

Text Font Color

.myTextColor { color: #946B8B; }

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

This text font color is #946B8B.


Background Color

.myBgColor { background-color: #946B8B; }

<div style="background-color:#946B8B">Inner text</div>

This div background color is #946B8B.


Border color

.myBorderColor { border: 1px solid #946B8B; }

<div style="border:3px solid #946B8B">Div</div>

This div border color is #946B8B.


Opacity

.myOpacity80 { color: #946B8B; opacity: 0.8; }

<p style="color:#946B8B;opacity:0.8;">80%</p>

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

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

This text has shadow with #946B8B color.

.textShadow {text-shadow: 3px 3px 1px #946B8B, 3px 3px 1px red;}

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

This text has shadow with #946B8B primary color and red secondary color.


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

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

This text has shadow with #946B8B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946B8B on black background.


Color preview on white background

This text has color #946B8B on white background.



Black color preview on #946B8B background

This text has black color on #946B8B background.


White color preview on #946B8B background

This text has white color on #946B8B background.