COLOR #9395AD

HEX: #9395AD
RGB: (147,149,173)

Color info

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

RGB color model

#9395AD color RGB value is (147,149,173).

  • red value is 147;
  • green value is 149;
  • blue value is 173.
RGB:
(147,149,173)
(58%,58%,68%)

RGB channels and saturation

R 147 of 255 = 58%
G 149 of 255 = 58%
B 173 of 255 = 68%

147
149
173

R + G + B ~ 61%. #9395AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 149 + 173 = 469 (100%)
R 147 of 469 ~ 31.34%
G 149 of 469 ~ 31.77%
B 173 of 469 ~ 36.89%

%31.34
%31.77
%36.89

CMYK color model

#9395AD color CMYK value is (15,14,0,32).

  • cyan value is 15.03%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(15,14,0,32)
C15M14Y0K32 
(15%,14%,0%,32%)
(0.15/0.14/0.00/0.32)	

CMYK percentages

%15.03
%13.87
%0
%32.16

Codes

Color #9395AD in popluar color models

9395AD
RGB147149173
HSL235°13.68%62.75%
HSB/HSV235°15.03%67.84%
CMYK15.03%13.87%0.00%
32.16%

Color #9395AD in popluar number systems.

HEX9395AD
Decimal147149173
Binary100100111001010110101101
Octal223225255

Shades and tints

Shades of #9395AD

#9395AD
(147,149,173)
#86889E
(134,136,158)
#797B8F
(121,123,143)
#6C6E80
(108,110,128)
#5F6171
(95,97,113)
#525462
(82,84,98)
#454753
(69,71,83)
#383A44
(56,58,68)
#2B2D35
(43,45,53)
#1E2026
(30,32,38)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #9395AD

#9395AD
(147,149,173)
#9C9EB4
(156,158,180)
#A5A7BB
(165,167,187)
#AEB0C2
(174,176,194)
#B7B9C9
(183,185,201)
#C0C2D0
(192,194,208)
#C9CBD7
(201,203,215)
#D2D4DE
(210,212,222)
#DBDDE5
(219,221,229)
#E4E6EC
(228,230,236)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9395AD color. Also use rgb(147,149,173) instead hex code.

Text Font Color

.myTextColor { color: #9395AD; }

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

This text font color is #9395AD.


Background Color

.myBgColor { background-color: #9395AD; }

<div style="background-color:#9395AD">Inner text</div>

This div background color is #9395AD.


Border color

.myBorderColor { border: 1px solid #9395AD; }

<div style="border:3px solid #9395AD">Div</div>

This div border color is #9395AD.


Opacity

.myOpacity80 { color: #9395AD; opacity: 0.8; }

<p style="color:#9395AD;opacity:0.8;">80%</p>

Text with #9395AD 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 #9395AD;}

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

This text has shadow with #9395AD color.

.textShadow {text-shadow: 3px 3px 1px #9395AD, 3px 3px 1px red;}

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

This text has shadow with #9395AD primary color and red secondary color.


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

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

This text has shadow with #9395AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9395AD on black background.


Color preview on white background

This text has color #9395AD on white background.



Black color preview on #9395AD background

This text has black color on #9395AD background.


White color preview on #9395AD background

This text has white color on #9395AD background.