COLOR #9A6782

HEX: #9A6782
RGB: (154,103,130)

Color info

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

RGB color model

#9A6782 color RGB value is (154,103,130).

  • red value is 154;
  • green value is 103;
  • blue value is 130.
RGB:
(154,103,130)
(60%,40%,51%)

RGB channels and saturation

R 154 of 255 = 60%
G 103 of 255 = 40%
B 130 of 255 = 51%

154
103
130

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

Portions of RGB colors in percentages

R + G + B =
154 + 103 + 130 = 387 (100%)
R 154 of 387 ~ 39.79%
G 103 of 387 ~ 26.61%
B 130 of 387 ~ 33.59%

%39.79
%26.61
%33.59

CMYK color model

#9A6782 color CMYK value is (0,33,16,40).

  • cyan value is 0.00%
  • magenta value is 33.12%
  • yellow value is 15.58%
  • key color value is 39.61%
CMYK:
(0,33,16,40)
C0M33Y16K40 
(0%,33%,16%,40%)
(0.00/0.33/0.16/0.40)	

CMYK percentages

%0
%33.12
%15.58
%39.61

Codes

Color #9A6782 in popluar color models

9A6782
RGB154103130
HSL328°20.16%50.39%
HSB/HSV328°33.12%60.39%
CMYK0.00%33.12%15.58%
39.61%

Color #9A6782 in popluar number systems.

HEX9A6782
Decimal154103130
Binary10011010110011110000010
Octal232147202

Shades and tints

Shades of #9A6782

#9A6782
(154,103,130)
#8C5E77
(140,94,119)
#7E556C
(126,85,108)
#704C61
(112,76,97)
#624356
(98,67,86)
#543A4B
(84,58,75)
#463140
(70,49,64)
#382835
(56,40,53)
#2A1F2A
(42,31,42)
#1C161F
(28,22,31)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #9A6782

#9A6782
(154,103,130)
#A3748D
(163,116,141)
#AC8198
(172,129,152)
#B58EA3
(181,142,163)
#BE9BAE
(190,155,174)
#C7A8B9
(199,168,185)
#D0B5C4
(208,181,196)
#D9C2CF
(217,194,207)
#E2CFDA
(226,207,218)
#EBDCE5
(235,220,229)
#F4E9F0
(244,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6782 color. Also use rgb(154,103,130) instead hex code.

Text Font Color

.myTextColor { color: #9A6782; }

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

This text font color is #9A6782.


Background Color

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

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

This div background color is #9A6782.


Border color

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

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

This div border color is #9A6782.


Opacity

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

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

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

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

This text has shadow with #9A6782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6782 on black background.


Color preview on white background

This text has color #9A6782 on white background.



Black color preview on #9A6782 background

This text has black color on #9A6782 background.


White color preview on #9A6782 background

This text has white color on #9A6782 background.