COLOR #9387AB

HEX: #9387AB RGB: (147,135,171)

Color info

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

RGB color model

#9387AB color RGB value is (147,135,171).

RGB: (147,135,171) (58%, 53%, 67%)

RGB channels and saturation

R 147 of 255 = 58%
G 135 of 255 = 53%
B 171 of 255 = 67%

147
135
171

R + G + B ~ 59%. #9387AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 135 + 171 = 453 (100%)
R 147 of 453 ~ 32.45%
G 135 of 453 ~ 29.8%
B 171 of 453 ~ 37.75'%

%32.45
%29.8
%37.75

CMYK color model

#9387AB color CMYK value is (14,21,0,33).

  • cyan value is 14.04%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (14,21,0,33)
C14M21Y0K33 (14%, 21%, 0%, 33%)
(0.14 / 0.21 / 0.00 / 0.33)

CMYK percentages

%14.04
%21.05
%0
%32.94

Codes

Color #9387AB in popluar color models

93 87 AB
RGB 147 135 171
HSL 260° 17.65% 60.00%
HSB/HSV 260° 21.05% 67.06%
CMYK 14.04% 21.05% 0.00%
32.94%

Color #9387AB in popluar number systems.

HEX 93 87 AB
Decimal 147 135 171
Binary 10010011 10000111 10101011
Octal 223 207 253

Shades and tints

Shades of #9387AB

#9387AB
(147,135,171)
#867B9C
(134,123,156)
#796F8D
(121,111,141)
#6C637E
(108,99,126)
#5F576F
(95,87,111)
#524B60
(82,75,96)
#453F51
(69,63,81)
#383342
(56,51,66)
#2B2733
(43,39,51)
#1E1B24
(30,27,36)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #9387AB

#9387AB
(147,135,171)
#9C91B2
(156,145,178)
#A59BB9
(165,155,185)
#AEA5C0
(174,165,192)
#B7AFC7
(183,175,199)
#C0B9CE
(192,185,206)
#C9C3D5
(201,195,213)
#D2CDDC
(210,205,220)
#DBD7E3
(219,215,227)
#E4E1EA
(228,225,234)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9387AB color. Also use rgb(147,135,171) instead hex code.

Text Font Color

.myTextColor { color: #9387AB; }

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

This text font color is #9387AB.

Background Color

.myBgColor { background-color: #9387AB; }

<div style="background-color:#9387AB">Inner text</div>

This div background color is #9387AB.

Border color

.myBorderColor { border: 1px solid #9387AB; }

<div style="border:3px solid #9387AB">Div</div>

This div border color is #9387AB.

Opacity

.myOpacity80 { color: #9387AB; opacity: 0.8; }

<p style="color:#9387AB;opacity:0.8;">80%</p>

Text with #9387AB 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 #9387AB;}

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

This text has shadow with #9387AB color.


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

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

This text has shadow with #9387AB primary color and red secondary color.


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

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

This text has shadow with #9387AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9387AB.

Preview

Color preview on black background

This text has color #9387AB on black background.


Color preview on white background

This text has color #9387AB on white background.


Black color preview on #9387AB background

This text has black color on #9387AB background.


White color preview on #9387AB background

This text has white color on #9387AB background.


Related colors

Complementary color

Complementary color for #hex is #6C7854.


I love getcolorcode.com

Triadic colors

1 #AB9387 and #87AB93 with #9387AB are triadic colors.

2 #AB8793 and #8793AB with #9387AB are triadic colors.