COLOR #9F88AB

HEX: #9F88AB RGB: (159,136,171)

Color info

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

RGB color model

#9F88AB color RGB value is (159,136,171).

RGB: (159,136,171) (62%, 53%, 67%)

RGB channels and saturation

R 159 of 255 = 62%
G 136 of 255 = 53%
B 171 of 255 = 67%

159
136
171

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

Portions of RGB colors in percentages

R + G + B = 159 + 136 + 171 = 466 (100%)
R 159 of 466 ~ 34.12%
G 136 of 466 ~ 29.18%
B 171 of 466 ~ 36.7'%

%34.12
%29.18
%36.7

CMYK color model

#9F88AB color CMYK value is (7,20,0,33).

  • cyan value is 7.02%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (7,20,0,33)
C7M20Y0K33 (7%, 20%, 0%, 33%)
(0.07 / 0.20 / 0.00 / 0.33)

CMYK percentages

%7.02
%20.47
%0
%32.94

Codes

Color #9F88AB in popluar color models

9F 88 AB
RGB 159 136 171
HSL 279° 17.24% 60.20%
HSB/HSV 279° 20.47% 67.06%
CMYK 7.02% 20.47% 0.00%
32.94%

Color #9F88AB in popluar number systems.

HEX 9F 88 AB
Decimal 159 136 171
Binary 10011111 10001000 10101011
Octal 237 210 253

Shades and tints

Shades of #9F88AB

#9F88AB
(159,136,171)
#917C9C
(145,124,156)
#83708D
(131,112,141)
#75647E
(117,100,126)
#67586F
(103,88,111)
#594C60
(89,76,96)
#4B4051
(75,64,81)
#3D3442
(61,52,66)
#2F2833
(47,40,51)
#211C24
(33,28,36)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #9F88AB

#9F88AB
(159,136,171)
#A792B2
(167,146,178)
#AF9CB9
(175,156,185)
#B7A6C0
(183,166,192)
#BFB0C7
(191,176,199)
#C7BACE
(199,186,206)
#CFC4D5
(207,196,213)
#D7CEDC
(215,206,220)
#DFD8E3
(223,216,227)
#E7E2EA
(231,226,234)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F88AB color. Also use rgb(159,136,171) instead hex code.

Text Font Color

.myTextColor { color: #9F88AB; }

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

This text font color is #9F88AB.

Background Color

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

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

This div background color is #9F88AB.

Border color

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

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

This div border color is #9F88AB.

Opacity

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

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

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

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

This text has shadow with #9F88AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F88AB.

Preview

Color preview on black background

This text has color #9F88AB on black background.


Color preview on white background

This text has color #9F88AB on white background.


Black color preview on #9F88AB background

This text has black color on #9F88AB background.


White color preview on #9F88AB background

This text has white color on #9F88AB background.


Related colors

Complementary color

Complementary color for #hex is #607754.


I love getcolorcode.com

Triadic colors

1 #AB9F88 and #88AB9F with #9F88AB are triadic colors.

2 #AB889F and #889FAB with #9F88AB are triadic colors.