COLOR #9EB4BF

HEX: #9EB4BF
RGB: (158,180,191)

Color info

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

RGB color model

#9EB4BF color RGB value is (158,180,191).

  • red value is 158;
  • green value is 180;
  • blue value is 191.
RGB:
(158,180,191)
(62%,71%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 180 of 255 = 71%
B 191 of 255 = 75%

158
180
191

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

Portions of RGB colors in percentages

R + G + B =
158 + 180 + 191 = 529 (100%)
R 158 of 529 ~ 29.87%
G 180 of 529 ~ 34.03%
B 191 of 529 ~ 36.11%

%29.87
%34.03
%36.11

CMYK color model

#9EB4BF color CMYK value is (17,6,0,25).

  • cyan value is 17.28%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(17,6,0,25)
C17M6Y0K25 
(17%,6%,0%,25%)
(0.17/0.06/0.00/0.25)	

CMYK percentages

%17.28
%5.76
%0
%25.1

Codes

Color #9EB4BF in popluar color models

9EB4BF
RGB158180191
HSL200°20.50%68.43%
HSB/HSV200°17.28%74.90%
CMYK17.28%5.76%0.00%
25.10%

Color #9EB4BF in popluar number systems.

HEX9EB4BF
Decimal158180191
Binary100111101011010010111111
Octal236264277

Shades and tints

Shades of #9EB4BF

#9EB4BF
(158,180,191)
#90A4AE
(144,164,174)
#82949D
(130,148,157)
#74848C
(116,132,140)
#66747B
(102,116,123)
#58646A
(88,100,106)
#4A5459
(74,84,89)
#3C4448
(60,68,72)
#2E3437
(46,52,55)
#202426
(32,36,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #9EB4BF

#9EB4BF
(158,180,191)
#A6BAC4
(166,186,196)
#AEC0C9
(174,192,201)
#B6C6CE
(182,198,206)
#BECCD3
(190,204,211)
#C6D2D8
(198,210,216)
#CED8DD
(206,216,221)
#D6DEE2
(214,222,226)
#DEE4E7
(222,228,231)
#E6EAEC
(230,234,236)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB4BF color. Also use rgb(158,180,191) instead hex code.

Text Font Color

.myTextColor { color: #9EB4BF; }

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

This text font color is #9EB4BF.


Background Color

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

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

This div background color is #9EB4BF.


Border color

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

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

This div border color is #9EB4BF.


Opacity

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

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

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

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

This text has shadow with #9EB4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB4BF on black background.


Color preview on white background

This text has color #9EB4BF on white background.



Black color preview on #9EB4BF background

This text has black color on #9EB4BF background.


White color preview on #9EB4BF background

This text has white color on #9EB4BF background.