COLOR #9B8EAC

HEX: #9B8EAC
RGB: (155,142,172)

Color info

#9B8EAC contains red, green and blue colors in about the same proportion. Web safe color of #9B8EAC is #999999 (or #999).

RGB color model

#9B8EAC color RGB value is (155,142,172).

  • red value is 155;
  • green value is 142;
  • blue value is 172.
RGB:
(155,142,172)
(61%,56%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 142 of 255 = 56%
B 172 of 255 = 67%

155
142
172

R + G + B ~ 61%. #9B8EAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 142 + 172 = 469 (100%)
R 155 of 469 ~ 33.05%
G 142 of 469 ~ 30.28%
B 172 of 469 ~ 36.67%

%33.05
%30.28
%36.67

CMYK color model

#9B8EAC color CMYK value is (10,17,0,33).

  • cyan value is 9.88%
  • magenta value is 17.44%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(10,17,0,33)
C10M17Y0K33 
(10%,17%,0%,33%)
(0.10/0.17/0.00/0.33)	

CMYK percentages

%9.88
%17.44
%0
%32.55

Codes

Color #9B8EAC in popluar color models

9B8EAC
RGB155142172
HSL266°15.31%61.57%
HSB/HSV266°17.44%67.45%
CMYK9.88%17.44%0.00%
32.55%

Color #9B8EAC in popluar number systems.

HEX9B8EAC
Decimal155142172
Binary100110111000111010101100
Octal233216254

Shades and tints

Shades of #9B8EAC

#9B8EAC
(155,142,172)
#8D829D
(141,130,157)
#7F768E
(127,118,142)
#716A7F
(113,106,127)
#635E70
(99,94,112)
#555261
(85,82,97)
#474652
(71,70,82)
#393A43
(57,58,67)
#2B2E34
(43,46,52)
#1D2225
(29,34,37)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #9B8EAC

#9B8EAC
(155,142,172)
#A498B3
(164,152,179)
#ADA2BA
(173,162,186)
#B6ACC1
(182,172,193)
#BFB6C8
(191,182,200)
#C8C0CF
(200,192,207)
#D1CAD6
(209,202,214)
#DAD4DD
(218,212,221)
#E3DEE4
(227,222,228)
#ECE8EB
(236,232,235)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8EAC; }

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

This text font color is #9B8EAC.


Background Color

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

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

This div background color is #9B8EAC.


Border color

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

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

This div border color is #9B8EAC.


Opacity

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

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

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

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

This text has shadow with #9B8EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8EAC on black background.


Color preview on white background

This text has color #9B8EAC on white background.



Black color preview on #9B8EAC background

This text has black color on #9B8EAC background.


White color preview on #9B8EAC background

This text has white color on #9B8EAC background.