COLOR #947A88

HEX: #947A88
RGB: (148,122,136)

Color info

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

RGB color model

#947A88 color RGB value is (148,122,136).

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

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 136 of 255 = 53%

148
122
136

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

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 136 = 406 (100%)
R 148 of 406 ~ 36.45%
G 122 of 406 ~ 30.05%
B 136 of 406 ~ 33.5%

%36.45
%30.05
%33.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.57%
  • 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
%17.57
%8.11
%41.96

Codes

Color #947A88 in popluar color models

947A88
RGB148122136
HSL328°10.83%52.94%
HSB/HSV328°17.57%58.04%
CMYK0.00%17.57%8.11%
41.96%

Color #947A88 in popluar number systems.

HEX947A88
Decimal148122136
Binary10010100111101010001000
Octal224172210

Shades and tints

Shades of #947A88

#947A88
(148,122,136)
#876F7C
(135,111,124)
#7A6470
(122,100,112)
#6D5964
(109,89,100)
#604E58
(96,78,88)
#53434C
(83,67,76)
#463840
(70,56,64)
#392D34
(57,45,52)
#2C2228
(44,34,40)
#1F171C
(31,23,28)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #947A88

#947A88
(148,122,136)
#9D8692
(157,134,146)
#A6929C
(166,146,156)
#AF9EA6
(175,158,166)
#B8AAB0
(184,170,176)
#C1B6BA
(193,182,186)
#CAC2C4
(202,194,196)
#D3CECE
(211,206,206)
#DCDAD8
(220,218,216)
#E5E6E2
(229,230,226)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947A88; }

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

This text font color is #947A88.


Background Color

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

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

This div background color is #947A88.


Border color

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

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

This div border color is #947A88.


Opacity

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

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

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

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

This text has shadow with #947A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947A88 on black background.


Color preview on white background

This text has color #947A88 on white background.



Black color preview on #947A88 background

This text has black color on #947A88 background.


White color preview on #947A88 background

This text has white color on #947A88 background.