COLOR #9A6887

HEX: #9A6887
RGB: (154,104,135)

Color info

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

RGB color model

#9A6887 color RGB value is (154,104,135).

  • red value is 154;
  • green value is 104;
  • blue value is 135.
RGB:
(154,104,135)
(60%,41%,53%)

RGB channels and saturation

R 154 of 255 = 60%
G 104 of 255 = 41%
B 135 of 255 = 53%

154
104
135

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

Portions of RGB colors in percentages

R + G + B =
154 + 104 + 135 = 393 (100%)
R 154 of 393 ~ 39.19%
G 104 of 393 ~ 26.46%
B 135 of 393 ~ 34.35%

%39.19
%26.46
%34.35

CMYK color model

#9A6887 color CMYK value is (0,32,12,40).

  • cyan value is 0.00%
  • magenta value is 32.47%
  • yellow value is 12.34%
  • key color value is 39.61%
CMYK:
(0,32,12,40)
C0M32Y12K40 
(0%,32%,12%,40%)
(0.00/0.32/0.12/0.40)	

CMYK percentages

%0
%32.47
%12.34
%39.61

Codes

Color #9A6887 in popluar color models

9A6887
RGB154104135
HSL323°19.84%50.59%
HSB/HSV323°32.47%60.39%
CMYK0.00%32.47%12.34%
39.61%

Color #9A6887 in popluar number systems.

HEX9A6887
Decimal154104135
Binary10011010110100010000111
Octal232150207

Shades and tints

Shades of #9A6887

#9A6887
(154,104,135)
#8C5F7B
(140,95,123)
#7E566F
(126,86,111)
#704D63
(112,77,99)
#624457
(98,68,87)
#543B4B
(84,59,75)
#46323F
(70,50,63)
#382933
(56,41,51)
#2A2027
(42,32,39)
#1C171B
(28,23,27)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #9A6887

#9A6887
(154,104,135)
#A37591
(163,117,145)
#AC829B
(172,130,155)
#B58FA5
(181,143,165)
#BE9CAF
(190,156,175)
#C7A9B9
(199,169,185)
#D0B6C3
(208,182,195)
#D9C3CD
(217,195,205)
#E2D0D7
(226,208,215)
#EBDDE1
(235,221,225)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6887 color. Also use rgb(154,104,135) instead hex code.

Text Font Color

.myTextColor { color: #9A6887; }

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

This text font color is #9A6887.


Background Color

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

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

This div background color is #9A6887.


Border color

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

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

This div border color is #9A6887.


Opacity

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

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

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

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

This text has shadow with #9A6887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6887 on black background.


Color preview on white background

This text has color #9A6887 on white background.



Black color preview on #9A6887 background

This text has black color on #9A6887 background.


White color preview on #9A6887 background

This text has white color on #9A6887 background.