COLOR #946B7D

HEX: #946B7D
RGB: (148,107,125)

Color info

#946B7D contains red, green and blue colors in about the same proportion. Web safe color of #946B7D is #996666 (or #966).

RGB color model

#946B7D color RGB value is (148,107,125).

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

RGB channels and saturation

R 148 of 255 = 58%
G 107 of 255 = 42%
B 125 of 255 = 49%

148
107
125

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

Portions of RGB colors in percentages

R + G + B =
148 + 107 + 125 = 380 (100%)
R 148 of 380 ~ 38.95%
G 107 of 380 ~ 28.16%
B 125 of 380 ~ 32.89%

%38.95
%28.16
%32.89

CMYK color model

#946B7D color CMYK value is (0,28,16,42).

  • cyan value is 0.00%
  • magenta value is 27.70%
  • yellow value is 15.54%
  • key color value is 41.96%
CMYK:
(0,28,16,42)
C0M28Y16K42 
(0%,28%,16%,42%)
(0.00/0.28/0.16/0.42)	

CMYK percentages

%0
%27.7
%15.54
%41.96

Codes

Color #946B7D in popluar color models

946B7D
RGB148107125
HSL334°16.08%50.00%
HSB/HSV334°27.70%58.04%
CMYK0.00%27.70%15.54%
41.96%

Color #946B7D in popluar number systems.

HEX946B7D
Decimal148107125
Binary1001010011010111111101
Octal224153175

Shades and tints

Shades of #946B7D

#946B7D
(148,107,125)
#876272
(135,98,114)
#7A5967
(122,89,103)
#6D505C
(109,80,92)
#604751
(96,71,81)
#533E46
(83,62,70)
#46353B
(70,53,59)
#392C30
(57,44,48)
#2C2325
(44,35,37)
#1F1A1A
(31,26,26)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #946B7D

#946B7D
(148,107,125)
#9D7888
(157,120,136)
#A68593
(166,133,147)
#AF929E
(175,146,158)
#B89FA9
(184,159,169)
#C1ACB4
(193,172,180)
#CAB9BF
(202,185,191)
#D3C6CA
(211,198,202)
#DCD3D5
(220,211,213)
#E5E0E0
(229,224,224)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946B7D; }

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

This text font color is #946B7D.


Background Color

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

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

This div background color is #946B7D.


Border color

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

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

This div border color is #946B7D.


Opacity

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

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

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

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

This text has shadow with #946B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946B7D on black background.


Color preview on white background

This text has color #946B7D on white background.



Black color preview on #946B7D background

This text has black color on #946B7D background.


White color preview on #946B7D background

This text has white color on #946B7D background.