COLOR #9EB4BD

HEX: #9EB4BD
RGB: (158,180,189)

Color info

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

RGB color model

#9EB4BD color RGB value is (158,180,189).

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

RGB channels and saturation

R 158 of 255 = 62%
G 180 of 255 = 71%
B 189 of 255 = 74%

158
180
189

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

Portions of RGB colors in percentages

R + G + B =
158 + 180 + 189 = 527 (100%)
R 158 of 527 ~ 29.98%
G 180 of 527 ~ 34.16%
B 189 of 527 ~ 35.86%

%29.98
%34.16
%35.86

CMYK color model

#9EB4BD color CMYK value is (16,5,0,26).

  • cyan value is 16.40%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(16,5,0,26)
C16M5Y0K26 
(16%,5%,0%,26%)
(0.16/0.05/0.00/0.26)	

CMYK percentages

%16.4
%4.76
%0
%25.88

Codes

Color #9EB4BD in popluar color models

9EB4BD
RGB158180189
HSL197°19.02%68.04%
HSB/HSV197°16.40%74.12%
CMYK16.40%4.76%0.00%
25.88%

Color #9EB4BD in popluar number systems.

HEX9EB4BD
Decimal158180189
Binary100111101011010010111101
Octal236264275

Shades and tints

Shades of #9EB4BD

#9EB4BD
(158,180,189)
#90A4AC
(144,164,172)
#82949B
(130,148,155)
#74848A
(116,132,138)
#667479
(102,116,121)
#586468
(88,100,104)
#4A5457
(74,84,87)
#3C4446
(60,68,70)
#2E3435
(46,52,53)
#202424
(32,36,36)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #9EB4BD

#9EB4BD
(158,180,189)
#A6BAC3
(166,186,195)
#AEC0C9
(174,192,201)
#B6C6CF
(182,198,207)
#BECCD5
(190,204,213)
#C6D2DB
(198,210,219)
#CED8E1
(206,216,225)
#D6DEE7
(214,222,231)
#DEE4ED
(222,228,237)
#E6EAF3
(230,234,243)
#EEF0F9
(238,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB4BD; }

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

This text font color is #9EB4BD.


Background Color

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

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

This div background color is #9EB4BD.


Border color

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

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

This div border color is #9EB4BD.


Opacity

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

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

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

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

This text has shadow with #9EB4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB4BD on black background.


Color preview on white background

This text has color #9EB4BD on white background.



Black color preview on #9EB4BD background

This text has black color on #9EB4BD background.


White color preview on #9EB4BD background

This text has white color on #9EB4BD background.