COLOR #9A688B

HEX: #9A688B
RGB: (154,104,139)

Color info

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

RGB color model

#9A688B color RGB value is (154,104,139).

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

RGB channels and saturation

R 154 of 255 = 60%
G 104 of 255 = 41%
B 139 of 255 = 55%

154
104
139

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

Portions of RGB colors in percentages

R + G + B =
154 + 104 + 139 = 397 (100%)
R 154 of 397 ~ 38.79%
G 104 of 397 ~ 26.2%
B 139 of 397 ~ 35.01%

%38.79
%26.2
%35.01

CMYK color model

#9A688B color CMYK value is (0,32,10,40).

  • cyan value is 0.00%
  • magenta value is 32.47%
  • yellow value is 9.74%
  • key color value is 39.61%
CMYK:
(0,32,10,40)
C0M32Y10K40 
(0%,32%,10%,40%)
(0.00/0.32/0.10/0.40)	

CMYK percentages

%0
%32.47
%9.74
%39.61

Codes

Color #9A688B in popluar color models

9A688B
RGB154104139
HSL318°19.84%50.59%
HSB/HSV318°32.47%60.39%
CMYK0.00%32.47%9.74%
39.61%

Color #9A688B in popluar number systems.

HEX9A688B
Decimal154104139
Binary10011010110100010001011
Octal232150213

Shades and tints

Shades of #9A688B

#9A688B
(154,104,139)
#8C5F7F
(140,95,127)
#7E5673
(126,86,115)
#704D67
(112,77,103)
#62445B
(98,68,91)
#543B4F
(84,59,79)
#463243
(70,50,67)
#382937
(56,41,55)
#2A202B
(42,32,43)
#1C171F
(28,23,31)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #9A688B

#9A688B
(154,104,139)
#A37595
(163,117,149)
#AC829F
(172,130,159)
#B58FA9
(181,143,169)
#BE9CB3
(190,156,179)
#C7A9BD
(199,169,189)
#D0B6C7
(208,182,199)
#D9C3D1
(217,195,209)
#E2D0DB
(226,208,219)
#EBDDE5
(235,221,229)
#F4EAEF
(244,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A688B; }

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

This text font color is #9A688B.


Background Color

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

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

This div background color is #9A688B.


Border color

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

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

This div border color is #9A688B.


Opacity

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

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

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

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

This text has shadow with #9A688B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A688B on black background.


Color preview on white background

This text has color #9A688B on white background.



Black color preview on #9A688B background

This text has black color on #9A688B background.


White color preview on #9A688B background

This text has white color on #9A688B background.