COLOR #847FAA

HEX: #847FAA
RGB: (132,127,170)

Color info

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

RGB color model

#847FAA color RGB value is (132,127,170).

  • red value is 132;
  • green value is 127;
  • blue value is 170.
RGB:
(132,127,170)
(52%,50%,67%)

RGB channels and saturation

R 132 of 255 = 52%
G 127 of 255 = 50%
B 170 of 255 = 67%

132
127
170

R + G + B ~ 56%. #847FAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 127 + 170 = 429 (100%)
R 132 of 429 ~ 30.77%
G 127 of 429 ~ 29.6%
B 170 of 429 ~ 39.63%

%30.77
%29.6
%39.63

CMYK color model

#847FAA color CMYK value is (22,25,0,33).

  • cyan value is 22.35%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(22,25,0,33)
C22M25Y0K33 
(22%,25%,0%,33%)
(0.22/0.25/0.00/0.33)	

CMYK percentages

%22.35
%25.29
%0
%33.33

Codes

Color #847FAA in popluar color models

847FAA
RGB132127170
HSL247°20.19%58.24%
HSB/HSV247°25.29%66.67%
CMYK22.35%25.29%0.00%
33.33%

Color #847FAA in popluar number systems.

HEX847FAA
Decimal132127170
Binary10000100111111110101010
Octal204177252

Shades and tints

Shades of #847FAA

#847FAA
(132,127,170)
#78749B
(120,116,155)
#6C698C
(108,105,140)
#605E7D
(96,94,125)
#54536E
(84,83,110)
#48485F
(72,72,95)
#3C3D50
(60,61,80)
#303241
(48,50,65)
#242732
(36,39,50)
#181C23
(24,28,35)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #847FAA

#847FAA
(132,127,170)
#8F8AB1
(143,138,177)
#9A95B8
(154,149,184)
#A5A0BF
(165,160,191)
#B0ABC6
(176,171,198)
#BBB6CD
(187,182,205)
#C6C1D4
(198,193,212)
#D1CCDB
(209,204,219)
#DCD7E2
(220,215,226)
#E7E2E9
(231,226,233)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847FAA color. Also use rgb(132,127,170) instead hex code.

Text Font Color

.myTextColor { color: #847FAA; }

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

This text font color is #847FAA.


Background Color

.myBgColor { background-color: #847FAA; }

<div style="background-color:#847FAA">Inner text</div>

This div background color is #847FAA.


Border color

.myBorderColor { border: 1px solid #847FAA; }

<div style="border:3px solid #847FAA">Div</div>

This div border color is #847FAA.


Opacity

.myOpacity80 { color: #847FAA; opacity: 0.8; }

<p style="color:#847FAA;opacity:0.8;">80%</p>

Text with #847FAA 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 #847FAA;}

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

This text has shadow with #847FAA color.

.textShadow {text-shadow: 3px 3px 1px #847FAA, 3px 3px 1px red;}

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

This text has shadow with #847FAA primary color and red secondary color.


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

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

This text has shadow with #847FAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847FAA on black background.


Color preview on white background

This text has color #847FAA on white background.



Black color preview on #847FAA background

This text has black color on #847FAA background.


White color preview on #847FAA background

This text has white color on #847FAA background.