COLOR #9BA7BC

HEX: #9BA7BC RGB: (155,167,188)

Color info

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

RGB color model

#9BA7BC color RGB value is (155,167,188).

RGB: (155,167,188) (61%, 65%, 74%)

RGB channels and saturation

R 155 of 255 = 61%
G 167 of 255 = 65%
B 188 of 255 = 74%

155
167
188

R + G + B ~ 67%. #9BA7BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 167 + 188 = 510 (100%)
R 155 of 510 ~ 30.39%
G 167 of 510 ~ 32.75%
B 188 of 510 ~ 36.86'%

%30.39
%32.75
%36.86

CMYK color model

#9BA7BC color CMYK value is (18,11,0,26).

  • cyan value is 17.55%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (18,11,0,26)
C18M11Y0K26 (18%, 11%, 0%, 26%)
(0.18 / 0.11 / 0.00 / 0.26)

CMYK percentages

%17.55
%11.17
%0
%26.27

Codes

Color #9BA7BC in popluar color models

9B A7 BC
RGB 155 167 188
HSL 218° 19.76% 67.25%
HSB/HSV 218° 17.55% 73.73%
CMYK 17.55% 11.17% 0.00%
26.27%

Color #9BA7BC in popluar number systems.

HEX 9B A7 BC
Decimal 155 167 188
Binary 10011011 10100111 10111100
Octal 233 247 274

Shades and tints

Shades of #9BA7BC

#9BA7BC
(155,167,188)
#8D98AB
(141,152,171)
#7F899A
(127,137,154)
#717A89
(113,122,137)
#636B78
(99,107,120)
#555C67
(85,92,103)
#474D56
(71,77,86)
#393E45
(57,62,69)
#2B2F34
(43,47,52)
#1D2023
(29,32,35)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #9BA7BC

#9BA7BC
(155,167,188)
#A4AFC2
(164,175,194)
#ADB7C8
(173,183,200)
#B6BFCE
(182,191,206)
#BFC7D4
(191,199,212)
#C8CFDA
(200,207,218)
#D1D7E0
(209,215,224)
#DADFE6
(218,223,230)
#E3E7EC
(227,231,236)
#ECEFF2
(236,239,242)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA7BC color. Also use rgb(155,167,188) instead hex code.

Text Font Color

.myTextColor { color: #9BA7BC; }

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

This text font color is #9BA7BC.

Background Color

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

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

This div background color is #9BA7BC.

Border color

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

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

This div border color is #9BA7BC.

Opacity

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

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

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

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

This text has shadow with #9BA7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA7BC.

Preview

Color preview on black background

This text has color #9BA7BC on black background.


Color preview on white background

This text has color #9BA7BC on white background.


Black color preview on #9BA7BC background

This text has black color on #9BA7BC background.


White color preview on #9BA7BC background

This text has white color on #9BA7BC background.


Related colors

Complementary color

Complementary color for #hex is #645843.


I love getcolorcode.com

Triadic colors

1 #BC9BA7 and #A7BC9B with #9BA7BC are triadic colors.

2 #BCA79B and #A79BBC with #9BA7BC are triadic colors.