COLOR #9BB6AB

HEX: #9BB6AB RGB: (155,182,171)

Color info

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

RGB color model

#9BB6AB color RGB value is (155,182,171).

RGB: (155,182,171) (61%, 71%, 67%)

RGB channels and saturation

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

155
182
171

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

Portions of RGB colors in percentages

R + G + B = 155 + 182 + 171 = 508 (100%)
R 155 of 508 ~ 30.51%
G 182 of 508 ~ 35.83%
B 171 of 508 ~ 33.66'%

%30.51
%35.83
%33.66

CMYK color model

#9BB6AB color CMYK value is (15,0,6,29).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 28.63%

CMYK: (15,0,6,29)
C15M0Y6K29 (15%, 0%, 6%, 29%)
(0.15 / 0.00 / 0.06 / 0.29)

CMYK percentages

%14.84
%0
%6.04
%28.63

Codes

Color #9BB6AB in popluar color models

9B B6 AB
RGB 155 182 171
HSL 156° 15.61% 66.08%
HSB/HSV 156° 14.84% 71.37%
CMYK 14.84% 0.00% 6.04%
28.63%

Color #9BB6AB in popluar number systems.

HEX 9B B6 AB
Decimal 155 182 171
Binary 10011011 10110110 10101011
Octal 233 266 253

Shades and tints

Shades of #9BB6AB

#9BB6AB
(155,182,171)
#8DA69C
(141,166,156)
#7F968D
(127,150,141)
#71867E
(113,134,126)
#63766F
(99,118,111)
#556660
(85,102,96)
#475651
(71,86,81)
#394642
(57,70,66)
#2B3633
(43,54,51)
#1D2624
(29,38,36)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #9BB6AB

#9BB6AB
(155,182,171)
#A4BCB2
(164,188,178)
#ADC2B9
(173,194,185)
#B6C8C0
(182,200,192)
#BFCEC7
(191,206,199)
#C8D4CE
(200,212,206)
#D1DAD5
(209,218,213)
#DAE0DC
(218,224,220)
#E3E6E3
(227,230,227)
#ECECEA
(236,236,234)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB6AB; }

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

This text font color is #9BB6AB.

Background Color

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

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

This div background color is #9BB6AB.

Border color

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

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

This div border color is #9BB6AB.

Opacity

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

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

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

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

This text has shadow with #9BB6AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB6AB.

Preview

Color preview on black background

This text has color #9BB6AB on black background.


Color preview on white background

This text has color #9BB6AB on white background.


Black color preview on #9BB6AB background

This text has black color on #9BB6AB background.


White color preview on #9BB6AB background

This text has white color on #9BB6AB background.


Related colors

Complementary color

Complementary color for #hex is #644954.


I love getcolorcode.com

Triadic colors

1 #AB9BB6 and #B6AB9B with #9BB6AB are triadic colors.

2 #ABB69B and #B69BAB with #9BB6AB are triadic colors.