COLOR #9BB6AA

HEX: #9BB6AA
RGB: (155,182,170)

Color info

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

RGB color model

#9BB6AA color RGB value is (155,182,170).

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

RGB channels and saturation

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

155
182
170

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

Portions of RGB colors in percentages

R + G + B =
155 + 182 + 170 = 507 (100%)
R 155 of 507 ~ 30.57%
G 182 of 507 ~ 35.9%
B 170 of 507 ~ 33.53%

%30.57
%35.9
%33.53

CMYK color model

#9BB6AA color CMYK value is (15,0,7,29).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(15,0,7,29)
C15M0Y7K29 
(15%,0%,7%,29%)
(0.15/0.00/0.07/0.29)	

CMYK percentages

%14.84
%0
%6.59
%28.63

Codes

Color #9BB6AA in popluar color models

9BB6AA
RGB155182170
HSL153°15.61%66.08%
HSB/HSV153°14.84%71.37%
CMYK14.84%0.00%6.59%
28.63%

Color #9BB6AA in popluar number systems.

HEX9BB6AA
Decimal155182170
Binary100110111011011010101010
Octal233266252

Shades and tints

Shades of #9BB6AA

#9BB6AA
(155,182,170)
#8DA69B
(141,166,155)
#7F968C
(127,150,140)
#71867D
(113,134,125)
#63766E
(99,118,110)
#55665F
(85,102,95)
#475650
(71,86,80)
#394641
(57,70,65)
#2B3632
(43,54,50)
#1D2623
(29,38,35)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #9BB6AA

#9BB6AA
(155,182,170)
#A4BCB1
(164,188,177)
#ADC2B8
(173,194,184)
#B6C8BF
(182,200,191)
#BFCEC6
(191,206,198)
#C8D4CD
(200,212,205)
#D1DAD4
(209,218,212)
#DAE0DB
(218,224,219)
#E3E6E2
(227,230,226)
#ECECE9
(236,236,233)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB6AA; }

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

This text font color is #9BB6AA.


Background Color

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

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

This div background color is #9BB6AA.


Border color

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

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

This div border color is #9BB6AA.


Opacity

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

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

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

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

This text has shadow with #9BB6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB6AA on black background.


Color preview on white background

This text has color #9BB6AA on white background.



Black color preview on #9BB6AA background

This text has black color on #9BB6AA background.


White color preview on #9BB6AA background

This text has white color on #9BB6AA background.