COLOR #9E92AF

HEX: #9E92AF
RGB: (158,146,175)

Color info

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

RGB color model

#9E92AF color RGB value is (158,146,175).

  • red value is 158;
  • green value is 146;
  • blue value is 175.
RGB:
(158,146,175)
(62%,57%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 146 of 255 = 57%
B 175 of 255 = 69%

158
146
175

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

Portions of RGB colors in percentages

R + G + B =
158 + 146 + 175 = 479 (100%)
R 158 of 479 ~ 32.99%
G 146 of 479 ~ 30.48%
B 175 of 479 ~ 36.53%

%32.99
%30.48
%36.53

CMYK color model

#9E92AF color CMYK value is (10,17,0,31).

  • cyan value is 9.71%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(10,17,0,31)
C10M17Y0K31 
(10%,17%,0%,31%)
(0.10/0.17/0.00/0.31)	

CMYK percentages

%9.71
%16.57
%0
%31.37

Codes

Color #9E92AF in popluar color models

9E92AF
RGB158146175
HSL265°15.34%62.94%
HSB/HSV265°16.57%68.63%
CMYK9.71%16.57%0.00%
31.37%

Color #9E92AF in popluar number systems.

HEX9E92AF
Decimal158146175
Binary100111101001001010101111
Octal236222257

Shades and tints

Shades of #9E92AF

#9E92AF
(158,146,175)
#9085A0
(144,133,160)
#827891
(130,120,145)
#746B82
(116,107,130)
#665E73
(102,94,115)
#585164
(88,81,100)
#4A4455
(74,68,85)
#3C3746
(60,55,70)
#2E2A37
(46,42,55)
#201D28
(32,29,40)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #9E92AF

#9E92AF
(158,146,175)
#A69BB6
(166,155,182)
#AEA4BD
(174,164,189)
#B6ADC4
(182,173,196)
#BEB6CB
(190,182,203)
#C6BFD2
(198,191,210)
#CEC8D9
(206,200,217)
#D6D1E0
(214,209,224)
#DEDAE7
(222,218,231)
#E6E3EE
(230,227,238)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E92AF color. Also use rgb(158,146,175) instead hex code.

Text Font Color

.myTextColor { color: #9E92AF; }

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

This text font color is #9E92AF.


Background Color

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

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

This div background color is #9E92AF.


Border color

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

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

This div border color is #9E92AF.


Opacity

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

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

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

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

This text has shadow with #9E92AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E92AF on black background.


Color preview on white background

This text has color #9E92AF on white background.



Black color preview on #9E92AF background

This text has black color on #9E92AF background.


White color preview on #9E92AF background

This text has white color on #9E92AF background.