COLOR #9E85DB

HEX: #9E85DB
RGB: (158,133,219)

Color info

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

RGB color model

#9E85DB color RGB value is (158,133,219).

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

RGB channels and saturation

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

158
133
219

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

Portions of RGB colors in percentages

R + G + B =
158 + 133 + 219 = 510 (100%)
R 158 of 510 ~ 30.98%
G 133 of 510 ~ 26.08%
B 219 of 510 ~ 42.94%

%30.98
%26.08
%42.94

CMYK color model

#9E85DB color CMYK value is (28,39,0,14).

  • cyan value is 27.85%
  • magenta value is 39.27%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(28,39,0,14)
C28M39Y0K14 
(28%,39%,0%,14%)
(0.28/0.39/0.00/0.14)	

CMYK percentages

%27.85
%39.27
%0
%14.12

Codes

Color #9E85DB in popluar color models

9E85DB
RGB158133219
HSL257°54.43%69.02%
HSB/HSV257°39.27%85.88%
CMYK27.85%39.27%0.00%
14.12%

Color #9E85DB in popluar number systems.

HEX9E85DB
Decimal158133219
Binary100111101000010111011011
Octal236205333

Shades and tints

Shades of #9E85DB

#9E85DB
(158,133,219)
#9079C8
(144,121,200)
#826DB5
(130,109,181)
#7461A2
(116,97,162)
#66558F
(102,85,143)
#58497C
(88,73,124)
#4A3D69
(74,61,105)
#3C3156
(60,49,86)
#2E2543
(46,37,67)
#201930
(32,25,48)
#120D1D
(18,13,29)
#000000
(0,0,0)

Tints of #9E85DB

#9E85DB
(158,133,219)
#A690DE
(166,144,222)
#AE9BE1
(174,155,225)
#B6A6E4
(182,166,228)
#BEB1E7
(190,177,231)
#C6BCEA
(198,188,234)
#CEC7ED
(206,199,237)
#D6D2F0
(214,210,240)
#DEDDF3
(222,221,243)
#E6E8F6
(230,232,246)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E85DB; }

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

This text font color is #9E85DB.


Background Color

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

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

This div background color is #9E85DB.


Border color

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

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

This div border color is #9E85DB.


Opacity

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

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

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

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

This text has shadow with #9E85DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E85DB on black background.


Color preview on white background

This text has color #9E85DB on white background.



Black color preview on #9E85DB background

This text has black color on #9E85DB background.


White color preview on #9E85DB background

This text has white color on #9E85DB background.