COLOR #9E89BF

HEX: #9E89BF
RGB: (158,137,191)

Color info

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

RGB color model

#9E89BF color RGB value is (158,137,191).

  • red value is 158;
  • green value is 137;
  • blue value is 191.
RGB:
(158,137,191)
(62%,54%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 137 of 255 = 54%
B 191 of 255 = 75%

158
137
191

R + G + B ~ 64%. #9E89BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 137 + 191 = 486 (100%)
R 158 of 486 ~ 32.51%
G 137 of 486 ~ 28.19%
B 191 of 486 ~ 39.3%

%32.51
%28.19
%39.3

CMYK color model

#9E89BF color CMYK value is (17,28,0,25).

  • cyan value is 17.28%
  • magenta value is 28.27%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(17,28,0,25)
C17M28Y0K25 
(17%,28%,0%,25%)
(0.17/0.28/0.00/0.25)	

CMYK percentages

%17.28
%28.27
%0
%25.1

Codes

Color #9E89BF in popluar color models

9E89BF
RGB158137191
HSL263°29.67%64.31%
HSB/HSV263°28.27%74.90%
CMYK17.28%28.27%0.00%
25.10%

Color #9E89BF in popluar number systems.

HEX9E89BF
Decimal158137191
Binary100111101000100110111111
Octal236211277

Shades and tints

Shades of #9E89BF

#9E89BF
(158,137,191)
#907DAE
(144,125,174)
#82719D
(130,113,157)
#74658C
(116,101,140)
#66597B
(102,89,123)
#584D6A
(88,77,106)
#4A4159
(74,65,89)
#3C3548
(60,53,72)
#2E2937
(46,41,55)
#201D26
(32,29,38)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #9E89BF

#9E89BF
(158,137,191)
#A693C4
(166,147,196)
#AE9DC9
(174,157,201)
#B6A7CE
(182,167,206)
#BEB1D3
(190,177,211)
#C6BBD8
(198,187,216)
#CEC5DD
(206,197,221)
#D6CFE2
(214,207,226)
#DED9E7
(222,217,231)
#E6E3EC
(230,227,236)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E89BF color. Also use rgb(158,137,191) instead hex code.

Text Font Color

.myTextColor { color: #9E89BF; }

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

This text font color is #9E89BF.


Background Color

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

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

This div background color is #9E89BF.


Border color

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

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

This div border color is #9E89BF.


Opacity

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

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

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

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

This text has shadow with #9E89BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E89BF on black background.


Color preview on white background

This text has color #9E89BF on white background.



Black color preview on #9E89BF background

This text has black color on #9E89BF background.


White color preview on #9E89BF background

This text has white color on #9E89BF background.