COLOR #9E9CC1

HEX: #9E9CC1
RGB: (158,156,193)

Color info

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

RGB color model

#9E9CC1 color RGB value is (158,156,193).

  • red value is 158;
  • green value is 156;
  • blue value is 193.
RGB:
(158,156,193)
(62%,61%,76%)

RGB channels and saturation

R 158 of 255 = 62%
G 156 of 255 = 61%
B 193 of 255 = 76%

158
156
193

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

Portions of RGB colors in percentages

R + G + B =
158 + 156 + 193 = 507 (100%)
R 158 of 507 ~ 31.16%
G 156 of 507 ~ 30.77%
B 193 of 507 ~ 38.07%

%31.16
%30.77
%38.07

CMYK color model

#9E9CC1 color CMYK value is (18,19,0,24).

  • cyan value is 18.13%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(18,19,0,24)
C18M19Y0K24 
(18%,19%,0%,24%)
(0.18/0.19/0.00/0.24)	

CMYK percentages

%18.13
%19.17
%0
%24.31

Codes

Color #9E9CC1 in popluar color models

9E9CC1
RGB158156193
HSL243°22.98%68.43%
HSB/HSV243°19.17%75.69%
CMYK18.13%19.17%0.00%
24.31%

Color #9E9CC1 in popluar number systems.

HEX9E9CC1
Decimal158156193
Binary100111101001110011000001
Octal236234301

Shades and tints

Shades of #9E9CC1

#9E9CC1
(158,156,193)
#908EB0
(144,142,176)
#82809F
(130,128,159)
#74728E
(116,114,142)
#66647D
(102,100,125)
#58566C
(88,86,108)
#4A485B
(74,72,91)
#3C3A4A
(60,58,74)
#2E2C39
(46,44,57)
#201E28
(32,30,40)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #9E9CC1

#9E9CC1
(158,156,193)
#A6A5C6
(166,165,198)
#AEAECB
(174,174,203)
#B6B7D0
(182,183,208)
#BEC0D5
(190,192,213)
#C6C9DA
(198,201,218)
#CED2DF
(206,210,223)
#D6DBE4
(214,219,228)
#DEE4E9
(222,228,233)
#E6EDEE
(230,237,238)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9CC1 color. Also use rgb(158,156,193) instead hex code.

Text Font Color

.myTextColor { color: #9E9CC1; }

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

This text font color is #9E9CC1.


Background Color

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

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

This div background color is #9E9CC1.


Border color

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

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

This div border color is #9E9CC1.


Opacity

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

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

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

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

This text has shadow with #9E9CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9CC1 on black background.


Color preview on white background

This text has color #9E9CC1 on white background.



Black color preview on #9E9CC1 background

This text has black color on #9E9CC1 background.


White color preview on #9E9CC1 background

This text has white color on #9E9CC1 background.