COLOR #9EB4BC

HEX: #9EB4BC RGB: (158,180,188)

Color info

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

RGB color model

#9EB4BC color RGB value is (158,180,188).

RGB: (158,180,188) (62%, 71%, 74%)

RGB channels and saturation

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

158
180
188

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

Portions of RGB colors in percentages

R + G + B = 158 + 180 + 188 = 526 (100%)
R 158 of 526 ~ 30.04%
G 180 of 526 ~ 34.22%
B 188 of 526 ~ 35.74'%

%30.04
%34.22
%35.74

CMYK color model

#9EB4BC color CMYK value is (16,4,0,26).

  • cyan value is 15.96%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (16,4,0,26)
C16M4Y0K26 (16%, 4%, 0%, 26%)
(0.16 / 0.04 / 0.00 / 0.26)

CMYK percentages

%15.96
%4.26
%0
%26.27

Codes

Color #9EB4BC in popluar color models

9E B4 BC
RGB 158 180 188
HSL 196° 18.29% 67.84%
HSB/HSV 196° 15.96% 73.73%
CMYK 15.96% 4.26% 0.00%
26.27%

Color #9EB4BC in popluar number systems.

HEX 9E B4 BC
Decimal 158 180 188
Binary 10011110 10110100 10111100
Octal 236 264 274

Shades and tints

Shades of #9EB4BC

#9EB4BC
(158,180,188)
#90A4AB
(144,164,171)
#82949A
(130,148,154)
#748489
(116,132,137)
#667478
(102,116,120)
#586467
(88,100,103)
#4A5456
(74,84,86)
#3C4445
(60,68,69)
#2E3434
(46,52,52)
#202423
(32,36,35)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #9EB4BC

#9EB4BC
(158,180,188)
#A6BAC2
(166,186,194)
#AEC0C8
(174,192,200)
#B6C6CE
(182,198,206)
#BECCD4
(190,204,212)
#C6D2DA
(198,210,218)
#CED8E0
(206,216,224)
#D6DEE6
(214,222,230)
#DEE4EC
(222,228,236)
#E6EAF2
(230,234,242)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB4BC; }

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

This text font color is #9EB4BC.

Background Color

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

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

This div background color is #9EB4BC.

Border color

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

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

This div border color is #9EB4BC.

Opacity

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

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

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

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

This text has shadow with #9EB4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB4BC.

Preview

Color preview on black background

This text has color #9EB4BC on black background.


Color preview on white background

This text has color #9EB4BC on white background.


Black color preview on #9EB4BC background

This text has black color on #9EB4BC background.


White color preview on #9EB4BC background

This text has white color on #9EB4BC background.


Related colors

Complementary color

Complementary color for #hex is #614B43.


I love getcolorcode.com

Triadic colors

1 #BC9EB4 and #B4BC9E with #9EB4BC are triadic colors.

2 #BCB49E and #B49EBC with #9EB4BC are triadic colors.