COLOR #9E9FCD

HEX: #9E9FCD
RGB: (158,159,205)

Color info

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

RGB color model

#9E9FCD color RGB value is (158,159,205).

  • red value is 158;
  • green value is 159;
  • blue value is 205.
RGB:
(158,159,205)
(62%,62%,80%)

RGB channels and saturation

R 158 of 255 = 62%
G 159 of 255 = 62%
B 205 of 255 = 80%

158
159
205

R + G + B ~ 68%. #9E9FCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 159 + 205 = 522 (100%)
R 158 of 522 ~ 30.27%
G 159 of 522 ~ 30.46%
B 205 of 522 ~ 39.27%

%30.27
%30.46
%39.27

CMYK color model

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

  • cyan value is 22.93%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(23,22,0,20)
C23M22Y0K20 
(23%,22%,0%,20%)
(0.23/0.22/0.00/0.20)	

CMYK percentages

%22.93
%22.44
%0
%19.61

Codes

Color #9E9FCD in popluar color models

9E9FCD
RGB158159205
HSL239°31.97%71.18%
HSB/HSV239°22.93%80.39%
CMYK22.93%22.44%0.00%
19.61%

Color #9E9FCD in popluar number systems.

HEX9E9FCD
Decimal158159205
Binary100111101001111111001101
Octal236237315

Shades and tints

Shades of #9E9FCD

#9E9FCD
(158,159,205)
#9091BB
(144,145,187)
#8283A9
(130,131,169)
#747597
(116,117,151)
#666785
(102,103,133)
#585973
(88,89,115)
#4A4B61
(74,75,97)
#3C3D4F
(60,61,79)
#2E2F3D
(46,47,61)
#20212B
(32,33,43)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #9E9FCD

#9E9FCD
(158,159,205)
#A6A7D1
(166,167,209)
#AEAFD5
(174,175,213)
#B6B7D9
(182,183,217)
#BEBFDD
(190,191,221)
#C6C7E1
(198,199,225)
#CECFE5
(206,207,229)
#D6D7E9
(214,215,233)
#DEDFED
(222,223,237)
#E6E7F1
(230,231,241)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9FCD; }

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

This text font color is #9E9FCD.


Background Color

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

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

This div background color is #9E9FCD.


Border color

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

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

This div border color is #9E9FCD.


Opacity

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

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

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

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

This text has shadow with #9E9FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9FCD on black background.


Color preview on white background

This text has color #9E9FCD on white background.



Black color preview on #9E9FCD background

This text has black color on #9E9FCD background.


White color preview on #9E9FCD background

This text has white color on #9E9FCD background.