COLOR #9E97AC

HEX: #9E97AC
RGB: (158,151,172)

Color info

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

RGB color model

#9E97AC color RGB value is (158,151,172).

  • red value is 158;
  • green value is 151;
  • blue value is 172.
RGB:
(158,151,172)
(62%,59%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 151 of 255 = 59%
B 172 of 255 = 67%

158
151
172

R + G + B ~ 63%. #9E97AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 151 + 172 = 481 (100%)
R 158 of 481 ~ 32.85%
G 151 of 481 ~ 31.39%
B 172 of 481 ~ 35.76%

%32.85
%31.39
%35.76

CMYK color model

#9E97AC color CMYK value is (8,12,0,33).

  • cyan value is 8.14%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(8,12,0,33)
C8M12Y0K33 
(8%,12%,0%,33%)
(0.08/0.12/0.00/0.33)	

CMYK percentages

%8.14
%12.21
%0
%32.55

Codes

Color #9E97AC in popluar color models

9E97AC
RGB158151172
HSL260°11.23%63.33%
HSB/HSV260°12.21%67.45%
CMYK8.14%12.21%0.00%
32.55%

Color #9E97AC in popluar number systems.

HEX9E97AC
Decimal158151172
Binary100111101001011110101100
Octal236227254

Shades and tints

Shades of #9E97AC

#9E97AC
(158,151,172)
#908A9D
(144,138,157)
#827D8E
(130,125,142)
#74707F
(116,112,127)
#666370
(102,99,112)
#585661
(88,86,97)
#4A4952
(74,73,82)
#3C3C43
(60,60,67)
#2E2F34
(46,47,52)
#202225
(32,34,37)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #9E97AC

#9E97AC
(158,151,172)
#A6A0B3
(166,160,179)
#AEA9BA
(174,169,186)
#B6B2C1
(182,178,193)
#BEBBC8
(190,187,200)
#C6C4CF
(198,196,207)
#CECDD6
(206,205,214)
#D6D6DD
(214,214,221)
#DEDFE4
(222,223,228)
#E6E8EB
(230,232,235)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E97AC color. Also use rgb(158,151,172) instead hex code.

Text Font Color

.myTextColor { color: #9E97AC; }

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

This text font color is #9E97AC.


Background Color

.myBgColor { background-color: #9E97AC; }

<div style="background-color:#9E97AC">Inner text</div>

This div background color is #9E97AC.


Border color

.myBorderColor { border: 1px solid #9E97AC; }

<div style="border:3px solid #9E97AC">Div</div>

This div border color is #9E97AC.


Opacity

.myOpacity80 { color: #9E97AC; opacity: 0.8; }

<p style="color:#9E97AC;opacity:0.8;">80%</p>

Text with #9E97AC 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 #9E97AC;}

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

This text has shadow with #9E97AC color.

.textShadow {text-shadow: 3px 3px 1px #9E97AC, 3px 3px 1px red;}

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

This text has shadow with #9E97AC primary color and red secondary color.


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

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

This text has shadow with #9E97AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E97AC on black background.


Color preview on white background

This text has color #9E97AC on white background.



Black color preview on #9E97AC background

This text has black color on #9E97AC background.


White color preview on #9E97AC background

This text has white color on #9E97AC background.