COLOR #9B80AE

HEX: #9B80AE
RGB: (155,128,174)

Color info

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

RGB color model

#9B80AE color RGB value is (155,128,174).

  • red value is 155;
  • green value is 128;
  • blue value is 174.
RGB:
(155,128,174)
(61%,50%,68%)

RGB channels and saturation

R 155 of 255 = 61%
G 128 of 255 = 50%
B 174 of 255 = 68%

155
128
174

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

Portions of RGB colors in percentages

R + G + B =
155 + 128 + 174 = 457 (100%)
R 155 of 457 ~ 33.92%
G 128 of 457 ~ 28.01%
B 174 of 457 ~ 38.07%

%33.92
%28.01
%38.07

CMYK color model

#9B80AE color CMYK value is (11,26,0,32).

  • cyan value is 10.92%
  • magenta value is 26.44%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(11,26,0,32)
C11M26Y0K32 
(11%,26%,0%,32%)
(0.11/0.26/0.00/0.32)	

CMYK percentages

%10.92
%26.44
%0
%31.76

Codes

Color #9B80AE in popluar color models

9B80AE
RGB155128174
HSL275°22.12%59.22%
HSB/HSV275°26.44%68.24%
CMYK10.92%26.44%0.00%
31.76%

Color #9B80AE in popluar number systems.

HEX9B80AE
Decimal155128174
Binary100110111000000010101110
Octal233200256

Shades and tints

Shades of #9B80AE

#9B80AE
(155,128,174)
#8D759F
(141,117,159)
#7F6A90
(127,106,144)
#715F81
(113,95,129)
#635472
(99,84,114)
#554963
(85,73,99)
#473E54
(71,62,84)
#393345
(57,51,69)
#2B2836
(43,40,54)
#1D1D27
(29,29,39)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #9B80AE

#9B80AE
(155,128,174)
#A48BB5
(164,139,181)
#AD96BC
(173,150,188)
#B6A1C3
(182,161,195)
#BFACCA
(191,172,202)
#C8B7D1
(200,183,209)
#D1C2D8
(209,194,216)
#DACDDF
(218,205,223)
#E3D8E6
(227,216,230)
#ECE3ED
(236,227,237)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B80AE; }

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

This text font color is #9B80AE.


Background Color

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

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

This div background color is #9B80AE.


Border color

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

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

This div border color is #9B80AE.


Opacity

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

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

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

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

This text has shadow with #9B80AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B80AE on black background.


Color preview on white background

This text has color #9B80AE on white background.



Black color preview on #9B80AE background

This text has black color on #9B80AE background.


White color preview on #9B80AE background

This text has white color on #9B80AE background.