COLOR #9BB6AC

HEX: #9BB6AC
RGB: (155,182,172)

Color info

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

RGB color model

#9BB6AC color RGB value is (155,182,172).

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

RGB channels and saturation

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

155
182
172

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

Portions of RGB colors in percentages

R + G + B =
155 + 182 + 172 = 509 (100%)
R 155 of 509 ~ 30.45%
G 182 of 509 ~ 35.76%
B 172 of 509 ~ 33.79%

%30.45
%35.76
%33.79

CMYK color model

#9BB6AC color CMYK value is (15,0,5,29).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 28.63%
CMYK:
(15,0,5,29)
C15M0Y5K29 
(15%,0%,5%,29%)
(0.15/0.00/0.05/0.29)	

CMYK percentages

%14.84
%0
%5.49
%28.63

Codes

Color #9BB6AC in popluar color models

9BB6AC
RGB155182172
HSL158°15.61%66.08%
HSB/HSV158°14.84%71.37%
CMYK14.84%0.00%5.49%
28.63%

Color #9BB6AC in popluar number systems.

HEX9BB6AC
Decimal155182172
Binary100110111011011010101100
Octal233266254

Shades and tints

Shades of #9BB6AC

#9BB6AC
(155,182,172)
#8DA69D
(141,166,157)
#7F968E
(127,150,142)
#71867F
(113,134,127)
#637670
(99,118,112)
#556661
(85,102,97)
#475652
(71,86,82)
#394643
(57,70,67)
#2B3634
(43,54,52)
#1D2625
(29,38,37)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #9BB6AC

#9BB6AC
(155,182,172)
#A4BCB3
(164,188,179)
#ADC2BA
(173,194,186)
#B6C8C1
(182,200,193)
#BFCEC8
(191,206,200)
#C8D4CF
(200,212,207)
#D1DAD6
(209,218,214)
#DAE0DD
(218,224,221)
#E3E6E4
(227,230,228)
#ECECEB
(236,236,235)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB6AC; }

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

This text font color is #9BB6AC.


Background Color

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

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

This div background color is #9BB6AC.


Border color

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

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

This div border color is #9BB6AC.


Opacity

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

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

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

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

This text has shadow with #9BB6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB6AC on black background.


Color preview on white background

This text has color #9BB6AC on white background.



Black color preview on #9BB6AC background

This text has black color on #9BB6AC background.


White color preview on #9BB6AC background

This text has white color on #9BB6AC background.