COLOR #947A8D

HEX: #947A8D
RGB: (148,122,141)

Color info

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

RGB color model

#947A8D color RGB value is (148,122,141).

  • red value is 148;
  • green value is 122;
  • blue value is 141.
RGB:
(148,122,141)
(58%,48%,55%)

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 141 of 255 = 55%

148
122
141

R + G + B ~ 54%. #947A8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 141 = 411 (100%)
R 148 of 411 ~ 36.01%
G 122 of 411 ~ 29.68%
B 141 of 411 ~ 34.31%

%36.01
%29.68
%34.31

CMYK color model

#947A8D color CMYK value is (0,18,5,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 4.73%
  • key color value is 41.96%
CMYK:
(0,18,5,42)
C0M18Y5K42 
(0%,18%,5%,42%)
(0.00/0.18/0.05/0.42)	

CMYK percentages

%0
%17.57
%4.73
%41.96

Codes

Color #947A8D in popluar color models

947A8D
RGB148122141
HSL316°10.83%52.94%
HSB/HSV316°17.57%58.04%
CMYK0.00%17.57%4.73%
41.96%

Color #947A8D in popluar number systems.

HEX947A8D
Decimal148122141
Binary10010100111101010001101
Octal224172215

Shades and tints

Shades of #947A8D

#947A8D
(148,122,141)
#876F81
(135,111,129)
#7A6475
(122,100,117)
#6D5969
(109,89,105)
#604E5D
(96,78,93)
#534351
(83,67,81)
#463845
(70,56,69)
#392D39
(57,45,57)
#2C222D
(44,34,45)
#1F1721
(31,23,33)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #947A8D

#947A8D
(148,122,141)
#9D8697
(157,134,151)
#A692A1
(166,146,161)
#AF9EAB
(175,158,171)
#B8AAB5
(184,170,181)
#C1B6BF
(193,182,191)
#CAC2C9
(202,194,201)
#D3CED3
(211,206,211)
#DCDADD
(220,218,221)
#E5E6E7
(229,230,231)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947A8D color. Also use rgb(148,122,141) instead hex code.

Text Font Color

.myTextColor { color: #947A8D; }

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

This text font color is #947A8D.


Background Color

.myBgColor { background-color: #947A8D; }

<div style="background-color:#947A8D">Inner text</div>

This div background color is #947A8D.


Border color

.myBorderColor { border: 1px solid #947A8D; }

<div style="border:3px solid #947A8D">Div</div>

This div border color is #947A8D.


Opacity

.myOpacity80 { color: #947A8D; opacity: 0.8; }

<p style="color:#947A8D;opacity:0.8;">80%</p>

Text with #947A8D 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 #947A8D;}

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

This text has shadow with #947A8D color.

.textShadow {text-shadow: 3px 3px 1px #947A8D, 3px 3px 1px red;}

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

This text has shadow with #947A8D primary color and red secondary color.


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

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

This text has shadow with #947A8D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947A8D on black background.


Color preview on white background

This text has color #947A8D on white background.



Black color preview on #947A8D background

This text has black color on #947A8D background.


White color preview on #947A8D background

This text has white color on #947A8D background.