COLOR #9EB3C5

HEX: #9EB3C5
RGB: (158,179,197)

Color info

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

RGB color model

#9EB3C5 color RGB value is (158,179,197).

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

RGB channels and saturation

R 158 of 255 = 62%
G 179 of 255 = 70%
B 197 of 255 = 77%

158
179
197

R + G + B ~ 70%. #9EB3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 179 + 197 = 534 (100%)
R 158 of 534 ~ 29.59%
G 179 of 534 ~ 33.52%
B 197 of 534 ~ 36.89%

%29.59
%33.52
%36.89

CMYK color model

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

  • cyan value is 19.80%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(20,9,0,23)
C20M9Y0K23 
(20%,9%,0%,23%)
(0.20/0.09/0.00/0.23)	

CMYK percentages

%19.8
%9.14
%0
%22.75

Codes

Color #9EB3C5 in popluar color models

9EB3C5
RGB158179197
HSL208°25.16%69.61%
HSB/HSV208°19.80%77.25%
CMYK19.80%9.14%0.00%
22.75%

Color #9EB3C5 in popluar number systems.

HEX9EB3C5
Decimal158179197
Binary100111101011001111000101
Octal236263305

Shades and tints

Shades of #9EB3C5

#9EB3C5
(158,179,197)
#90A3B4
(144,163,180)
#8293A3
(130,147,163)
#748392
(116,131,146)
#667381
(102,115,129)
#586370
(88,99,112)
#4A535F
(74,83,95)
#3C434E
(60,67,78)
#2E333D
(46,51,61)
#20232C
(32,35,44)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #9EB3C5

#9EB3C5
(158,179,197)
#A6B9CA
(166,185,202)
#AEBFCF
(174,191,207)
#B6C5D4
(182,197,212)
#BECBD9
(190,203,217)
#C6D1DE
(198,209,222)
#CED7E3
(206,215,227)
#D6DDE8
(214,221,232)
#DEE3ED
(222,227,237)
#E6E9F2
(230,233,242)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB3C5; }

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

This text font color is #9EB3C5.


Background Color

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

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

This div background color is #9EB3C5.


Border color

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

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

This div border color is #9EB3C5.


Opacity

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

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

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

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

This text has shadow with #9EB3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB3C5 on black background.


Color preview on white background

This text has color #9EB3C5 on white background.



Black color preview on #9EB3C5 background

This text has black color on #9EB3C5 background.


White color preview on #9EB3C5 background

This text has white color on #9EB3C5 background.