COLOR #9E85DC

HEX: #9E85DC
RGB: (158,133,220)

Color info

#9E85DC contains mainly blue color. Web safe color of #9E85DC is #9999CC (or #99C).

RGB color model

#9E85DC color RGB value is (158,133,220).

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

RGB channels and saturation

R 158 of 255 = 62%
G 133 of 255 = 52%
B 220 of 255 = 86%

158
133
220

R + G + B ~ 67%. #9E85DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 133 + 220 = 511 (100%)
R 158 of 511 ~ 30.92%
G 133 of 511 ~ 26.03%
B 220 of 511 ~ 43.05%

%30.92
%26.03
%43.05

CMYK color model

#9E85DC color CMYK value is (28,40,0,14).

  • cyan value is 28.18%
  • magenta value is 39.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(28,40,0,14)
C28M40Y0K14 
(28%,40%,0%,14%)
(0.28/0.40/0.00/0.14)	

CMYK percentages

%28.18
%39.55
%0
%13.73

Codes

Color #9E85DC in popluar color models

9E85DC
RGB158133220
HSL257°55.41%69.22%
HSB/HSV257°39.55%86.27%
CMYK28.18%39.55%0.00%
13.73%

Color #9E85DC in popluar number systems.

HEX9E85DC
Decimal158133220
Binary100111101000010111011100
Octal236205334

Shades and tints

Shades of #9E85DC

#9E85DC
(158,133,220)
#9079C8
(144,121,200)
#826DB4
(130,109,180)
#7461A0
(116,97,160)
#66558C
(102,85,140)
#584978
(88,73,120)
#4A3D64
(74,61,100)
#3C3150
(60,49,80)
#2E253C
(46,37,60)
#201928
(32,25,40)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #9E85DC

#9E85DC
(158,133,220)
#A690DF
(166,144,223)
#AE9BE2
(174,155,226)
#B6A6E5
(182,166,229)
#BEB1E8
(190,177,232)
#C6BCEB
(198,188,235)
#CEC7EE
(206,199,238)
#D6D2F1
(214,210,241)
#DEDDF4
(222,221,244)
#E6E8F7
(230,232,247)
#EEF3FA
(238,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E85DC; }

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

This text font color is #9E85DC.


Background Color

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

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

This div background color is #9E85DC.


Border color

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

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

This div border color is #9E85DC.


Opacity

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

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

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

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

This text has shadow with #9E85DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E85DC on black background.


Color preview on white background

This text has color #9E85DC on white background.



Black color preview on #9E85DC background

This text has black color on #9E85DC background.


White color preview on #9E85DC background

This text has white color on #9E85DC background.