COLOR #9E91CB

HEX: #9E91CB
RGB: (158,145,203)

Color info

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

RGB color model

#9E91CB color RGB value is (158,145,203).

  • red value is 158;
  • green value is 145;
  • blue value is 203.
RGB:
(158,145,203)
(62%,57%,80%)

RGB channels and saturation

R 158 of 255 = 62%
G 145 of 255 = 57%
B 203 of 255 = 80%

158
145
203

R + G + B ~ 66%. #9E91CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 145 + 203 = 506 (100%)
R 158 of 506 ~ 31.23%
G 145 of 506 ~ 28.66%
B 203 of 506 ~ 40.12%

%31.23
%28.66
%40.12

CMYK color model

#9E91CB color CMYK value is (22,29,0,20).

  • cyan value is 22.17%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(22,29,0,20)
C22M29Y0K20 
(22%,29%,0%,20%)
(0.22/0.29/0.00/0.20)	

CMYK percentages

%22.17
%28.57
%0
%20.39

Codes

Color #9E91CB in popluar color models

9E91CB
RGB158145203
HSL253°35.80%68.24%
HSB/HSV253°28.57%79.61%
CMYK22.17%28.57%0.00%
20.39%

Color #9E91CB in popluar number systems.

HEX9E91CB
Decimal158145203
Binary100111101001000111001011
Octal236221313

Shades and tints

Shades of #9E91CB

#9E91CB
(158,145,203)
#9084B9
(144,132,185)
#8277A7
(130,119,167)
#746A95
(116,106,149)
#665D83
(102,93,131)
#585071
(88,80,113)
#4A435F
(74,67,95)
#3C364D
(60,54,77)
#2E293B
(46,41,59)
#201C29
(32,28,41)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #9E91CB

#9E91CB
(158,145,203)
#A69BCF
(166,155,207)
#AEA5D3
(174,165,211)
#B6AFD7
(182,175,215)
#BEB9DB
(190,185,219)
#C6C3DF
(198,195,223)
#CECDE3
(206,205,227)
#D6D7E7
(214,215,231)
#DEE1EB
(222,225,235)
#E6EBEF
(230,235,239)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E91CB color. Also use rgb(158,145,203) instead hex code.

Text Font Color

.myTextColor { color: #9E91CB; }

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

This text font color is #9E91CB.


Background Color

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

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

This div background color is #9E91CB.


Border color

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

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

This div border color is #9E91CB.


Opacity

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

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

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

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

This text has shadow with #9E91CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E91CB on black background.


Color preview on white background

This text has color #9E91CB on white background.



Black color preview on #9E91CB background

This text has black color on #9E91CB background.


White color preview on #9E91CB background

This text has white color on #9E91CB background.