COLOR #947FB6

HEX: #947FB6
RGB: (148,127,182)

Color info

#947FB6 contains red, green and blue colors in about the same proportion. Web safe color of #947FB6 is #9966CC (or #96C).

RGB color model

#947FB6 color RGB value is (148,127,182).

  • red value is 148;
  • green value is 127;
  • blue value is 182.
RGB:
(148,127,182)
(58%,50%,71%)

RGB channels and saturation

R 148 of 255 = 58%
G 127 of 255 = 50%
B 182 of 255 = 71%

148
127
182

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

Portions of RGB colors in percentages

R + G + B =
148 + 127 + 182 = 457 (100%)
R 148 of 457 ~ 32.39%
G 127 of 457 ~ 27.79%
B 182 of 457 ~ 39.82%

%32.39
%27.79
%39.82

CMYK color model

#947FB6 color CMYK value is (19,30,0,29).

  • cyan value is 18.68%
  • magenta value is 30.22%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(19,30,0,29)
C19M30Y0K29 
(19%,30%,0%,29%)
(0.19/0.30/0.00/0.29)	

CMYK percentages

%18.68
%30.22
%0
%28.63

Codes

Color #947FB6 in popluar color models

947FB6
RGB148127182
HSL263°27.36%60.59%
HSB/HSV263°30.22%71.37%
CMYK18.68%30.22%0.00%
28.63%

Color #947FB6 in popluar number systems.

HEX947FB6
Decimal148127182
Binary10010100111111110110110
Octal224177266

Shades and tints

Shades of #947FB6

#947FB6
(148,127,182)
#8774A6
(135,116,166)
#7A6996
(122,105,150)
#6D5E86
(109,94,134)
#605376
(96,83,118)
#534866
(83,72,102)
#463D56
(70,61,86)
#393246
(57,50,70)
#2C2736
(44,39,54)
#1F1C26
(31,28,38)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #947FB6

#947FB6
(148,127,182)
#9D8ABC
(157,138,188)
#A695C2
(166,149,194)
#AFA0C8
(175,160,200)
#B8ABCE
(184,171,206)
#C1B6D4
(193,182,212)
#CAC1DA
(202,193,218)
#D3CCE0
(211,204,224)
#DCD7E6
(220,215,230)
#E5E2EC
(229,226,236)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947FB6 color. Also use rgb(148,127,182) instead hex code.

Text Font Color

.myTextColor { color: #947FB6; }

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

This text font color is #947FB6.


Background Color

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

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

This div background color is #947FB6.


Border color

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

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

This div border color is #947FB6.


Opacity

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

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

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

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

This text has shadow with #947FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947FB6 on black background.


Color preview on white background

This text has color #947FB6 on white background.



Black color preview on #947FB6 background

This text has black color on #947FB6 background.


White color preview on #947FB6 background

This text has white color on #947FB6 background.