COLOR #9E81AB

HEX: #9E81AB
RGB: (158,129,171)

Color info

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

RGB color model

#9E81AB color RGB value is (158,129,171).

  • red value is 158;
  • green value is 129;
  • blue value is 171.
RGB:
(158,129,171)
(62%,51%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 129 of 255 = 51%
B 171 of 255 = 67%

158
129
171

R + G + B ~ 60%. #9E81AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 129 + 171 = 458 (100%)
R 158 of 458 ~ 34.5%
G 129 of 458 ~ 28.17%
B 171 of 458 ~ 37.34%

%34.5
%28.17
%37.34

CMYK color model

#9E81AB color CMYK value is (8,25,0,33).

  • cyan value is 7.60%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(8,25,0,33)
C8M25Y0K33 
(8%,25%,0%,33%)
(0.08/0.25/0.00/0.33)	

CMYK percentages

%7.6
%24.56
%0
%32.94

Codes

Color #9E81AB in popluar color models

9E81AB
RGB158129171
HSL281°20.00%58.82%
HSB/HSV281°24.56%67.06%
CMYK7.60%24.56%0.00%
32.94%

Color #9E81AB in popluar number systems.

HEX9E81AB
Decimal158129171
Binary100111101000000110101011
Octal236201253

Shades and tints

Shades of #9E81AB

#9E81AB
(158,129,171)
#90769C
(144,118,156)
#826B8D
(130,107,141)
#74607E
(116,96,126)
#66556F
(102,85,111)
#584A60
(88,74,96)
#4A3F51
(74,63,81)
#3C3442
(60,52,66)
#2E2933
(46,41,51)
#201E24
(32,30,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #9E81AB

#9E81AB
(158,129,171)
#A68CB2
(166,140,178)
#AE97B9
(174,151,185)
#B6A2C0
(182,162,192)
#BEADC7
(190,173,199)
#C6B8CE
(198,184,206)
#CEC3D5
(206,195,213)
#D6CEDC
(214,206,220)
#DED9E3
(222,217,227)
#E6E4EA
(230,228,234)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E81AB color. Also use rgb(158,129,171) instead hex code.

Text Font Color

.myTextColor { color: #9E81AB; }

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

This text font color is #9E81AB.


Background Color

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

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

This div background color is #9E81AB.


Border color

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

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

This div border color is #9E81AB.


Opacity

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

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

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

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

This text has shadow with #9E81AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E81AB on black background.


Color preview on white background

This text has color #9E81AB on white background.



Black color preview on #9E81AB background

This text has black color on #9E81AB background.


White color preview on #9E81AB background

This text has white color on #9E81AB background.