COLOR #9A7084

HEX: #9A7084
RGB: (154,112,132)

Color info

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

RGB color model

#9A7084 color RGB value is (154,112,132).

  • red value is 154;
  • green value is 112;
  • blue value is 132.
RGB:
(154,112,132)
(60%,44%,52%)

RGB channels and saturation

R 154 of 255 = 60%
G 112 of 255 = 44%
B 132 of 255 = 52%

154
112
132

R + G + B ~ 52%. #9A7084 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 112 + 132 = 398 (100%)
R 154 of 398 ~ 38.69%
G 112 of 398 ~ 28.14%
B 132 of 398 ~ 33.17%

%38.69
%28.14
%33.17

CMYK color model

#9A7084 color CMYK value is (0,27,14,40).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 14.29%
  • key color value is 39.61%
CMYK:
(0,27,14,40)
C0M27Y14K40 
(0%,27%,14%,40%)
(0.00/0.27/0.14/0.40)	

CMYK percentages

%0
%27.27
%14.29
%39.61

Codes

Color #9A7084 in popluar color models

9A7084
RGB154112132
HSL331°17.21%52.16%
HSB/HSV331°27.27%60.39%
CMYK0.00%27.27%14.29%
39.61%

Color #9A7084 in popluar number systems.

HEX9A7084
Decimal154112132
Binary10011010111000010000100
Octal232160204

Shades and tints

Shades of #9A7084

#9A7084
(154,112,132)
#8C6678
(140,102,120)
#7E5C6C
(126,92,108)
#705260
(112,82,96)
#624854
(98,72,84)
#543E48
(84,62,72)
#46343C
(70,52,60)
#382A30
(56,42,48)
#2A2024
(42,32,36)
#1C1618
(28,22,24)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #9A7084

#9A7084
(154,112,132)
#A37D8F
(163,125,143)
#AC8A9A
(172,138,154)
#B597A5
(181,151,165)
#BEA4B0
(190,164,176)
#C7B1BB
(199,177,187)
#D0BEC6
(208,190,198)
#D9CBD1
(217,203,209)
#E2D8DC
(226,216,220)
#EBE5E7
(235,229,231)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7084 color. Also use rgb(154,112,132) instead hex code.

Text Font Color

.myTextColor { color: #9A7084; }

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

This text font color is #9A7084.


Background Color

.myBgColor { background-color: #9A7084; }

<div style="background-color:#9A7084">Inner text</div>

This div background color is #9A7084.


Border color

.myBorderColor { border: 1px solid #9A7084; }

<div style="border:3px solid #9A7084">Div</div>

This div border color is #9A7084.


Opacity

.myOpacity80 { color: #9A7084; opacity: 0.8; }

<p style="color:#9A7084;opacity:0.8;">80%</p>

Text with #9A7084 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 #9A7084;}

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

This text has shadow with #9A7084 color.

.textShadow {text-shadow: 3px 3px 1px #9A7084, 3px 3px 1px red;}

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

This text has shadow with #9A7084 primary color and red secondary color.


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

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

This text has shadow with #9A7084 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7084 on black background.


Color preview on white background

This text has color #9A7084 on white background.



Black color preview on #9A7084 background

This text has black color on #9A7084 background.


White color preview on #9A7084 background

This text has white color on #9A7084 background.