COLOR #947CBA

HEX: #947CBA
RGB: (148,124,186)

Color info

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

RGB color model

#947CBA color RGB value is (148,124,186).

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

RGB channels and saturation

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

148
124
186

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

Portions of RGB colors in percentages

R + G + B =
148 + 124 + 186 = 458 (100%)
R 148 of 458 ~ 32.31%
G 124 of 458 ~ 27.07%
B 186 of 458 ~ 40.61%

%32.31
%27.07
%40.61

CMYK color model

#947CBA color CMYK value is (20,33,0,27).

  • cyan value is 20.43%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,33,0,27)
C20M33Y0K27 
(20%,33%,0%,27%)
(0.20/0.33/0.00/0.27)	

CMYK percentages

%20.43
%33.33
%0
%27.06

Codes

Color #947CBA in popluar color models

947CBA
RGB148124186
HSL263°31.00%60.78%
HSB/HSV263°33.33%72.94%
CMYK20.43%33.33%0.00%
27.06%

Color #947CBA in popluar number systems.

HEX947CBA
Decimal148124186
Binary10010100111110010111010
Octal224174272

Shades and tints

Shades of #947CBA

#947CBA
(148,124,186)
#8771AA
(135,113,170)
#7A669A
(122,102,154)
#6D5B8A
(109,91,138)
#60507A
(96,80,122)
#53456A
(83,69,106)
#463A5A
(70,58,90)
#392F4A
(57,47,74)
#2C243A
(44,36,58)
#1F192A
(31,25,42)
#120E1A
(18,14,26)
#000000
(0,0,0)

Tints of #947CBA

#947CBA
(148,124,186)
#9D87C0
(157,135,192)
#A692C6
(166,146,198)
#AF9DCC
(175,157,204)
#B8A8D2
(184,168,210)
#C1B3D8
(193,179,216)
#CABEDE
(202,190,222)
#D3C9E4
(211,201,228)
#DCD4EA
(220,212,234)
#E5DFF0
(229,223,240)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947CBA; }

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

This text font color is #947CBA.


Background Color

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

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

This div background color is #947CBA.


Border color

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

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

This div border color is #947CBA.


Opacity

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

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

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

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

This text has shadow with #947CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947CBA on black background.


Color preview on white background

This text has color #947CBA on white background.



Black color preview on #947CBA background

This text has black color on #947CBA background.


White color preview on #947CBA background

This text has white color on #947CBA background.