COLOR #9198B4

HEX: #9198B4 RGB: (145,152,180)

Color info

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

RGB color model

#9198B4 color RGB value is (145,152,180).

RGB: (145,152,180) (57%, 60%, 71%)

RGB channels and saturation

R 145 of 255 = 57%
G 152 of 255 = 60%
B 180 of 255 = 71%

145
152
180

R + G + B ~ 63%. #9198B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 145 + 152 + 180 = 477 (100%)
R 145 of 477 ~ 30.4%
G 152 of 477 ~ 31.87%
B 180 of 477 ~ 37.74'%

%30.4
%31.87
%37.74

CMYK color model

#9198B4 color CMYK value is (19,16,0,29).

  • cyan value is 19.44%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (19,16,0,29)
C19M16Y0K29 (19%, 16%, 0%, 29%)
(0.19 / 0.16 / 0.00 / 0.29)

CMYK percentages

%19.44
%15.56
%0
%29.41

Codes

Color #9198B4 in popluar color models

91 98 B4
RGB 145 152 180
HSL 228° 18.92% 63.73%
HSB/HSV 228° 19.44% 70.59%
CMYK 19.44% 15.56% 0.00%
29.41%

Color #9198B4 in popluar number systems.

HEX 91 98 B4
Decimal 145 152 180
Binary 10010001 10011000 10110100
Octal 221 230 264

Shades and tints

Shades of #9198B4

#9198B4
(145,152,180)
#848BA4
(132,139,164)
#777E94
(119,126,148)
#6A7184
(106,113,132)
#5D6474
(93,100,116)
#505764
(80,87,100)
#434A54
(67,74,84)
#363D44
(54,61,68)
#293034
(41,48,52)
#1C2324
(28,35,36)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #9198B4

#9198B4
(145,152,180)
#9BA1BA
(155,161,186)
#A5AAC0
(165,170,192)
#AFB3C6
(175,179,198)
#B9BCCC
(185,188,204)
#C3C5D2
(195,197,210)
#CDCED8
(205,206,216)
#D7D7DE
(215,215,222)
#E1E0E4
(225,224,228)
#EBE9EA
(235,233,234)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9198B4 color. Also use rgb(145,152,180) instead hex code.

Text Font Color

.myTextColor { color: #9198B4; }

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

This text font color is #9198B4.

Background Color

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

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

This div background color is #9198B4.

Border color

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

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

This div border color is #9198B4.

Opacity

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

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

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

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

This text has shadow with #9198B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9198B4.

Preview

Color preview on black background

This text has color #9198B4 on black background.


Color preview on white background

This text has color #9198B4 on white background.


Black color preview on #9198B4 background

This text has black color on #9198B4 background.


White color preview on #9198B4 background

This text has white color on #9198B4 background.


Related colors

Complementary color

Complementary color for #hex is #6E674B.


I love getcolorcode.com

Triadic colors

1 #B49198 and #98B491 with #9198B4 are triadic colors.

2 #B49891 and #9891B4 with #9198B4 are triadic colors.