COLOR #9B769B

HEX: #9B769B
RGB: (155,118,155)

Color info

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

RGB color model

#9B769B color RGB value is (155,118,155).

  • red value is 155;
  • green value is 118;
  • blue value is 155.
RGB:
(155,118,155)
(61%,46%,61%)

RGB channels and saturation

R 155 of 255 = 61%
G 118 of 255 = 46%
B 155 of 255 = 61%

155
118
155

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

Portions of RGB colors in percentages

R + G + B =
155 + 118 + 155 = 428 (100%)
R 155 of 428 ~ 36.21%
G 118 of 428 ~ 27.57%
B 155 of 428 ~ 36.21%

%36.21
%27.57
%36.21

CMYK color model

#9B769B color CMYK value is (0,24,0,39).

  • cyan value is 0.00%
  • magenta value is 23.87%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(0,24,0,39)
C0M24Y0K39 
(0%,24%,0%,39%)
(0.00/0.24/0.00/0.39)	

CMYK percentages

%0
%23.87
%0
%39.22

Codes

Color #9B769B in popluar color models

9B769B
RGB155118155
HSL300°15.61%53.53%
HSB/HSV300°23.87%60.78%
CMYK0.00%23.87%0.00%
39.22%

Color #9B769B in popluar number systems.

HEX9B769B
Decimal155118155
Binary10011011111011010011011
Octal233166233

Shades and tints

Shades of #9B769B

#9B769B
(155,118,155)
#8D6C8D
(141,108,141)
#7F627F
(127,98,127)
#715871
(113,88,113)
#634E63
(99,78,99)
#554455
(85,68,85)
#473A47
(71,58,71)
#393039
(57,48,57)
#2B262B
(43,38,43)
#1D1C1D
(29,28,29)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #9B769B

#9B769B
(155,118,155)
#A482A4
(164,130,164)
#AD8EAD
(173,142,173)
#B69AB6
(182,154,182)
#BFA6BF
(191,166,191)
#C8B2C8
(200,178,200)
#D1BED1
(209,190,209)
#DACADA
(218,202,218)
#E3D6E3
(227,214,227)
#ECE2EC
(236,226,236)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B769B; }

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

This text font color is #9B769B.


Background Color

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

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

This div background color is #9B769B.


Border color

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

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

This div border color is #9B769B.


Opacity

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

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

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

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

This text has shadow with #9B769B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B769B on black background.


Color preview on white background

This text has color #9B769B on white background.



Black color preview on #9B769B background

This text has black color on #9B769B background.


White color preview on #9B769B background

This text has white color on #9B769B background.