COLOR #946C87

HEX: #946C87 RGB: (148,108,135)

Color info

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

RGB color model

#946C87 color RGB value is (148,108,135).

RGB: (148,108,135) (58%, 42%, 53%)

RGB channels and saturation

R 148 of 255 = 58%
G 108 of 255 = 42%
B 135 of 255 = 53%

148
108
135

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

Portions of RGB colors in percentages

R + G + B = 148 + 108 + 135 = 391 (100%)
R 148 of 391 ~ 37.85%
G 108 of 391 ~ 27.62%
B 135 of 391 ~ 34.53'%

%37.85
%27.62
%34.53

CMYK color model

#946C87 color CMYK value is (0,27,9,42).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 8.78%
  • key color value is 41.96%

CMYK: (0,27,9,42)
C0M27Y9K42 (0%, 27%, 9%, 42%)
(0.00 / 0.27 / 0.09 / 0.42)

CMYK percentages

%0
%27.03
%8.78
%41.96

Codes

Color #946C87 in popluar color models

94 6C 87
RGB 148 108 135
HSL 320° 15.75% 50.20%
HSB/HSV 320° 27.03% 58.04%
CMYK 0.00% 27.03% 8.78%
41.96%

Color #946C87 in popluar number systems.

HEX 94 6C 87
Decimal 148 108 135
Binary 10010100 1101100 10000111
Octal 224 154 207

Shades and tints

Shades of #946C87

#946C87
(148,108,135)
#87637B
(135,99,123)
#7A5A6F
(122,90,111)
#6D5163
(109,81,99)
#604857
(96,72,87)
#533F4B
(83,63,75)
#46363F
(70,54,63)
#392D33
(57,45,51)
#2C2427
(44,36,39)
#1F1B1B
(31,27,27)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #946C87

#946C87
(148,108,135)
#9D7991
(157,121,145)
#A6869B
(166,134,155)
#AF93A5
(175,147,165)
#B8A0AF
(184,160,175)
#C1ADB9
(193,173,185)
#CABAC3
(202,186,195)
#D3C7CD
(211,199,205)
#DCD4D7
(220,212,215)
#E5E1E1
(229,225,225)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946C87 color. Also use rgb(148,108,135) instead hex code.

Text Font Color

.myTextColor { color: #946C87; }

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

This text font color is #946C87.

Background Color

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

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

This div background color is #946C87.

Border color

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

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

This div border color is #946C87.

Opacity

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

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

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

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

This text has shadow with #946C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #946C87.

Preview

Color preview on black background

This text has color #946C87 on black background.


Color preview on white background

This text has color #946C87 on white background.


Black color preview on #946C87 background

This text has black color on #946C87 background.


White color preview on #946C87 background

This text has white color on #946C87 background.


Related colors

Complementary color

Complementary color for #hex is #6B9378.


I love getcolorcode.com

Triadic colors

1 #87946C and #6C8794 with #946C87 are triadic colors.

2 #876C94 and #6C9487 with #946C87 are triadic colors.