COLOR #947F99

HEX: #947F99
RGB: (148,127,153)

Color info

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

RGB color model

#947F99 color RGB value is (148,127,153).

  • red value is 148;
  • green value is 127;
  • blue value is 153.
RGB:
(148,127,153)
(58%,50%,60%)

RGB channels and saturation

R 148 of 255 = 58%
G 127 of 255 = 50%
B 153 of 255 = 60%

148
127
153

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

Portions of RGB colors in percentages

R + G + B =
148 + 127 + 153 = 428 (100%)
R 148 of 428 ~ 34.58%
G 127 of 428 ~ 29.67%
B 153 of 428 ~ 35.75%

%34.58
%29.67
%35.75

CMYK color model

#947F99 color CMYK value is (3,17,0,40).

  • cyan value is 3.27%
  • magenta value is 16.99%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(3,17,0,40)
C3M17Y0K40 
(3%,17%,0%,40%)
(0.03/0.17/0.00/0.40)	

CMYK percentages

%3.27
%16.99
%0
%40

Codes

Color #947F99 in popluar color models

947F99
RGB148127153
HSL288°11.30%54.90%
HSB/HSV288°16.99%60.00%
CMYK3.27%16.99%0.00%
40.00%

Color #947F99 in popluar number systems.

HEX947F99
Decimal148127153
Binary10010100111111110011001
Octal224177231

Shades and tints

Shades of #947F99

#947F99
(148,127,153)
#87748C
(135,116,140)
#7A697F
(122,105,127)
#6D5E72
(109,94,114)
#605365
(96,83,101)
#534858
(83,72,88)
#463D4B
(70,61,75)
#39323E
(57,50,62)
#2C2731
(44,39,49)
#1F1C24
(31,28,36)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #947F99

#947F99
(148,127,153)
#9D8AA2
(157,138,162)
#A695AB
(166,149,171)
#AFA0B4
(175,160,180)
#B8ABBD
(184,171,189)
#C1B6C6
(193,182,198)
#CAC1CF
(202,193,207)
#D3CCD8
(211,204,216)
#DCD7E1
(220,215,225)
#E5E2EA
(229,226,234)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947F99 color. Also use rgb(148,127,153) instead hex code.

Text Font Color

.myTextColor { color: #947F99; }

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

This text font color is #947F99.


Background Color

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

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

This div background color is #947F99.


Border color

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

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

This div border color is #947F99.


Opacity

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

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

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

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

This text has shadow with #947F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947F99 on black background.


Color preview on white background

This text has color #947F99 on white background.



Black color preview on #947F99 background

This text has black color on #947F99 background.


White color preview on #947F99 background

This text has white color on #947F99 background.