COLOR #9EA1C1

HEX: #9EA1C1
RGB: (158,161,193)

Color info

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

RGB color model

#9EA1C1 color RGB value is (158,161,193).

  • red value is 158;
  • green value is 161;
  • blue value is 193.
RGB:
(158,161,193)
(62%,63%,76%)

RGB channels and saturation

R 158 of 255 = 62%
G 161 of 255 = 63%
B 193 of 255 = 76%

158
161
193

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

Portions of RGB colors in percentages

R + G + B =
158 + 161 + 193 = 512 (100%)
R 158 of 512 ~ 30.86%
G 161 of 512 ~ 31.45%
B 193 of 512 ~ 37.7%

%30.86
%31.45
%37.7

CMYK color model

#9EA1C1 color CMYK value is (18,17,0,24).

  • cyan value is 18.13%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(18,17,0,24)
C18M17Y0K24 
(18%,17%,0%,24%)
(0.18/0.17/0.00/0.24)	

CMYK percentages

%18.13
%16.58
%0
%24.31

Codes

Color #9EA1C1 in popluar color models

9EA1C1
RGB158161193
HSL235°22.01%68.82%
HSB/HSV235°18.13%75.69%
CMYK18.13%16.58%0.00%
24.31%

Color #9EA1C1 in popluar number systems.

HEX9EA1C1
Decimal158161193
Binary100111101010000111000001
Octal236241301

Shades and tints

Shades of #9EA1C1

#9EA1C1
(158,161,193)
#9093B0
(144,147,176)
#82859F
(130,133,159)
#74778E
(116,119,142)
#66697D
(102,105,125)
#585B6C
(88,91,108)
#4A4D5B
(74,77,91)
#3C3F4A
(60,63,74)
#2E3139
(46,49,57)
#202328
(32,35,40)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #9EA1C1

#9EA1C1
(158,161,193)
#A6A9C6
(166,169,198)
#AEB1CB
(174,177,203)
#B6B9D0
(182,185,208)
#BEC1D5
(190,193,213)
#C6C9DA
(198,201,218)
#CED1DF
(206,209,223)
#D6D9E4
(214,217,228)
#DEE1E9
(222,225,233)
#E6E9EE
(230,233,238)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA1C1; }

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

This text font color is #9EA1C1.


Background Color

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

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

This div background color is #9EA1C1.


Border color

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

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

This div border color is #9EA1C1.


Opacity

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

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

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

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

This text has shadow with #9EA1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA1C1 on black background.


Color preview on white background

This text has color #9EA1C1 on white background.



Black color preview on #9EA1C1 background

This text has black color on #9EA1C1 background.


White color preview on #9EA1C1 background

This text has white color on #9EA1C1 background.