COLOR #947E8F

HEX: #947E8F
RGB: (148,126,143)

Color info

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

RGB color model

#947E8F color RGB value is (148,126,143).

  • red value is 148;
  • green value is 126;
  • blue value is 143.
RGB:
(148,126,143)
(58%,49%,56%)

RGB channels and saturation

R 148 of 255 = 58%
G 126 of 255 = 49%
B 143 of 255 = 56%

148
126
143

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

Portions of RGB colors in percentages

R + G + B =
148 + 126 + 143 = 417 (100%)
R 148 of 417 ~ 35.49%
G 126 of 417 ~ 30.22%
B 143 of 417 ~ 34.29%

%35.49
%30.22
%34.29

CMYK color model

#947E8F color CMYK value is (0,15,3,42).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 3.38%
  • key color value is 41.96%
CMYK:
(0,15,3,42)
C0M15Y3K42 
(0%,15%,3%,42%)
(0.00/0.15/0.03/0.42)	

CMYK percentages

%0
%14.86
%3.38
%41.96

Codes

Color #947E8F in popluar color models

947E8F
RGB148126143
HSL314°9.32%53.73%
HSB/HSV314°14.86%58.04%
CMYK0.00%14.86%3.38%
41.96%

Color #947E8F in popluar number systems.

HEX947E8F
Decimal148126143
Binary10010100111111010001111
Octal224176217

Shades and tints

Shades of #947E8F

#947E8F
(148,126,143)
#877382
(135,115,130)
#7A6875
(122,104,117)
#6D5D68
(109,93,104)
#60525B
(96,82,91)
#53474E
(83,71,78)
#463C41
(70,60,65)
#393134
(57,49,52)
#2C2627
(44,38,39)
#1F1B1A
(31,27,26)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #947E8F

#947E8F
(148,126,143)
#9D8999
(157,137,153)
#A694A3
(166,148,163)
#AF9FAD
(175,159,173)
#B8AAB7
(184,170,183)
#C1B5C1
(193,181,193)
#CAC0CB
(202,192,203)
#D3CBD5
(211,203,213)
#DCD6DF
(220,214,223)
#E5E1E9
(229,225,233)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947E8F color. Also use rgb(148,126,143) instead hex code.

Text Font Color

.myTextColor { color: #947E8F; }

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

This text font color is #947E8F.


Background Color

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

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

This div background color is #947E8F.


Border color

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

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

This div border color is #947E8F.


Opacity

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

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

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

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

This text has shadow with #947E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947E8F on black background.


Color preview on white background

This text has color #947E8F on white background.



Black color preview on #947E8F background

This text has black color on #947E8F background.


White color preview on #947E8F background

This text has white color on #947E8F background.