COLOR #9B7695

HEX: #9B7695
RGB: (155,118,149)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
118
149

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

Portions of RGB colors in percentages

R + G + B =
155 + 118 + 149 = 422 (100%)
R 155 of 422 ~ 36.73%
G 118 of 422 ~ 27.96%
B 149 of 422 ~ 35.31%

%36.73
%27.96
%35.31

CMYK color model

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

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

CMYK percentages

%0
%23.87
%3.87
%39.22

Codes

Color #9B7695 in popluar color models

9B7695
RGB155118149
HSL310°15.61%53.53%
HSB/HSV310°23.87%60.78%
CMYK0.00%23.87%3.87%
39.22%

Color #9B7695 in popluar number systems.

HEX9B7695
Decimal155118149
Binary10011011111011010010101
Octal233166225

Shades and tints

Shades of #9B7695

#9B7695
(155,118,149)
#8D6C88
(141,108,136)
#7F627B
(127,98,123)
#71586E
(113,88,110)
#634E61
(99,78,97)
#554454
(85,68,84)
#473A47
(71,58,71)
#39303A
(57,48,58)
#2B262D
(43,38,45)
#1D1C20
(29,28,32)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #9B7695

#9B7695
(155,118,149)
#A4829E
(164,130,158)
#AD8EA7
(173,142,167)
#B69AB0
(182,154,176)
#BFA6B9
(191,166,185)
#C8B2C2
(200,178,194)
#D1BECB
(209,190,203)
#DACAD4
(218,202,212)
#E3D6DD
(227,214,221)
#ECE2E6
(236,226,230)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7695; }

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

This text font color is #9B7695.


Background Color

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

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

This div background color is #9B7695.


Border color

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

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

This div border color is #9B7695.


Opacity

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

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

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

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

This text has shadow with #9B7695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7695 on black background.


Color preview on white background

This text has color #9B7695 on white background.



Black color preview on #9B7695 background

This text has black color on #9B7695 background.


White color preview on #9B7695 background

This text has white color on #9B7695 background.