COLOR #947CB0

HEX: #947CB0
RGB: (148,124,176)

Color info

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

RGB color model

#947CB0 color RGB value is (148,124,176).

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

RGB channels and saturation

R 148 of 255 = 58%
G 124 of 255 = 49%
B 176 of 255 = 69%

148
124
176

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

Portions of RGB colors in percentages

R + G + B =
148 + 124 + 176 = 448 (100%)
R 148 of 448 ~ 33.04%
G 124 of 448 ~ 27.68%
B 176 of 448 ~ 39.29%

%33.04
%27.68
%39.29

CMYK color model

#947CB0 color CMYK value is (16,30,0,31).

  • cyan value is 15.91%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(16,30,0,31)
C16M30Y0K31 
(16%,30%,0%,31%)
(0.16/0.30/0.00/0.31)	

CMYK percentages

%15.91
%29.55
%0
%30.98

Codes

Color #947CB0 in popluar color models

947CB0
RGB148124176
HSL268°24.76%58.82%
HSB/HSV268°29.55%69.02%
CMYK15.91%29.55%0.00%
30.98%

Color #947CB0 in popluar number systems.

HEX947CB0
Decimal148124176
Binary10010100111110010110000
Octal224174260

Shades and tints

Shades of #947CB0

#947CB0
(148,124,176)
#8771A0
(135,113,160)
#7A6690
(122,102,144)
#6D5B80
(109,91,128)
#605070
(96,80,112)
#534560
(83,69,96)
#463A50
(70,58,80)
#392F40
(57,47,64)
#2C2430
(44,36,48)
#1F1920
(31,25,32)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #947CB0

#947CB0
(148,124,176)
#9D87B7
(157,135,183)
#A692BE
(166,146,190)
#AF9DC5
(175,157,197)
#B8A8CC
(184,168,204)
#C1B3D3
(193,179,211)
#CABEDA
(202,190,218)
#D3C9E1
(211,201,225)
#DCD4E8
(220,212,232)
#E5DFEF
(229,223,239)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947CB0; }

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

This text font color is #947CB0.


Background Color

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

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

This div background color is #947CB0.


Border color

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

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

This div border color is #947CB0.


Opacity

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

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

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

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

This text has shadow with #947CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947CB0 on black background.


Color preview on white background

This text has color #947CB0 on white background.



Black color preview on #947CB0 background

This text has black color on #947CB0 background.


White color preview on #947CB0 background

This text has white color on #947CB0 background.