COLOR #947C95

HEX: #947C95
RGB: (148,124,149)

Color info

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

RGB color model

#947C95 color RGB value is (148,124,149).

  • red value is 148;
  • green value is 124;
  • blue value is 149.
RGB:
(148,124,149)
(58%,49%,58%)

RGB channels and saturation

R 148 of 255 = 58%
G 124 of 255 = 49%
B 149 of 255 = 58%

148
124
149

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

Portions of RGB colors in percentages

R + G + B =
148 + 124 + 149 = 421 (100%)
R 148 of 421 ~ 35.15%
G 124 of 421 ~ 29.45%
B 149 of 421 ~ 35.39%

%35.15
%29.45
%35.39

CMYK color model

#947C95 color CMYK value is (1,17,0,42).

  • cyan value is 0.67%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(1,17,0,42)
C1M17Y0K42 
(1%,17%,0%,42%)
(0.01/0.17/0.00/0.42)	

CMYK percentages

%0.67
%16.78
%0
%41.57

Codes

Color #947C95 in popluar color models

947C95
RGB148124149
HSL298°10.55%53.53%
HSB/HSV298°16.78%58.43%
CMYK0.67%16.78%0.00%
41.57%

Color #947C95 in popluar number systems.

HEX947C95
Decimal148124149
Binary10010100111110010010101
Octal224174225

Shades and tints

Shades of #947C95

#947C95
(148,124,149)
#877188
(135,113,136)
#7A667B
(122,102,123)
#6D5B6E
(109,91,110)
#605061
(96,80,97)
#534554
(83,69,84)
#463A47
(70,58,71)
#392F3A
(57,47,58)
#2C242D
(44,36,45)
#1F1920
(31,25,32)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #947C95

#947C95
(148,124,149)
#9D879E
(157,135,158)
#A692A7
(166,146,167)
#AF9DB0
(175,157,176)
#B8A8B9
(184,168,185)
#C1B3C2
(193,179,194)
#CABECB
(202,190,203)
#D3C9D4
(211,201,212)
#DCD4DD
(220,212,221)
#E5DFE6
(229,223,230)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947C95 color. Also use rgb(148,124,149) instead hex code.

Text Font Color

.myTextColor { color: #947C95; }

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

This text font color is #947C95.


Background Color

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

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

This div background color is #947C95.


Border color

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

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

This div border color is #947C95.


Opacity

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

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

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

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

This text has shadow with #947C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947C95 on black background.


Color preview on white background

This text has color #947C95 on white background.



Black color preview on #947C95 background

This text has black color on #947C95 background.


White color preview on #947C95 background

This text has white color on #947C95 background.