COLOR #9E9FC6

HEX: #9E9FC6 RGB: (158,159,198)

Color info

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

RGB color model

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

RGB: (158,159,198) (62%, 62%, 78%)

RGB channels and saturation

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

158
159
198

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

Portions of RGB colors in percentages

R + G + B = 158 + 159 + 198 = 515 (100%)
R 158 of 515 ~ 30.68%
G 159 of 515 ~ 30.87%
B 198 of 515 ~ 38.45'%

%30.68
%30.87
%38.45

CMYK color model

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

  • cyan value is 20.20%
  • magenta value is 19.70%
  • 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
%19.7
%0
%22.35

Codes

Color #9E9FC6 in popluar color models

9E 9F C6
RGB 158 159 198
HSL 239° 25.97% 69.80%
HSB/HSV 239° 20.20% 77.65%
CMYK 20.20% 19.70% 0.00%
22.35%

Color #9E9FC6 in popluar number systems.

HEX 9E 9F C6
Decimal 158 159 198
Binary 10011110 10011111 11000110
Octal 236 237 306

Shades and tints

Shades of #9E9FC6

#9E9FC6
(158,159,198)
#9091B4
(144,145,180)
#8283A2
(130,131,162)
#747590
(116,117,144)
#66677E
(102,103,126)
#58596C
(88,89,108)
#4A4B5A
(74,75,90)
#3C3D48
(60,61,72)
#2E2F36
(46,47,54)
#202124
(32,33,36)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #9E9FC6

#9E9FC6
(158,159,198)
#A6A7CB
(166,167,203)
#AEAFD0
(174,175,208)
#B6B7D5
(182,183,213)
#BEBFDA
(190,191,218)
#C6C7DF
(198,199,223)
#CECFE4
(206,207,228)
#D6D7E9
(214,215,233)
#DEDFEE
(222,223,238)
#E6E7F3
(230,231,243)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9FC6; }

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

This text font color is #9E9FC6.

Background Color

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

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

This div background color is #9E9FC6.

Border color

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

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

This div border color is #9E9FC6.

Opacity

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

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

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

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

This text has shadow with #9E9FC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9FC6.

Preview

Color preview on black background

This text has color #9E9FC6 on black background.


Color preview on white background

This text has color #9E9FC6 on white background.


Black color preview on #9E9FC6 background

This text has black color on #9E9FC6 background.


White color preview on #9E9FC6 background

This text has white color on #9E9FC6 background.


Related colors

Complementary color

Complementary color for #hex is #616039.


I love getcolorcode.com

Triadic colors

1 #C69E9F and #9FC69E with #9E9FC6 are triadic colors.

2 #C69F9E and #9F9EC6 with #9E9FC6 are triadic colors.