COLOR #9E88BA

HEX: #9E88BA
RGB: (158,136,186)

Color info

#9E88BA contains red, green and blue colors in about the same proportion. Web safe color of #9E88BA is #9999CC (or #99C).

RGB color model

#9E88BA color RGB value is (158,136,186).

  • red value is 158;
  • green value is 136;
  • blue value is 186.
RGB:
(158,136,186)
(62%,53%,73%)

RGB channels and saturation

R 158 of 255 = 62%
G 136 of 255 = 53%
B 186 of 255 = 73%

158
136
186

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

Portions of RGB colors in percentages

R + G + B =
158 + 136 + 186 = 480 (100%)
R 158 of 480 ~ 32.92%
G 136 of 480 ~ 28.33%
B 186 of 480 ~ 38.75%

%32.92
%28.33
%38.75

CMYK color model

#9E88BA color CMYK value is (15,27,0,27).

  • cyan value is 15.05%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(15,27,0,27)
C15M27Y0K27 
(15%,27%,0%,27%)
(0.15/0.27/0.00/0.27)	

CMYK percentages

%15.05
%26.88
%0
%27.06

Codes

Color #9E88BA in popluar color models

9E88BA
RGB158136186
HSL266°26.60%63.14%
HSB/HSV266°26.88%72.94%
CMYK15.05%26.88%0.00%
27.06%

Color #9E88BA in popluar number systems.

HEX9E88BA
Decimal158136186
Binary100111101000100010111010
Octal236210272

Shades and tints

Shades of #9E88BA

#9E88BA
(158,136,186)
#907CAA
(144,124,170)
#82709A
(130,112,154)
#74648A
(116,100,138)
#66587A
(102,88,122)
#584C6A
(88,76,106)
#4A405A
(74,64,90)
#3C344A
(60,52,74)
#2E283A
(46,40,58)
#201C2A
(32,28,42)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #9E88BA

#9E88BA
(158,136,186)
#A692C0
(166,146,192)
#AE9CC6
(174,156,198)
#B6A6CC
(182,166,204)
#BEB0D2
(190,176,210)
#C6BAD8
(198,186,216)
#CEC4DE
(206,196,222)
#D6CEE4
(214,206,228)
#DED8EA
(222,216,234)
#E6E2F0
(230,226,240)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E88BA color. Also use rgb(158,136,186) instead hex code.

Text Font Color

.myTextColor { color: #9E88BA; }

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

This text font color is #9E88BA.


Background Color

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

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

This div background color is #9E88BA.


Border color

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

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

This div border color is #9E88BA.


Opacity

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

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

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

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

This text has shadow with #9E88BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E88BA on black background.


Color preview on white background

This text has color #9E88BA on white background.



Black color preview on #9E88BA background

This text has black color on #9E88BA background.


White color preview on #9E88BA background

This text has white color on #9E88BA background.