COLOR #9784A4

HEX: #9784A4
RGB: (151,132,164)

Color info

#9784A4 contains red, green and blue colors in about the same proportion. Web safe color of #9784A4 is #999999 (or #999).

RGB color model

#9784A4 color RGB value is (151,132,164).

  • red value is 151;
  • green value is 132;
  • blue value is 164.
RGB:
(151,132,164)
(59%,52%,64%)

RGB channels and saturation

R 151 of 255 = 59%
G 132 of 255 = 52%
B 164 of 255 = 64%

151
132
164

R + G + B ~ 58%. #9784A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 132 + 164 = 447 (100%)
R 151 of 447 ~ 33.78%
G 132 of 447 ~ 29.53%
B 164 of 447 ~ 36.69%

%33.78
%29.53
%36.69

CMYK color model

#9784A4 color CMYK value is (8,20,0,36).

  • cyan value is 7.93%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(8,20,0,36)
C8M20Y0K36 
(8%,20%,0%,36%)
(0.08/0.20/0.00/0.36)	

CMYK percentages

%7.93
%19.51
%0
%35.69

Codes

Color #9784A4 in popluar color models

9784A4
RGB151132164
HSL276°14.95%58.04%
HSB/HSV276°19.51%64.31%
CMYK7.93%19.51%0.00%
35.69%

Color #9784A4 in popluar number systems.

HEX9784A4
Decimal151132164
Binary100101111000010010100100
Octal227204244

Shades and tints

Shades of #9784A4

#9784A4
(151,132,164)
#8A7896
(138,120,150)
#7D6C88
(125,108,136)
#70607A
(112,96,122)
#63546C
(99,84,108)
#56485E
(86,72,94)
#493C50
(73,60,80)
#3C3042
(60,48,66)
#2F2434
(47,36,52)
#221826
(34,24,38)
#150C18
(21,12,24)
#000000
(0,0,0)

Tints of #9784A4

#9784A4
(151,132,164)
#A08FAC
(160,143,172)
#A99AB4
(169,154,180)
#B2A5BC
(178,165,188)
#BBB0C4
(187,176,196)
#C4BBCC
(196,187,204)
#CDC6D4
(205,198,212)
#D6D1DC
(214,209,220)
#DFDCE4
(223,220,228)
#E8E7EC
(232,231,236)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9784A4 color. Also use rgb(151,132,164) instead hex code.

Text Font Color

.myTextColor { color: #9784A4; }

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

This text font color is #9784A4.


Background Color

.myBgColor { background-color: #9784A4; }

<div style="background-color:#9784A4">Inner text</div>

This div background color is #9784A4.


Border color

.myBorderColor { border: 1px solid #9784A4; }

<div style="border:3px solid #9784A4">Div</div>

This div border color is #9784A4.


Opacity

.myOpacity80 { color: #9784A4; opacity: 0.8; }

<p style="color:#9784A4;opacity:0.8;">80%</p>

Text with #9784A4 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 #9784A4;}

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

This text has shadow with #9784A4 color.

.textShadow {text-shadow: 3px 3px 1px #9784A4, 3px 3px 1px red;}

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

This text has shadow with #9784A4 primary color and red secondary color.


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

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

This text has shadow with #9784A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9784A4 on black background.


Color preview on white background

This text has color #9784A4 on white background.



Black color preview on #9784A4 background

This text has black color on #9784A4 background.


White color preview on #9784A4 background

This text has white color on #9784A4 background.