COLOR #947988

HEX: #947988
RGB: (148,121,136)

Color info

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

RGB color model

#947988 color RGB value is (148,121,136).

  • red value is 148;
  • green value is 121;
  • blue value is 136.
RGB:
(148,121,136)
(58%,47%,53%)

RGB channels and saturation

R 148 of 255 = 58%
G 121 of 255 = 47%
B 136 of 255 = 53%

148
121
136

R + G + B ~ 53%. #947988 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 121 + 136 = 405 (100%)
R 148 of 405 ~ 36.54%
G 121 of 405 ~ 29.88%
B 136 of 405 ~ 33.58%

%36.54
%29.88
%33.58

CMYK color model

#947988 color CMYK value is (0,18,8,42).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 8.11%
  • key color value is 41.96%
CMYK:
(0,18,8,42)
C0M18Y8K42 
(0%,18%,8%,42%)
(0.00/0.18/0.08/0.42)	

CMYK percentages

%0
%18.24
%8.11
%41.96

Codes

Color #947988 in popluar color models

947988
RGB148121136
HSL327°11.20%52.75%
HSB/HSV327°18.24%58.04%
CMYK0.00%18.24%8.11%
41.96%

Color #947988 in popluar number systems.

HEX947988
Decimal148121136
Binary10010100111100110001000
Octal224171210

Shades and tints

Shades of #947988

#947988
(148,121,136)
#876E7C
(135,110,124)
#7A6370
(122,99,112)
#6D5864
(109,88,100)
#604D58
(96,77,88)
#53424C
(83,66,76)
#463740
(70,55,64)
#392C34
(57,44,52)
#2C2128
(44,33,40)
#1F161C
(31,22,28)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #947988

#947988
(148,121,136)
#9D8592
(157,133,146)
#A6919C
(166,145,156)
#AF9DA6
(175,157,166)
#B8A9B0
(184,169,176)
#C1B5BA
(193,181,186)
#CAC1C4
(202,193,196)
#D3CDCE
(211,205,206)
#DCD9D8
(220,217,216)
#E5E5E2
(229,229,226)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947988 color. Also use rgb(148,121,136) instead hex code.

Text Font Color

.myTextColor { color: #947988; }

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

This text font color is #947988.


Background Color

.myBgColor { background-color: #947988; }

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

This div background color is #947988.


Border color

.myBorderColor { border: 1px solid #947988; }

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

This div border color is #947988.


Opacity

.myOpacity80 { color: #947988; opacity: 0.8; }

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

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

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

This text has shadow with #947988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947988 on black background.


Color preview on white background

This text has color #947988 on white background.



Black color preview on #947988 background

This text has black color on #947988 background.


White color preview on #947988 background

This text has white color on #947988 background.