COLOR #947EA9

HEX: #947EA9
RGB: (148,126,169)

Color info

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

RGB color model

#947EA9 color RGB value is (148,126,169).

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

RGB channels and saturation

R 148 of 255 = 58%
G 126 of 255 = 49%
B 169 of 255 = 66%

148
126
169

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

Portions of RGB colors in percentages

R + G + B =
148 + 126 + 169 = 443 (100%)
R 148 of 443 ~ 33.41%
G 126 of 443 ~ 28.44%
B 169 of 443 ~ 38.15%

%33.41
%28.44
%38.15

CMYK color model

#947EA9 color CMYK value is (12,25,0,34).

  • cyan value is 12.43%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(12,25,0,34)
C12M25Y0K34 
(12%,25%,0%,34%)
(0.12/0.25/0.00/0.34)	

CMYK percentages

%12.43
%25.44
%0
%33.73

Codes

Color #947EA9 in popluar color models

947EA9
RGB148126169
HSL271°20.00%57.84%
HSB/HSV271°25.44%66.27%
CMYK12.43%25.44%0.00%
33.73%

Color #947EA9 in popluar number systems.

HEX947EA9
Decimal148126169
Binary10010100111111010101001
Octal224176251

Shades and tints

Shades of #947EA9

#947EA9
(148,126,169)
#87739A
(135,115,154)
#7A688B
(122,104,139)
#6D5D7C
(109,93,124)
#60526D
(96,82,109)
#53475E
(83,71,94)
#463C4F
(70,60,79)
#393140
(57,49,64)
#2C2631
(44,38,49)
#1F1B22
(31,27,34)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #947EA9

#947EA9
(148,126,169)
#9D89B0
(157,137,176)
#A694B7
(166,148,183)
#AF9FBE
(175,159,190)
#B8AAC5
(184,170,197)
#C1B5CC
(193,181,204)
#CAC0D3
(202,192,211)
#D3CBDA
(211,203,218)
#DCD6E1
(220,214,225)
#E5E1E8
(229,225,232)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947EA9; }

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

This text font color is #947EA9.


Background Color

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

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

This div background color is #947EA9.


Border color

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

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

This div border color is #947EA9.


Opacity

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

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

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

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

This text has shadow with #947EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947EA9 on black background.


Color preview on white background

This text has color #947EA9 on white background.



Black color preview on #947EA9 background

This text has black color on #947EA9 background.


White color preview on #947EA9 background

This text has white color on #947EA9 background.