COLOR #9E95AD

HEX: #9E95AD RGB: (158,149,173)

Color info

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

RGB color model

#9E95AD color RGB value is (158,149,173).

RGB: (158,149,173) (62%, 58%, 68%)

RGB channels and saturation

R 158 of 255 = 62%
G 149 of 255 = 58%
B 173 of 255 = 68%

158
149
173

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

Portions of RGB colors in percentages

R + G + B = 158 + 149 + 173 = 480 (100%)
R 158 of 480 ~ 32.92%
G 149 of 480 ~ 31.04%
B 173 of 480 ~ 36.04'%

%32.92
%31.04
%36.04

CMYK color model

#9E95AD color CMYK value is (9,14,0,32).

  • cyan value is 8.67%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (9,14,0,32)
C9M14Y0K32 (9%, 14%, 0%, 32%)
(0.09 / 0.14 / 0.00 / 0.32)

CMYK percentages

%8.67
%13.87
%0
%32.16

Codes

Color #9E95AD in popluar color models

9E 95 AD
RGB 158 149 173
HSL 263° 12.77% 63.14%
HSB/HSV 263° 13.87% 67.84%
CMYK 8.67% 13.87% 0.00%
32.16%

Color #9E95AD in popluar number systems.

HEX 9E 95 AD
Decimal 158 149 173
Binary 10011110 10010101 10101101
Octal 236 225 255

Shades and tints

Shades of #9E95AD

#9E95AD
(158,149,173)
#90889E
(144,136,158)
#827B8F
(130,123,143)
#746E80
(116,110,128)
#666171
(102,97,113)
#585462
(88,84,98)
#4A4753
(74,71,83)
#3C3A44
(60,58,68)
#2E2D35
(46,45,53)
#202026
(32,32,38)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #9E95AD

#9E95AD
(158,149,173)
#A69EB4
(166,158,180)
#AEA7BB
(174,167,187)
#B6B0C2
(182,176,194)
#BEB9C9
(190,185,201)
#C6C2D0
(198,194,208)
#CECBD7
(206,203,215)
#D6D4DE
(214,212,222)
#DEDDE5
(222,221,229)
#E6E6EC
(230,230,236)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E95AD color. Also use rgb(158,149,173) instead hex code.

Text Font Color

.myTextColor { color: #9E95AD; }

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

This text font color is #9E95AD.

Background Color

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

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

This div background color is #9E95AD.

Border color

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

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

This div border color is #9E95AD.

Opacity

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

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

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

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

This text has shadow with #9E95AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E95AD.

Preview

Color preview on black background

This text has color #9E95AD on black background.


Color preview on white background

This text has color #9E95AD on white background.


Black color preview on #9E95AD background

This text has black color on #9E95AD background.


White color preview on #9E95AD background

This text has white color on #9E95AD background.


Related colors

Complementary color

Complementary color for #hex is #616A52.


I love getcolorcode.com

Triadic colors

1 #AD9E95 and #95AD9E with #9E95AD are triadic colors.

2 #AD959E and #959EAD with #9E95AD are triadic colors.