COLOR #9E9EC6

HEX: #9E9EC6
RGB: (158,158,198)

Color info

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

RGB color model

#9E9EC6 color RGB value is (158,158,198).

  • red value is 158;
  • green value is 158;
  • blue value is 198.
RGB:
(158,158,198)
(62%,62%,78%)

RGB channels and saturation

R 158 of 255 = 62%
G 158 of 255 = 62%
B 198 of 255 = 78%

158
158
198

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

Portions of RGB colors in percentages

R + G + B =
158 + 158 + 198 = 514 (100%)
R 158 of 514 ~ 30.74%
G 158 of 514 ~ 30.74%
B 198 of 514 ~ 38.52%

%30.74
%30.74
%38.52

CMYK color model

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

  • cyan value is 20.20%
  • magenta value is 20.20%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(20,20,0,22)
C20M20Y0K22 
(20%,20%,0%,22%)
(0.20/0.20/0.00/0.22)	

CMYK percentages

%20.2
%20.2
%0
%22.35

Codes

Color #9E9EC6 in popluar color models

9E9EC6
RGB158158198
HSL240°25.97%69.80%
HSB/HSV240°20.20%77.65%
CMYK20.20%20.20%0.00%
22.35%

Color #9E9EC6 in popluar number systems.

HEX9E9EC6
Decimal158158198
Binary100111101001111011000110
Octal236236306

Shades and tints

Shades of #9E9EC6

#9E9EC6
(158,158,198)
#9090B4
(144,144,180)
#8282A2
(130,130,162)
#747490
(116,116,144)
#66667E
(102,102,126)
#58586C
(88,88,108)
#4A4A5A
(74,74,90)
#3C3C48
(60,60,72)
#2E2E36
(46,46,54)
#202024
(32,32,36)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #9E9EC6

#9E9EC6
(158,158,198)
#A6A6CB
(166,166,203)
#AEAED0
(174,174,208)
#B6B6D5
(182,182,213)
#BEBEDA
(190,190,218)
#C6C6DF
(198,198,223)
#CECEE4
(206,206,228)
#D6D6E9
(214,214,233)
#DEDEEE
(222,222,238)
#E6E6F3
(230,230,243)
#EEEEF8
(238,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9EC6; }

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

This text font color is #9E9EC6.


Background Color

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

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

This div background color is #9E9EC6.


Border color

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

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

This div border color is #9E9EC6.


Opacity

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

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

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

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

This text has shadow with #9E9EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9EC6 on black background.


Color preview on white background

This text has color #9E9EC6 on white background.



Black color preview on #9E9EC6 background

This text has black color on #9E9EC6 background.


White color preview on #9E9EC6 background

This text has white color on #9E9EC6 background.