COLOR #9BB4AA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
180
170

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

Portions of RGB colors in percentages

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

%30.69
%35.64
%33.66

CMYK color model

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

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

CMYK percentages

%13.89
%0
%5.56
%29.41

Codes

Color #9BB4AA in popluar color models

9BB4AA
RGB155180170
HSL156°14.29%65.69%
HSB/HSV156°13.89%70.59%
CMYK13.89%0.00%5.56%
29.41%

Color #9BB4AA in popluar number systems.

HEX9BB4AA
Decimal155180170
Binary100110111011010010101010
Octal233264252

Shades and tints

Shades of #9BB4AA

#9BB4AA
(155,180,170)
#8DA49B
(141,164,155)
#7F948C
(127,148,140)
#71847D
(113,132,125)
#63746E
(99,116,110)
#55645F
(85,100,95)
#475450
(71,84,80)
#394441
(57,68,65)
#2B3432
(43,52,50)
#1D2423
(29,36,35)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #9BB4AA

#9BB4AA
(155,180,170)
#A4BAB1
(164,186,177)
#ADC0B8
(173,192,184)
#B6C6BF
(182,198,191)
#BFCCC6
(191,204,198)
#C8D2CD
(200,210,205)
#D1D8D4
(209,216,212)
#DADEDB
(218,222,219)
#E3E4E2
(227,228,226)
#ECEAE9
(236,234,233)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB4AA; }

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

This text font color is #9BB4AA.


Background Color

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

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

This div background color is #9BB4AA.


Border color

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

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

This div border color is #9BB4AA.


Opacity

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

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

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

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

This text has shadow with #9BB4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB4AA on black background.


Color preview on white background

This text has color #9BB4AA on white background.



Black color preview on #9BB4AA background

This text has black color on #9BB4AA background.


White color preview on #9BB4AA background

This text has white color on #9BB4AA background.