COLOR #9497B8

HEX: #9497B8 RGB: (148,151,184)

Color info

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

RGB color model

#9497B8 color RGB value is (148,151,184).

RGB: (148,151,184) (58%, 59%, 72%)

RGB channels and saturation

R 148 of 255 = 58%
G 151 of 255 = 59%
B 184 of 255 = 72%

148
151
184

R + G + B ~ 63%. #9497B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 151 + 184 = 483 (100%)
R 148 of 483 ~ 30.64%
G 151 of 483 ~ 31.26%
B 184 of 483 ~ 38.1'%

%30.64
%31.26
%38.1

CMYK color model

#9497B8 color CMYK value is (20,18,0,28).

  • cyan value is 19.57%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (20,18,0,28)
C20M18Y0K28 (20%, 18%, 0%, 28%)
(0.20 / 0.18 / 0.00 / 0.28)

CMYK percentages

%19.57
%17.93
%0
%27.84

Codes

Color #9497B8 in popluar color models

94 97 B8
RGB 148 151 184
HSL 235° 20.22% 65.10%
HSB/HSV 235° 19.57% 72.16%
CMYK 19.57% 17.93% 0.00%
27.84%

Color #9497B8 in popluar number systems.

HEX 94 97 B8
Decimal 148 151 184
Binary 10010100 10010111 10111000
Octal 224 227 270

Shades and tints

Shades of #9497B8

#9497B8
(148,151,184)
#878AA8
(135,138,168)
#7A7D98
(122,125,152)
#6D7088
(109,112,136)
#606378
(96,99,120)
#535668
(83,86,104)
#464958
(70,73,88)
#393C48
(57,60,72)
#2C2F38
(44,47,56)
#1F2228
(31,34,40)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #9497B8

#9497B8
(148,151,184)
#9DA0BE
(157,160,190)
#A6A9C4
(166,169,196)
#AFB2CA
(175,178,202)
#B8BBD0
(184,187,208)
#C1C4D6
(193,196,214)
#CACDDC
(202,205,220)
#D3D6E2
(211,214,226)
#DCDFE8
(220,223,232)
#E5E8EE
(229,232,238)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9497B8 color. Also use rgb(148,151,184) instead hex code.

Text Font Color

.myTextColor { color: #9497B8; }

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

This text font color is #9497B8.

Background Color

.myBgColor { background-color: #9497B8; }

<div style="background-color:#9497B8">Inner text</div>

This div background color is #9497B8.

Border color

.myBorderColor { border: 1px solid #9497B8; }

<div style="border:3px solid #9497B8">Div</div>

This div border color is #9497B8.

Opacity

.myOpacity80 { color: #9497B8; opacity: 0.8; }

<p style="color:#9497B8;opacity:0.8;">80%</p>

Text with #9497B8 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 #9497B8;}

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

This text has shadow with #9497B8 color.


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

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

This text has shadow with #9497B8 primary color and red secondary color.


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

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

This text has shadow with #9497B8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9497B8.

Preview

Color preview on black background

This text has color #9497B8 on black background.


Color preview on white background

This text has color #9497B8 on white background.


Black color preview on #9497B8 background

This text has black color on #9497B8 background.


White color preview on #9497B8 background

This text has white color on #9497B8 background.


Related colors

Complementary color

Complementary color for #hex is #6B6847.


I love getcolorcode.com

Triadic colors

1 #B89497 and #97B894 with #9497B8 are triadic colors.

2 #B89794 and #9794B8 with #9497B8 are triadic colors.