COLOR #9388B4

HEX: #9388B4 RGB: (147,136,180)

Color info

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

RGB color model

#9388B4 color RGB value is (147,136,180).

RGB: (147,136,180) (58%, 53%, 71%)

RGB channels and saturation

R 147 of 255 = 58%
G 136 of 255 = 53%
B 180 of 255 = 71%

147
136
180

R + G + B ~ 61%. #9388B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 136 + 180 = 463 (100%)
R 147 of 463 ~ 31.75%
G 136 of 463 ~ 29.37%
B 180 of 463 ~ 38.88'%

%31.75
%29.37
%38.88

CMYK color model

#9388B4 color CMYK value is (18,24,0,29).

  • cyan value is 18.33%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (18,24,0,29)
C18M24Y0K29 (18%, 24%, 0%, 29%)
(0.18 / 0.24 / 0.00 / 0.29)

CMYK percentages

%18.33
%24.44
%0
%29.41

Codes

Color #9388B4 in popluar color models

93 88 B4
RGB 147 136 180
HSL 255° 22.68% 61.96%
HSB/HSV 255° 24.44% 70.59%
CMYK 18.33% 24.44% 0.00%
29.41%

Color #9388B4 in popluar number systems.

HEX 93 88 B4
Decimal 147 136 180
Binary 10010011 10001000 10110100
Octal 223 210 264

Shades and tints

Shades of #9388B4

#9388B4
(147,136,180)
#867CA4
(134,124,164)
#797094
(121,112,148)
#6C6484
(108,100,132)
#5F5874
(95,88,116)
#524C64
(82,76,100)
#454054
(69,64,84)
#383444
(56,52,68)
#2B2834
(43,40,52)
#1E1C24
(30,28,36)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #9388B4

#9388B4
(147,136,180)
#9C92BA
(156,146,186)
#A59CC0
(165,156,192)
#AEA6C6
(174,166,198)
#B7B0CC
(183,176,204)
#C0BAD2
(192,186,210)
#C9C4D8
(201,196,216)
#D2CEDE
(210,206,222)
#DBD8E4
(219,216,228)
#E4E2EA
(228,226,234)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9388B4 color. Also use rgb(147,136,180) instead hex code.

Text Font Color

.myTextColor { color: #9388B4; }

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

This text font color is #9388B4.

Background Color

.myBgColor { background-color: #9388B4; }

<div style="background-color:#9388B4">Inner text</div>

This div background color is #9388B4.

Border color

.myBorderColor { border: 1px solid #9388B4; }

<div style="border:3px solid #9388B4">Div</div>

This div border color is #9388B4.

Opacity

.myOpacity80 { color: #9388B4; opacity: 0.8; }

<p style="color:#9388B4;opacity:0.8;">80%</p>

Text with #9388B4 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 #9388B4;}

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

This text has shadow with #9388B4 color.


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

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

This text has shadow with #9388B4 primary color and red secondary color.


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

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

This text has shadow with #9388B4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9388B4.

Preview

Color preview on black background

This text has color #9388B4 on black background.


Color preview on white background

This text has color #9388B4 on white background.


Black color preview on #9388B4 background

This text has black color on #9388B4 background.


White color preview on #9388B4 background

This text has white color on #9388B4 background.


Related colors

Complementary color

Complementary color for #hex is #6C774B.


I love getcolorcode.com

Triadic colors

1 #B49388 and #88B493 with #9388B4 are triadic colors.

2 #B48893 and #8893B4 with #9388B4 are triadic colors.