COLOR #9487A3

HEX: #9487A3
RGB: (148,135,163)

Color info

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

RGB color model

#9487A3 color RGB value is (148,135,163).

  • red value is 148;
  • green value is 135;
  • blue value is 163.
RGB:
(148,135,163)
(58%,53%,64%)

RGB channels and saturation

R 148 of 255 = 58%
G 135 of 255 = 53%
B 163 of 255 = 64%

148
135
163

R + G + B ~ 58%. #9487A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 135 + 163 = 446 (100%)
R 148 of 446 ~ 33.18%
G 135 of 446 ~ 30.27%
B 163 of 446 ~ 36.55%

%33.18
%30.27
%36.55

CMYK color model

#9487A3 color CMYK value is (9,17,0,36).

  • cyan value is 9.20%
  • magenta value is 17.18%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(9,17,0,36)
C9M17Y0K36 
(9%,17%,0%,36%)
(0.09/0.17/0.00/0.36)	

CMYK percentages

%9.2
%17.18
%0
%36.08

Codes

Color #9487A3 in popluar color models

9487A3
RGB148135163
HSL268°13.21%58.43%
HSB/HSV268°17.18%63.92%
CMYK9.20%17.18%0.00%
36.08%

Color #9487A3 in popluar number systems.

HEX9487A3
Decimal148135163
Binary100101001000011110100011
Octal224207243

Shades and tints

Shades of #9487A3

#9487A3
(148,135,163)
#877B95
(135,123,149)
#7A6F87
(122,111,135)
#6D6379
(109,99,121)
#60576B
(96,87,107)
#534B5D
(83,75,93)
#463F4F
(70,63,79)
#393341
(57,51,65)
#2C2733
(44,39,51)
#1F1B25
(31,27,37)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #9487A3

#9487A3
(148,135,163)
#9D91AB
(157,145,171)
#A69BB3
(166,155,179)
#AFA5BB
(175,165,187)
#B8AFC3
(184,175,195)
#C1B9CB
(193,185,203)
#CAC3D3
(202,195,211)
#D3CDDB
(211,205,219)
#DCD7E3
(220,215,227)
#E5E1EB
(229,225,235)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9487A3 color. Also use rgb(148,135,163) instead hex code.

Text Font Color

.myTextColor { color: #9487A3; }

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

This text font color is #9487A3.


Background Color

.myBgColor { background-color: #9487A3; }

<div style="background-color:#9487A3">Inner text</div>

This div background color is #9487A3.


Border color

.myBorderColor { border: 1px solid #9487A3; }

<div style="border:3px solid #9487A3">Div</div>

This div border color is #9487A3.


Opacity

.myOpacity80 { color: #9487A3; opacity: 0.8; }

<p style="color:#9487A3;opacity:0.8;">80%</p>

Text with #9487A3 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 #9487A3;}

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

This text has shadow with #9487A3 color.

.textShadow {text-shadow: 3px 3px 1px #9487A3, 3px 3px 1px red;}

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

This text has shadow with #9487A3 primary color and red secondary color.


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

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

This text has shadow with #9487A3 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9487A3;
-webkit-box-shadow: 1px 1px 3px 2px #9487A3;
box-shadow:1px 1px 3px 2px #9487A3;">
Div content here</div>
This div box has shadow with color #9487A3.

Preview

Color preview on black background

This text has color #9487A3 on black background.


Color preview on white background

This text has color #9487A3 on white background.



Black color preview on #9487A3 background

This text has black color on #9487A3 background.


White color preview on #9487A3 background

This text has white color on #9487A3 background.