COLOR #947E89

HEX: #947E89
RGB: (148,126,137)

Color info

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

RGB color model

#947E89 color RGB value is (148,126,137).

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

RGB channels and saturation

R 148 of 255 = 58%
G 126 of 255 = 49%
B 137 of 255 = 54%

148
126
137

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

Portions of RGB colors in percentages

R + G + B =
148 + 126 + 137 = 411 (100%)
R 148 of 411 ~ 36.01%
G 126 of 411 ~ 30.66%
B 137 of 411 ~ 33.33%

%36.01
%30.66
%33.33

CMYK color model

#947E89 color CMYK value is (0,15,7,42).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 7.43%
  • key color value is 41.96%
CMYK:
(0,15,7,42)
C0M15Y7K42 
(0%,15%,7%,42%)
(0.00/0.15/0.07/0.42)	

CMYK percentages

%0
%14.86
%7.43
%41.96

Codes

Color #947E89 in popluar color models

947E89
RGB148126137
HSL330°9.32%53.73%
HSB/HSV330°14.86%58.04%
CMYK0.00%14.86%7.43%
41.96%

Color #947E89 in popluar number systems.

HEX947E89
Decimal148126137
Binary10010100111111010001001
Octal224176211

Shades and tints

Shades of #947E89

#947E89
(148,126,137)
#87737D
(135,115,125)
#7A6871
(122,104,113)
#6D5D65
(109,93,101)
#605259
(96,82,89)
#53474D
(83,71,77)
#463C41
(70,60,65)
#393135
(57,49,53)
#2C2629
(44,38,41)
#1F1B1D
(31,27,29)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #947E89

#947E89
(148,126,137)
#9D8993
(157,137,147)
#A6949D
(166,148,157)
#AF9FA7
(175,159,167)
#B8AAB1
(184,170,177)
#C1B5BB
(193,181,187)
#CAC0C5
(202,192,197)
#D3CBCF
(211,203,207)
#DCD6D9
(220,214,217)
#E5E1E3
(229,225,227)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947E89; }

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

This text font color is #947E89.


Background Color

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

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

This div background color is #947E89.


Border color

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

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

This div border color is #947E89.


Opacity

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

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

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

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

This text has shadow with #947E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947E89 on black background.


Color preview on white background

This text has color #947E89 on white background.



Black color preview on #947E89 background

This text has black color on #947E89 background.


White color preview on #947E89 background

This text has white color on #947E89 background.