COLOR #9E85BF

HEX: #9E85BF
RGB: (158,133,191)

Color info

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

RGB color model

#9E85BF color RGB value is (158,133,191).

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

RGB channels and saturation

R 158 of 255 = 62%
G 133 of 255 = 52%
B 191 of 255 = 75%

158
133
191

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

Portions of RGB colors in percentages

R + G + B =
158 + 133 + 191 = 482 (100%)
R 158 of 482 ~ 32.78%
G 133 of 482 ~ 27.59%
B 191 of 482 ~ 39.63%

%32.78
%27.59
%39.63

CMYK color model

#9E85BF color CMYK value is (17,30,0,25).

  • cyan value is 17.28%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(17,30,0,25)
C17M30Y0K25 
(17%,30%,0%,25%)
(0.17/0.30/0.00/0.25)	

CMYK percentages

%17.28
%30.37
%0
%25.1

Codes

Color #9E85BF in popluar color models

9E85BF
RGB158133191
HSL266°31.18%63.53%
HSB/HSV266°30.37%74.90%
CMYK17.28%30.37%0.00%
25.10%

Color #9E85BF in popluar number systems.

HEX9E85BF
Decimal158133191
Binary100111101000010110111111
Octal236205277

Shades and tints

Shades of #9E85BF

#9E85BF
(158,133,191)
#9079AE
(144,121,174)
#826D9D
(130,109,157)
#74618C
(116,97,140)
#66557B
(102,85,123)
#58496A
(88,73,106)
#4A3D59
(74,61,89)
#3C3148
(60,49,72)
#2E2537
(46,37,55)
#201926
(32,25,38)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #9E85BF

#9E85BF
(158,133,191)
#A690C4
(166,144,196)
#AE9BC9
(174,155,201)
#B6A6CE
(182,166,206)
#BEB1D3
(190,177,211)
#C6BCD8
(198,188,216)
#CEC7DD
(206,199,221)
#D6D2E2
(214,210,226)
#DEDDE7
(222,221,231)
#E6E8EC
(230,232,236)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E85BF; }

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

This text font color is #9E85BF.


Background Color

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

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

This div background color is #9E85BF.


Border color

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

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

This div border color is #9E85BF.


Opacity

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

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

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

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

This text has shadow with #9E85BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E85BF on black background.


Color preview on white background

This text has color #9E85BF on white background.



Black color preview on #9E85BF background

This text has black color on #9E85BF background.


White color preview on #9E85BF background

This text has white color on #9E85BF background.