COLOR #9E87B0

HEX: #9E87B0
RGB: (158,135,176)

Color info

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

RGB color model

#9E87B0 color RGB value is (158,135,176).

  • red value is 158;
  • green value is 135;
  • blue value is 176.
RGB:
(158,135,176)
(62%,53%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 135 of 255 = 53%
B 176 of 255 = 69%

158
135
176

R + G + B ~ 61%. #9E87B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 135 + 176 = 469 (100%)
R 158 of 469 ~ 33.69%
G 135 of 469 ~ 28.78%
B 176 of 469 ~ 37.53%

%33.69
%28.78
%37.53

CMYK color model

#9E87B0 color CMYK value is (10,23,0,31).

  • cyan value is 10.23%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(10,23,0,31)
C10M23Y0K31 
(10%,23%,0%,31%)
(0.10/0.23/0.00/0.31)	

CMYK percentages

%10.23
%23.3
%0
%30.98

Codes

Color #9E87B0 in popluar color models

9E87B0
RGB158135176
HSL274°20.60%60.98%
HSB/HSV274°23.30%69.02%
CMYK10.23%23.30%0.00%
30.98%

Color #9E87B0 in popluar number systems.

HEX9E87B0
Decimal158135176
Binary100111101000011110110000
Octal236207260

Shades and tints

Shades of #9E87B0

#9E87B0
(158,135,176)
#907BA0
(144,123,160)
#826F90
(130,111,144)
#746380
(116,99,128)
#665770
(102,87,112)
#584B60
(88,75,96)
#4A3F50
(74,63,80)
#3C3340
(60,51,64)
#2E2730
(46,39,48)
#201B20
(32,27,32)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #9E87B0

#9E87B0
(158,135,176)
#A691B7
(166,145,183)
#AE9BBE
(174,155,190)
#B6A5C5
(182,165,197)
#BEAFCC
(190,175,204)
#C6B9D3
(198,185,211)
#CEC3DA
(206,195,218)
#D6CDE1
(214,205,225)
#DED7E8
(222,215,232)
#E6E1EF
(230,225,239)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E87B0 color. Also use rgb(158,135,176) instead hex code.

Text Font Color

.myTextColor { color: #9E87B0; }

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

This text font color is #9E87B0.


Background Color

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

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

This div background color is #9E87B0.


Border color

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

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

This div border color is #9E87B0.


Opacity

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

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

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

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

This text has shadow with #9E87B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E87B0 on black background.


Color preview on white background

This text has color #9E87B0 on white background.



Black color preview on #9E87B0 background

This text has black color on #9E87B0 background.


White color preview on #9E87B0 background

This text has white color on #9E87B0 background.