COLOR #9EB0BC

HEX: #9EB0BC RGB: (158,176,188)

Color info

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

RGB color model

#9EB0BC color RGB value is (158,176,188).

RGB: (158,176,188) (62%, 69%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 188 of 255 = 74%

158
176
188

R + G + B ~ 68%. #9EB0BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 176 + 188 = 522 (100%)
R 158 of 522 ~ 30.27%
G 176 of 522 ~ 33.72%
B 188 of 522 ~ 36.02'%

%30.27
%33.72
%36.02

CMYK color model

#9EB0BC color CMYK value is (16,6,0,26).

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

CMYK: (16,6,0,26)
C16M6Y0K26 (16%, 6%, 0%, 26%)
(0.16 / 0.06 / 0.00 / 0.26)

CMYK percentages

%15.96
%6.38
%0
%26.27

Codes

Color #9EB0BC in popluar color models

9E B0 BC
RGB 158 176 188
HSL 204° 18.29% 67.84%
HSB/HSV 204° 15.96% 73.73%
CMYK 15.96% 6.38% 0.00%
26.27%

Color #9EB0BC in popluar number systems.

HEX 9E B0 BC
Decimal 158 176 188
Binary 10011110 10110000 10111100
Octal 236 260 274

Shades and tints

Shades of #9EB0BC

#9EB0BC
(158,176,188)
#90A0AB
(144,160,171)
#82909A
(130,144,154)
#748089
(116,128,137)
#667078
(102,112,120)
#586067
(88,96,103)
#4A5056
(74,80,86)
#3C4045
(60,64,69)
#2E3034
(46,48,52)
#202023
(32,32,35)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #9EB0BC

#9EB0BC
(158,176,188)
#A6B7C2
(166,183,194)
#AEBEC8
(174,190,200)
#B6C5CE
(182,197,206)
#BECCD4
(190,204,212)
#C6D3DA
(198,211,218)
#CEDAE0
(206,218,224)
#D6E1E6
(214,225,230)
#DEE8EC
(222,232,236)
#E6EFF2
(230,239,242)
#EEF6F8
(238,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB0BC; }

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

This text font color is #9EB0BC.

Background Color

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

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

This div background color is #9EB0BC.

Border color

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

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

This div border color is #9EB0BC.

Opacity

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

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

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

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

This text has shadow with #9EB0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB0BC.

Preview

Color preview on black background

This text has color #9EB0BC on black background.


Color preview on white background

This text has color #9EB0BC on white background.


Black color preview on #9EB0BC background

This text has black color on #9EB0BC background.


White color preview on #9EB0BC background

This text has white color on #9EB0BC background.


Related colors

Complementary color

Complementary color for #hex is #614F43.


I love getcolorcode.com

Triadic colors

1 #BC9EB0 and #B0BC9E with #9EB0BC are triadic colors.

2 #BCB09E and #B09EBC with #9EB0BC are triadic colors.