COLOR #9488AC

HEX: #9488AC
RGB: (148,136,172)

Color info

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

RGB color model

#9488AC color RGB value is (148,136,172).

  • red value is 148;
  • green value is 136;
  • blue value is 172.
RGB:
(148,136,172)
(58%,53%,67%)

RGB channels and saturation

R 148 of 255 = 58%
G 136 of 255 = 53%
B 172 of 255 = 67%

148
136
172

R + G + B ~ 59%. #9488AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 136 + 172 = 456 (100%)
R 148 of 456 ~ 32.46%
G 136 of 456 ~ 29.82%
B 172 of 456 ~ 37.72%

%32.46
%29.82
%37.72

CMYK color model

#9488AC color CMYK value is (14,21,0,33).

  • cyan value is 13.95%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(14,21,0,33)
C14M21Y0K33 
(14%,21%,0%,33%)
(0.14/0.21/0.00/0.33)	

CMYK percentages

%13.95
%20.93
%0
%32.55

Codes

Color #9488AC in popluar color models

9488AC
RGB148136172
HSL260°17.82%60.39%
HSB/HSV260°20.93%67.45%
CMYK13.95%20.93%0.00%
32.55%

Color #9488AC in popluar number systems.

HEX9488AC
Decimal148136172
Binary100101001000100010101100
Octal224210254

Shades and tints

Shades of #9488AC

#9488AC
(148,136,172)
#877C9D
(135,124,157)
#7A708E
(122,112,142)
#6D647F
(109,100,127)
#605870
(96,88,112)
#534C61
(83,76,97)
#464052
(70,64,82)
#393443
(57,52,67)
#2C2834
(44,40,52)
#1F1C25
(31,28,37)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #9488AC

#9488AC
(148,136,172)
#9D92B3
(157,146,179)
#A69CBA
(166,156,186)
#AFA6C1
(175,166,193)
#B8B0C8
(184,176,200)
#C1BACF
(193,186,207)
#CAC4D6
(202,196,214)
#D3CEDD
(211,206,221)
#DCD8E4
(220,216,228)
#E5E2EB
(229,226,235)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9488AC color. Also use rgb(148,136,172) instead hex code.

Text Font Color

.myTextColor { color: #9488AC; }

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

This text font color is #9488AC.


Background Color

.myBgColor { background-color: #9488AC; }

<div style="background-color:#9488AC">Inner text</div>

This div background color is #9488AC.


Border color

.myBorderColor { border: 1px solid #9488AC; }

<div style="border:3px solid #9488AC">Div</div>

This div border color is #9488AC.


Opacity

.myOpacity80 { color: #9488AC; opacity: 0.8; }

<p style="color:#9488AC;opacity:0.8;">80%</p>

Text with #9488AC 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 #9488AC;}

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

This text has shadow with #9488AC color.

.textShadow {text-shadow: 3px 3px 1px #9488AC, 3px 3px 1px red;}

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

This text has shadow with #9488AC primary color and red secondary color.


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

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

This text has shadow with #9488AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9488AC on black background.


Color preview on white background

This text has color #9488AC on white background.



Black color preview on #9488AC background

This text has black color on #9488AC background.


White color preview on #9488AC background

This text has white color on #9488AC background.