COLOR #9E94AA

HEX: #9E94AA RGB: (158,148,170)

Color info

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

RGB color model

#9E94AA color RGB value is (158,148,170).

RGB: (158,148,170) (62%, 58%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 148 of 255 = 58%
B 170 of 255 = 67%

158
148
170

R + G + B ~ 62%. #9E94AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 148 + 170 = 476 (100%)
R 158 of 476 ~ 33.19%
G 148 of 476 ~ 31.09%
B 170 of 476 ~ 35.71'%

%33.19
%31.09
%35.71

CMYK color model

#9E94AA color CMYK value is (7,13,0,33).

  • cyan value is 7.06%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (7,13,0,33) C7M13Y0K33 (7%,13%,0%,33%) (0.07/0.13/0.00/0.33) 

CMYK percentages

%7.06
%12.94
%0
%33.33

Codes

Color #9E94AA in popluar color models

9E 94 AA
RGB 158 148 170
HSL 267° 11.46% 62.35%
HSB/HSV 267° 12.94% 66.67%
CMYK 7.06% 12.94% 0.00%
33.33%

Color #9E94AA in popluar number systems.

HEX 9E 94 AA
Decimal 158 148 170
Binary 10011110 10010100 10101010
Octal 236 224 252

Shades and tints

Shades of #9E94AA

#9E94AA
(158,148,170)
#90879B
(144,135,155)
#827A8C
(130,122,140)
#746D7D
(116,109,125)
#66606E
(102,96,110)
#58535F
(88,83,95)
#4A4650
(74,70,80)
#3C3941
(60,57,65)
#2E2C32
(46,44,50)
#201F23
(32,31,35)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #9E94AA

#9E94AA
(158,148,170)
#A69DB1
(166,157,177)
#AEA6B8
(174,166,184)
#B6AFBF
(182,175,191)
#BEB8C6
(190,184,198)
#C6C1CD
(198,193,205)
#CECAD4
(206,202,212)
#D6D3DB
(214,211,219)
#DEDCE2
(222,220,226)
#E6E5E9
(230,229,233)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E94AA color. Also use rgb(158,148,170) instead hex code.

Text Font Color

.myTextColor { color: #9E94AA; }

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

This text font color is #9E94AA.

Background Color

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

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

This div background color is #9E94AA.

Border color

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

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

This div border color is #9E94AA.

Opacity

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

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

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

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

This text has shadow with #9E94AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E94AA.

Preview

Color preview on black background

This text has color #9E94AA on black background.


Color preview on white background

This text has color #9E94AA on white background.


Black color preview on #9E94AA background

This text has black color on #9E94AA background.


White color preview on #9E94AA background

This text has white color on #9E94AA background.


Related colors

Complementary color

Complementary color for #hex is #616B55.


I love getcolorcode.com

Triadic colors

1 #AA9E94 and #94AA9E with #9E94AA are triadic colors.

2 #AA949E and #949EAA with #9E94AA are triadic colors.