COLOR #946A89

HEX: #946A89
RGB: (148,106,137)

Color info

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

RGB color model

#946A89 color RGB value is (148,106,137).

  • red value is 148;
  • green value is 106;
  • blue value is 137.
RGB:
(148,106,137)
(58%,42%,54%)

RGB channels and saturation

R 148 of 255 = 58%
G 106 of 255 = 42%
B 137 of 255 = 54%

148
106
137

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

Portions of RGB colors in percentages

R + G + B =
148 + 106 + 137 = 391 (100%)
R 148 of 391 ~ 37.85%
G 106 of 391 ~ 27.11%
B 137 of 391 ~ 35.04%

%37.85
%27.11
%35.04

CMYK color model

#946A89 color CMYK value is (0,28,7,42).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 7.43%
  • key color value is 41.96%
CMYK:
(0,28,7,42)
C0M28Y7K42 
(0%,28%,7%,42%)
(0.00/0.28/0.07/0.42)	

CMYK percentages

%0
%28.38
%7.43
%41.96

Codes

Color #946A89 in popluar color models

946A89
RGB148106137
HSL316°16.54%49.80%
HSB/HSV316°28.38%58.04%
CMYK0.00%28.38%7.43%
41.96%

Color #946A89 in popluar number systems.

HEX946A89
Decimal148106137
Binary10010100110101010001001
Octal224152211

Shades and tints

Shades of #946A89

#946A89
(148,106,137)
#87617D
(135,97,125)
#7A5871
(122,88,113)
#6D4F65
(109,79,101)
#604659
(96,70,89)
#533D4D
(83,61,77)
#463441
(70,52,65)
#392B35
(57,43,53)
#2C2229
(44,34,41)
#1F191D
(31,25,29)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #946A89

#946A89
(148,106,137)
#9D7793
(157,119,147)
#A6849D
(166,132,157)
#AF91A7
(175,145,167)
#B89EB1
(184,158,177)
#C1ABBB
(193,171,187)
#CAB8C5
(202,184,197)
#D3C5CF
(211,197,207)
#DCD2D9
(220,210,217)
#E5DFE3
(229,223,227)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946A89 color. Also use rgb(148,106,137) instead hex code.

Text Font Color

.myTextColor { color: #946A89; }

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

This text font color is #946A89.


Background Color

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

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

This div background color is #946A89.


Border color

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

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

This div border color is #946A89.


Opacity

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

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

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

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

This text has shadow with #946A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946A89 on black background.


Color preview on white background

This text has color #946A89 on white background.



Black color preview on #946A89 background

This text has black color on #946A89 background.


White color preview on #946A89 background

This text has white color on #946A89 background.