COLOR #9E9FC5

HEX: #9E9FC5 RGB: (158,159,197)

Color info

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

RGB color model

#9E9FC5 color RGB value is (158,159,197).

RGB: (158,159,197) (62%, 62%, 77%)

RGB channels and saturation

R 158 of 255 = 62%
G 159 of 255 = 62%
B 197 of 255 = 77%

158
159
197

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

Portions of RGB colors in percentages

R + G + B = 158 + 159 + 197 = 514 (100%)
R 158 of 514 ~ 30.74%
G 159 of 514 ~ 30.93%
B 197 of 514 ~ 38.33'%

%30.74
%30.93
%38.33

CMYK color model

#9E9FC5 color CMYK value is (20,19,0,23).

  • cyan value is 19.80%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (20,19,0,23)
C20M19Y0K23 (20%, 19%, 0%, 23%)
(0.20 / 0.19 / 0.00 / 0.23)

CMYK percentages

%19.8
%19.29
%0
%22.75

Codes

Color #9E9FC5 in popluar color models

9E 9F C5
RGB 158 159 197
HSL 238° 25.16% 69.61%
HSB/HSV 238° 19.80% 77.25%
CMYK 19.80% 19.29% 0.00%
22.75%

Color #9E9FC5 in popluar number systems.

HEX 9E 9F C5
Decimal 158 159 197
Binary 10011110 10011111 11000101
Octal 236 237 305

Shades and tints

Shades of #9E9FC5

#9E9FC5
(158,159,197)
#9091B4
(144,145,180)
#8283A3
(130,131,163)
#747592
(116,117,146)
#666781
(102,103,129)
#585970
(88,89,112)
#4A4B5F
(74,75,95)
#3C3D4E
(60,61,78)
#2E2F3D
(46,47,61)
#20212C
(32,33,44)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #9E9FC5

#9E9FC5
(158,159,197)
#A6A7CA
(166,167,202)
#AEAFCF
(174,175,207)
#B6B7D4
(182,183,212)
#BEBFD9
(190,191,217)
#C6C7DE
(198,199,222)
#CECFE3
(206,207,227)
#D6D7E8
(214,215,232)
#DEDFED
(222,223,237)
#E6E7F2
(230,231,242)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9FC5; }

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

This text font color is #9E9FC5.

Background Color

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

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

This div background color is #9E9FC5.

Border color

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

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

This div border color is #9E9FC5.

Opacity

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

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

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

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

This text has shadow with #9E9FC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9FC5.

Preview

Color preview on black background

This text has color #9E9FC5 on black background.


Color preview on white background

This text has color #9E9FC5 on white background.


Black color preview on #9E9FC5 background

This text has black color on #9E9FC5 background.


White color preview on #9E9FC5 background

This text has white color on #9E9FC5 background.


Related colors

Complementary color

Complementary color for #hex is #61603A.


I love getcolorcode.com

Triadic colors

1 #C59E9F and #9FC59E with #9E9FC5 are triadic colors.

2 #C59F9E and #9F9EC5 with #9E9FC5 are triadic colors.