COLOR #9E9DC5

HEX: #9E9DC5
RGB: (158,157,197)

Color info

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

RGB color model

#9E9DC5 color RGB value is (158,157,197).

  • red value is 158;
  • green value is 157;
  • blue value is 197.
RGB:
(158,157,197)
(62%,62%,77%)

RGB channels and saturation

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

158
157
197

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

Portions of RGB colors in percentages

R + G + B =
158 + 157 + 197 = 512 (100%)
R 158 of 512 ~ 30.86%
G 157 of 512 ~ 30.66%
B 197 of 512 ~ 38.48%

%30.86
%30.66
%38.48

CMYK color model

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

  • cyan value is 19.80%
  • magenta value is 20.30%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(20,20,0,23)
C20M20Y0K23 
(20%,20%,0%,23%)
(0.20/0.20/0.00/0.23)	

CMYK percentages

%19.8
%20.3
%0
%22.75

Codes

Color #9E9DC5 in popluar color models

9E9DC5
RGB158157197
HSL242°25.64%69.41%
HSB/HSV242°20.30%77.25%
CMYK19.80%20.30%0.00%
22.75%

Color #9E9DC5 in popluar number systems.

HEX9E9DC5
Decimal158157197
Binary100111101001110111000101
Octal236235305

Shades and tints

Shades of #9E9DC5

#9E9DC5
(158,157,197)
#908FB4
(144,143,180)
#8281A3
(130,129,163)
#747392
(116,115,146)
#666581
(102,101,129)
#585770
(88,87,112)
#4A495F
(74,73,95)
#3C3B4E
(60,59,78)
#2E2D3D
(46,45,61)
#201F2C
(32,31,44)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #9E9DC5

#9E9DC5
(158,157,197)
#A6A5CA
(166,165,202)
#AEADCF
(174,173,207)
#B6B5D4
(182,181,212)
#BEBDD9
(190,189,217)
#C6C5DE
(198,197,222)
#CECDE3
(206,205,227)
#D6D5E8
(214,213,232)
#DEDDED
(222,221,237)
#E6E5F2
(230,229,242)
#EEEDF7
(238,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9DC5; }

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

This text font color is #9E9DC5.


Background Color

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

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

This div background color is #9E9DC5.


Border color

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

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

This div border color is #9E9DC5.


Opacity

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

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

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

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

This text has shadow with #9E9DC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9DC5 on black background.


Color preview on white background

This text has color #9E9DC5 on white background.



Black color preview on #9E9DC5 background

This text has black color on #9E9DC5 background.


White color preview on #9E9DC5 background

This text has white color on #9E9DC5 background.