COLOR #9BAAB4

HEX: #9BAAB4
RGB: (155,170,180)

Color info

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

RGB color model

#9BAAB4 color RGB value is (155,170,180).

  • red value is 155;
  • green value is 170;
  • blue value is 180.
RGB:
(155,170,180)
(61%,67%,71%)

RGB channels and saturation

R 155 of 255 = 61%
G 170 of 255 = 67%
B 180 of 255 = 71%

155
170
180

R + G + B ~ 66%. #9BAAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 170 + 180 = 505 (100%)
R 155 of 505 ~ 30.69%
G 170 of 505 ~ 33.66%
B 180 of 505 ~ 35.64%

%30.69
%33.66
%35.64

CMYK color model

#9BAAB4 color CMYK value is (14,6,0,29).

  • cyan value is 13.89%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(14,6,0,29)
C14M6Y0K29 
(14%,6%,0%,29%)
(0.14/0.06/0.00/0.29)	

CMYK percentages

%13.89
%5.56
%0
%29.41

Codes

Color #9BAAB4 in popluar color models

9BAAB4
RGB155170180
HSL204°14.29%65.69%
HSB/HSV204°13.89%70.59%
CMYK13.89%5.56%0.00%
29.41%

Color #9BAAB4 in popluar number systems.

HEX9BAAB4
Decimal155170180
Binary100110111010101010110100
Octal233252264

Shades and tints

Shades of #9BAAB4

#9BAAB4
(155,170,180)
#8D9BA4
(141,155,164)
#7F8C94
(127,140,148)
#717D84
(113,125,132)
#636E74
(99,110,116)
#555F64
(85,95,100)
#475054
(71,80,84)
#394144
(57,65,68)
#2B3234
(43,50,52)
#1D2324
(29,35,36)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #9BAAB4

#9BAAB4
(155,170,180)
#A4B1BA
(164,177,186)
#ADB8C0
(173,184,192)
#B6BFC6
(182,191,198)
#BFC6CC
(191,198,204)
#C8CDD2
(200,205,210)
#D1D4D8
(209,212,216)
#DADBDE
(218,219,222)
#E3E2E4
(227,226,228)
#ECE9EA
(236,233,234)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAAB4 color. Also use rgb(155,170,180) instead hex code.

Text Font Color

.myTextColor { color: #9BAAB4; }

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

This text font color is #9BAAB4.


Background Color

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

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

This div background color is #9BAAB4.


Border color

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

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

This div border color is #9BAAB4.


Opacity

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

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

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

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

This text has shadow with #9BAAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAAB4 on black background.


Color preview on white background

This text has color #9BAAB4 on white background.



Black color preview on #9BAAB4 background

This text has black color on #9BAAB4 background.


White color preview on #9BAAB4 background

This text has white color on #9BAAB4 background.