COLOR #9B668B

HEX: #9B668B
RGB: (155,102,139)

Color info

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

RGB color model

#9B668B color RGB value is (155,102,139).

  • red value is 155;
  • green value is 102;
  • blue value is 139.
RGB:
(155,102,139)
(61%,40%,55%)

RGB channels and saturation

R 155 of 255 = 61%
G 102 of 255 = 40%
B 139 of 255 = 55%

155
102
139

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

Portions of RGB colors in percentages

R + G + B =
155 + 102 + 139 = 396 (100%)
R 155 of 396 ~ 39.14%
G 102 of 396 ~ 25.76%
B 139 of 396 ~ 35.1%

%39.14
%25.76
%35.1

CMYK color model

#9B668B color CMYK value is (0,34,10,39).

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 10.32%
  • key color value is 39.22%
CMYK:
(0,34,10,39)
C0M34Y10K39 
(0%,34%,10%,39%)
(0.00/0.34/0.10/0.39)	

CMYK percentages

%0
%34.19
%10.32
%39.22

Codes

Color #9B668B in popluar color models

9B668B
RGB155102139
HSL318°20.95%50.39%
HSB/HSV318°34.19%60.78%
CMYK0.00%34.19%10.32%
39.22%

Color #9B668B in popluar number systems.

HEX9B668B
Decimal155102139
Binary10011011110011010001011
Octal233146213

Shades and tints

Shades of #9B668B

#9B668B
(155,102,139)
#8D5D7F
(141,93,127)
#7F5473
(127,84,115)
#714B67
(113,75,103)
#63425B
(99,66,91)
#55394F
(85,57,79)
#473043
(71,48,67)
#392737
(57,39,55)
#2B1E2B
(43,30,43)
#1D151F
(29,21,31)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #9B668B

#9B668B
(155,102,139)
#A47395
(164,115,149)
#AD809F
(173,128,159)
#B68DA9
(182,141,169)
#BF9AB3
(191,154,179)
#C8A7BD
(200,167,189)
#D1B4C7
(209,180,199)
#DAC1D1
(218,193,209)
#E3CEDB
(227,206,219)
#ECDBE5
(236,219,229)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B668B color. Also use rgb(155,102,139) instead hex code.

Text Font Color

.myTextColor { color: #9B668B; }

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

This text font color is #9B668B.


Background Color

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

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

This div background color is #9B668B.


Border color

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

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

This div border color is #9B668B.


Opacity

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

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

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

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

This text has shadow with #9B668B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B668B on black background.


Color preview on white background

This text has color #9B668B on white background.



Black color preview on #9B668B background

This text has black color on #9B668B background.


White color preview on #9B668B background

This text has white color on #9B668B background.