COLOR #946B81

HEX: #946B81
RGB: (148,107,129)

Color info

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

RGB color model

#946B81 color RGB value is (148,107,129).

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

RGB channels and saturation

R 148 of 255 = 58%
G 107 of 255 = 42%
B 129 of 255 = 51%

148
107
129

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

Portions of RGB colors in percentages

R + G + B =
148 + 107 + 129 = 384 (100%)
R 148 of 384 ~ 38.54%
G 107 of 384 ~ 27.86%
B 129 of 384 ~ 33.59%

%38.54
%27.86
%33.59

CMYK color model

#946B81 color CMYK value is (0,28,13,42).

  • cyan value is 0.00%
  • magenta value is 27.70%
  • yellow value is 12.84%
  • key color value is 41.96%
CMYK:
(0,28,13,42)
C0M28Y13K42 
(0%,28%,13%,42%)
(0.00/0.28/0.13/0.42)	

CMYK percentages

%0
%27.7
%12.84
%41.96

Codes

Color #946B81 in popluar color models

946B81
RGB148107129
HSL328°16.08%50.00%
HSB/HSV328°27.70%58.04%
CMYK0.00%27.70%12.84%
41.96%

Color #946B81 in popluar number systems.

HEX946B81
Decimal148107129
Binary10010100110101110000001
Octal224153201

Shades and tints

Shades of #946B81

#946B81
(148,107,129)
#876276
(135,98,118)
#7A596B
(122,89,107)
#6D5060
(109,80,96)
#604755
(96,71,85)
#533E4A
(83,62,74)
#46353F
(70,53,63)
#392C34
(57,44,52)
#2C2329
(44,35,41)
#1F1A1E
(31,26,30)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #946B81

#946B81
(148,107,129)
#9D788C
(157,120,140)
#A68597
(166,133,151)
#AF92A2
(175,146,162)
#B89FAD
(184,159,173)
#C1ACB8
(193,172,184)
#CAB9C3
(202,185,195)
#D3C6CE
(211,198,206)
#DCD3D9
(220,211,217)
#E5E0E4
(229,224,228)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946B81; }

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

This text font color is #946B81.


Background Color

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

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

This div background color is #946B81.


Border color

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

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

This div border color is #946B81.


Opacity

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

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

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

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

This text has shadow with #946B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946B81 on black background.


Color preview on white background

This text has color #946B81 on white background.



Black color preview on #946B81 background

This text has black color on #946B81 background.


White color preview on #946B81 background

This text has white color on #946B81 background.