COLOR #9BB4A4

HEX: #9BB4A4
RGB: (155,180,164)

Color info

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

RGB color model

#9BB4A4 color RGB value is (155,180,164).

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

RGB channels and saturation

R 155 of 255 = 61%
G 180 of 255 = 71%
B 164 of 255 = 64%

155
180
164

R + G + B ~ 65%. #9BB4A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 180 + 164 = 499 (100%)
R 155 of 499 ~ 31.06%
G 180 of 499 ~ 36.07%
B 164 of 499 ~ 32.87%

%31.06
%36.07
%32.87

CMYK color model

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

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 29.41%
CMYK:
(14,0,9,29)
C14M0Y9K29 
(14%,0%,9%,29%)
(0.14/0.00/0.09/0.29)	

CMYK percentages

%13.89
%0
%8.89
%29.41

Codes

Color #9BB4A4 in popluar color models

9BB4A4
RGB155180164
HSL142°14.29%65.69%
HSB/HSV142°13.89%70.59%
CMYK13.89%0.00%8.89%
29.41%

Color #9BB4A4 in popluar number systems.

HEX9BB4A4
Decimal155180164
Binary100110111011010010100100
Octal233264244

Shades and tints

Shades of #9BB4A4

#9BB4A4
(155,180,164)
#8DA496
(141,164,150)
#7F9488
(127,148,136)
#71847A
(113,132,122)
#63746C
(99,116,108)
#55645E
(85,100,94)
#475450
(71,84,80)
#394442
(57,68,66)
#2B3434
(43,52,52)
#1D2426
(29,36,38)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #9BB4A4

#9BB4A4
(155,180,164)
#A4BAAC
(164,186,172)
#ADC0B4
(173,192,180)
#B6C6BC
(182,198,188)
#BFCCC4
(191,204,196)
#C8D2CC
(200,210,204)
#D1D8D4
(209,216,212)
#DADEDC
(218,222,220)
#E3E4E4
(227,228,228)
#ECEAEC
(236,234,236)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB4A4; }

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

This text font color is #9BB4A4.


Background Color

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

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

This div background color is #9BB4A4.


Border color

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

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

This div border color is #9BB4A4.


Opacity

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

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

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

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

This text has shadow with #9BB4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB4A4 on black background.


Color preview on white background

This text has color #9BB4A4 on white background.



Black color preview on #9BB4A4 background

This text has black color on #9BB4A4 background.


White color preview on #9BB4A4 background

This text has white color on #9BB4A4 background.