COLOR #9BA896

HEX: #9BA896
RGB: (155,168,150)

Color info

#9BA896 contains red, green and blue colors in about the same proportion. Web safe color of #9BA896 is #999999 (or #999).

RGB color model

#9BA896 color RGB value is (155,168,150).

  • red value is 155;
  • green value is 168;
  • blue value is 150.
RGB:
(155,168,150)
(61%,66%,59%)

RGB channels and saturation

R 155 of 255 = 61%
G 168 of 255 = 66%
B 150 of 255 = 59%

155
168
150

R + G + B ~ 62%. #9BA896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 168 + 150 = 473 (100%)
R 155 of 473 ~ 32.77%
G 168 of 473 ~ 35.52%
B 150 of 473 ~ 31.71%

%32.77
%35.52
%31.71

CMYK color model

#9BA896 color CMYK value is (8,0,11,34).

  • cyan value is 7.74%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(8,0,11,34)
C8M0Y11K34 
(8%,0%,11%,34%)
(0.08/0.00/0.11/0.34)	

CMYK percentages

%7.74
%0
%10.71
%34.12

Codes

Color #9BA896 in popluar color models

9BA896
RGB155168150
HSL103°9.38%62.35%
HSB/HSV103°10.71%65.88%
CMYK7.74%0.00%10.71%
34.12%

Color #9BA896 in popluar number systems.

HEX9BA896
Decimal155168150
Binary100110111010100010010110
Octal233250226

Shades and tints

Shades of #9BA896

#9BA896
(155,168,150)
#8D9989
(141,153,137)
#7F8A7C
(127,138,124)
#717B6F
(113,123,111)
#636C62
(99,108,98)
#555D55
(85,93,85)
#474E48
(71,78,72)
#393F3B
(57,63,59)
#2B302E
(43,48,46)
#1D2121
(29,33,33)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #9BA896

#9BA896
(155,168,150)
#A4AF9F
(164,175,159)
#ADB6A8
(173,182,168)
#B6BDB1
(182,189,177)
#BFC4BA
(191,196,186)
#C8CBC3
(200,203,195)
#D1D2CC
(209,210,204)
#DAD9D5
(218,217,213)
#E3E0DE
(227,224,222)
#ECE7E7
(236,231,231)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA896 color. Also use rgb(155,168,150) instead hex code.

Text Font Color

.myTextColor { color: #9BA896; }

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

This text font color is #9BA896.


Background Color

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

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

This div background color is #9BA896.


Border color

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

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

This div border color is #9BA896.


Opacity

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

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

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

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

This text has shadow with #9BA896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA896 on black background.


Color preview on white background

This text has color #9BA896 on white background.



Black color preview on #9BA896 background

This text has black color on #9BA896 background.


White color preview on #9BA896 background

This text has white color on #9BA896 background.