COLOR #947EBA

HEX: #947EBA
RGB: (148,126,186)

Color info

#947EBA contains mainly red and blue colors. Web safe color of #947EBA is #9966CC (or #96C).

RGB color model

#947EBA color RGB value is (148,126,186).

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

RGB channels and saturation

R 148 of 255 = 58%
G 126 of 255 = 49%
B 186 of 255 = 73%

148
126
186

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

Portions of RGB colors in percentages

R + G + B =
148 + 126 + 186 = 460 (100%)
R 148 of 460 ~ 32.17%
G 126 of 460 ~ 27.39%
B 186 of 460 ~ 40.43%

%32.17
%27.39
%40.43

CMYK color model

#947EBA color CMYK value is (20,32,0,27).

  • cyan value is 20.43%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (20,32,0,27) C20M32Y0K27 (20%,32%,0%,27%) (0.20/0.32/0.00/0.27)

CMYK percentages

%20.43
%32.26
%0
%27.06

Codes

Color #947EBA in popluar color models

947EBA
RGB148126186
HSL262°30.30%61.18%
HSB/HSV262°32.26%72.94%
CMYK20.43%32.26%0.00%
27.06%

Color #947EBA in popluar number systems.

HEX947EBA
Decimal148126186
Binary10010100111111010111010
Octal224176272

Shades and tints

Shades of #947EBA

#947EBA
(148,126,186)
#8773AA
(135,115,170)
#7A689A
(122,104,154)
#6D5D8A
(109,93,138)
#60527A
(96,82,122)
#53476A
(83,71,106)
#463C5A
(70,60,90)
#39314A
(57,49,74)
#2C263A
(44,38,58)
#1F1B2A
(31,27,42)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #947EBA

#947EBA
(148,126,186)
#9D89C0
(157,137,192)
#A694C6
(166,148,198)
#AF9FCC
(175,159,204)
#B8AAD2
(184,170,210)
#C1B5D8
(193,181,216)
#CAC0DE
(202,192,222)
#D3CBE4
(211,203,228)
#DCD6EA
(220,214,234)
#E5E1F0
(229,225,240)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947EBA; }

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

This text font color is #947EBA.


Background Color

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

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

This div background color is #947EBA.


Border color

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

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

This div border color is #947EBA.


Opacity

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

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

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

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

This text has shadow with #947EBA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #947EBA on black background.


Color preview on white background

This text has color #947EBA on white background.



Black color preview on #947EBA background

This text has black color on #947EBA background.


White color preview on #947EBA background

This text has white color on #947EBA background.