COLOR #9BB8AC

HEX: #9BB8AC
RGB: (155,184,172)

Color info

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

RGB color model

#9BB8AC color RGB value is (155,184,172).

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

RGB channels and saturation

R 155 of 255 = 61%
G 184 of 255 = 72%
B 172 of 255 = 67%

155
184
172

R + G + B ~ 67%. #9BB8AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 184 + 172 = 511 (100%)
R 155 of 511 ~ 30.33%
G 184 of 511 ~ 36.01%
B 172 of 511 ~ 33.66%

%30.33
%36.01
%33.66

CMYK color model

#9BB8AC color CMYK value is (16,0,7,28).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 27.84%
CMYK:
(16,0,7,28)
C16M0Y7K28 
(16%,0%,7%,28%)
(0.16/0.00/0.07/0.28)	

CMYK percentages

%15.76
%0
%6.52
%27.84

Codes

Color #9BB8AC in popluar color models

9BB8AC
RGB155184172
HSL155°16.96%66.47%
HSB/HSV155°15.76%72.16%
CMYK15.76%0.00%6.52%
27.84%

Color #9BB8AC in popluar number systems.

HEX9BB8AC
Decimal155184172
Binary100110111011100010101100
Octal233270254

Shades and tints

Shades of #9BB8AC

#9BB8AC
(155,184,172)
#8DA89D
(141,168,157)
#7F988E
(127,152,142)
#71887F
(113,136,127)
#637870
(99,120,112)
#556861
(85,104,97)
#475852
(71,88,82)
#394843
(57,72,67)
#2B3834
(43,56,52)
#1D2825
(29,40,37)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #9BB8AC

#9BB8AC
(155,184,172)
#A4BEB3
(164,190,179)
#ADC4BA
(173,196,186)
#B6CAC1
(182,202,193)
#BFD0C8
(191,208,200)
#C8D6CF
(200,214,207)
#D1DCD6
(209,220,214)
#DAE2DD
(218,226,221)
#E3E8E4
(227,232,228)
#ECEEEB
(236,238,235)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB8AC; }

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

This text font color is #9BB8AC.


Background Color

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

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

This div background color is #9BB8AC.


Border color

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

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

This div border color is #9BB8AC.


Opacity

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

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

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

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

This text has shadow with #9BB8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB8AC on black background.


Color preview on white background

This text has color #9BB8AC on white background.



Black color preview on #9BB8AC background

This text has black color on #9BB8AC background.


White color preview on #9BB8AC background

This text has white color on #9BB8AC background.