COLOR #9EA9C6

HEX: #9EA9C6
RGB: (158,169,198)

Color info

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

RGB color model

#9EA9C6 color RGB value is (158,169,198).

  • red value is 158;
  • green value is 169;
  • blue value is 198.
RGB:
(158,169,198)
(62%,66%,78%)

RGB channels and saturation

R 158 of 255 = 62%
G 169 of 255 = 66%
B 198 of 255 = 78%

158
169
198

R + G + B ~ 69%. #9EA9C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 169 + 198 = 525 (100%)
R 158 of 525 ~ 30.1%
G 169 of 525 ~ 32.19%
B 198 of 525 ~ 37.71%

%30.1
%32.19
%37.71

CMYK color model

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

  • cyan value is 20.20%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(20,15,0,22)
C20M15Y0K22 
(20%,15%,0%,22%)
(0.20/0.15/0.00/0.22)	

CMYK percentages

%20.2
%14.65
%0
%22.35

Codes

Color #9EA9C6 in popluar color models

9EA9C6
RGB158169198
HSL224°25.97%69.80%
HSB/HSV224°20.20%77.65%
CMYK20.20%14.65%0.00%
22.35%

Color #9EA9C6 in popluar number systems.

HEX9EA9C6
Decimal158169198
Binary100111101010100111000110
Octal236251306

Shades and tints

Shades of #9EA9C6

#9EA9C6
(158,169,198)
#909AB4
(144,154,180)
#828BA2
(130,139,162)
#747C90
(116,124,144)
#666D7E
(102,109,126)
#585E6C
(88,94,108)
#4A4F5A
(74,79,90)
#3C4048
(60,64,72)
#2E3136
(46,49,54)
#202224
(32,34,36)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #9EA9C6

#9EA9C6
(158,169,198)
#A6B0CB
(166,176,203)
#AEB7D0
(174,183,208)
#B6BED5
(182,190,213)
#BEC5DA
(190,197,218)
#C6CCDF
(198,204,223)
#CED3E4
(206,211,228)
#D6DAE9
(214,218,233)
#DEE1EE
(222,225,238)
#E6E8F3
(230,232,243)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA9C6; }

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

This text font color is #9EA9C6.


Background Color

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

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

This div background color is #9EA9C6.


Border color

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

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

This div border color is #9EA9C6.


Opacity

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

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

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

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

This text has shadow with #9EA9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA9C6 on black background.


Color preview on white background

This text has color #9EA9C6 on white background.



Black color preview on #9EA9C6 background

This text has black color on #9EA9C6 background.


White color preview on #9EA9C6 background

This text has white color on #9EA9C6 background.