COLOR #9F9BB8

HEX: #9F9BB8 RGB: (159,155,184)

Color info

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

RGB color model

#9F9BB8 color RGB value is (159,155,184).

RGB: (159,155,184) (62%, 61%, 72%)

RGB channels and saturation

R 159 of 255 = 62%
G 155 of 255 = 61%
B 184 of 255 = 72%

159
155
184

R + G + B ~ 65%. #9F9BB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 155 + 184 = 498 (100%)
R 159 of 498 ~ 31.93%
G 155 of 498 ~ 31.12%
B 184 of 498 ~ 36.95'%

%31.93
%31.12
%36.95

CMYK color model

#9F9BB8 color CMYK value is (14,16,0,28).

  • cyan value is 13.59%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (14,16,0,28)
C14M16Y0K28 (14%, 16%, 0%, 28%)
(0.14 / 0.16 / 0.00 / 0.28)

CMYK percentages

%13.59
%15.76
%0
%27.84

Codes

Color #9F9BB8 in popluar color models

9F 9B B8
RGB 159 155 184
HSL 248° 16.96% 66.47%
HSB/HSV 248° 15.76% 72.16%
CMYK 13.59% 15.76% 0.00%
27.84%

Color #9F9BB8 in popluar number systems.

HEX 9F 9B B8
Decimal 159 155 184
Binary 10011111 10011011 10111000
Octal 237 233 270

Shades and tints

Shades of #9F9BB8

#9F9BB8
(159,155,184)
#918DA8
(145,141,168)
#837F98
(131,127,152)
#757188
(117,113,136)
#676378
(103,99,120)
#595568
(89,85,104)
#4B4758
(75,71,88)
#3D3948
(61,57,72)
#2F2B38
(47,43,56)
#211D28
(33,29,40)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #9F9BB8

#9F9BB8
(159,155,184)
#A7A4BE
(167,164,190)
#AFADC4
(175,173,196)
#B7B6CA
(183,182,202)
#BFBFD0
(191,191,208)
#C7C8D6
(199,200,214)
#CFD1DC
(207,209,220)
#D7DAE2
(215,218,226)
#DFE3E8
(223,227,232)
#E7ECEE
(231,236,238)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9BB8; }

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

This text font color is #9F9BB8.

Background Color

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

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

This div background color is #9F9BB8.

Border color

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

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

This div border color is #9F9BB8.

Opacity

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

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

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

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

This text has shadow with #9F9BB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F9BB8.

Preview

Color preview on black background

This text has color #9F9BB8 on black background.


Color preview on white background

This text has color #9F9BB8 on white background.


Black color preview on #9F9BB8 background

This text has black color on #9F9BB8 background.


White color preview on #9F9BB8 background

This text has white color on #9F9BB8 background.


Related colors

Complementary color

Complementary color for #hex is #606447.


I love getcolorcode.com

Triadic colors

1 #B89F9B and #9BB89F with #9F9BB8 are triadic colors.

2 #B89B9F and #9B9FB8 with #9F9BB8 are triadic colors.