COLOR #9B8AC4

HEX: #9B8AC4
RGB: (155,138,196)

Color info

#9B8AC4 contains red, green and blue colors in about the same proportion. Web safe color of #9B8AC4 is #9999CC (or #99C).

RGB color model

#9B8AC4 color RGB value is (155,138,196).

  • red value is 155;
  • green value is 138;
  • blue value is 196.
RGB:
(155,138,196)
(61%,54%,77%)

RGB channels and saturation

R 155 of 255 = 61%
G 138 of 255 = 54%
B 196 of 255 = 77%

155
138
196

R + G + B ~ 64%. #9B8AC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 138 + 196 = 489 (100%)
R 155 of 489 ~ 31.7%
G 138 of 489 ~ 28.22%
B 196 of 489 ~ 40.08%

%31.7
%28.22
%40.08

CMYK color model

#9B8AC4 color CMYK value is (21,30,0,23).

  • cyan value is 20.92%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(21,30,0,23)
C21M30Y0K23 
(21%,30%,0%,23%)
(0.21/0.30/0.00/0.23)	

CMYK percentages

%20.92
%29.59
%0
%23.14

Codes

Color #9B8AC4 in popluar color models

9B8AC4
RGB155138196
HSL258°32.95%65.49%
HSB/HSV258°29.59%76.86%
CMYK20.92%29.59%0.00%
23.14%

Color #9B8AC4 in popluar number systems.

HEX9B8AC4
Decimal155138196
Binary100110111000101011000100
Octal233212304

Shades and tints

Shades of #9B8AC4

#9B8AC4
(155,138,196)
#8D7EB3
(141,126,179)
#7F72A2
(127,114,162)
#716691
(113,102,145)
#635A80
(99,90,128)
#554E6F
(85,78,111)
#47425E
(71,66,94)
#39364D
(57,54,77)
#2B2A3C
(43,42,60)
#1D1E2B
(29,30,43)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #9B8AC4

#9B8AC4
(155,138,196)
#A494C9
(164,148,201)
#AD9ECE
(173,158,206)
#B6A8D3
(182,168,211)
#BFB2D8
(191,178,216)
#C8BCDD
(200,188,221)
#D1C6E2
(209,198,226)
#DAD0E7
(218,208,231)
#E3DAEC
(227,218,236)
#ECE4F1
(236,228,241)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8AC4; }

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

This text font color is #9B8AC4.


Background Color

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

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

This div background color is #9B8AC4.


Border color

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

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

This div border color is #9B8AC4.


Opacity

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

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

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

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

This text has shadow with #9B8AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8AC4 on black background.


Color preview on white background

This text has color #9B8AC4 on white background.



Black color preview on #9B8AC4 background

This text has black color on #9B8AC4 background.


White color preview on #9B8AC4 background

This text has white color on #9B8AC4 background.