COLOR #947EA2

HEX: #947EA2
RGB: (148,126,162)

Color info

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

RGB color model

#947EA2 color RGB value is (148,126,162).

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

RGB channels and saturation

R 148 of 255 = 58%
G 126 of 255 = 49%
B 162 of 255 = 64%

148
126
162

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

Portions of RGB colors in percentages

R + G + B =
148 + 126 + 162 = 436 (100%)
R 148 of 436 ~ 33.94%
G 126 of 436 ~ 28.9%
B 162 of 436 ~ 37.16%

%33.94
%28.9
%37.16

CMYK color model

#947EA2 color CMYK value is (9,22,0,36).

  • cyan value is 8.64%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(9,22,0,36)
C9M22Y0K36 
(9%,22%,0%,36%)
(0.09/0.22/0.00/0.36)	

CMYK percentages

%8.64
%22.22
%0
%36.47

Codes

Color #947EA2 in popluar color models

947EA2
RGB148126162
HSL277°16.22%56.47%
HSB/HSV277°22.22%63.53%
CMYK8.64%22.22%0.00%
36.47%

Color #947EA2 in popluar number systems.

HEX947EA2
Decimal148126162
Binary10010100111111010100010
Octal224176242

Shades and tints

Shades of #947EA2

#947EA2
(148,126,162)
#877394
(135,115,148)
#7A6886
(122,104,134)
#6D5D78
(109,93,120)
#60526A
(96,82,106)
#53475C
(83,71,92)
#463C4E
(70,60,78)
#393140
(57,49,64)
#2C2632
(44,38,50)
#1F1B24
(31,27,36)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #947EA2

#947EA2
(148,126,162)
#9D89AA
(157,137,170)
#A694B2
(166,148,178)
#AF9FBA
(175,159,186)
#B8AAC2
(184,170,194)
#C1B5CA
(193,181,202)
#CAC0D2
(202,192,210)
#D3CBDA
(211,203,218)
#DCD6E2
(220,214,226)
#E5E1EA
(229,225,234)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947EA2; }

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

This text font color is #947EA2.


Background Color

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

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

This div background color is #947EA2.


Border color

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

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

This div border color is #947EA2.


Opacity

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

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

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

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

This text has shadow with #947EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947EA2 on black background.


Color preview on white background

This text has color #947EA2 on white background.



Black color preview on #947EA2 background

This text has black color on #947EA2 background.


White color preview on #947EA2 background

This text has white color on #947EA2 background.