COLOR #9BACA4

HEX: #9BACA4
RGB: (155,172,164)

Color info

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

RGB color model

#9BACA4 color RGB value is (155,172,164).

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

RGB channels and saturation

R 155 of 255 = 61%
G 172 of 255 = 67%
B 164 of 255 = 64%

155
172
164

R + G + B ~ 64%. #9BACA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 172 + 164 = 491 (100%)
R 155 of 491 ~ 31.57%
G 172 of 491 ~ 35.03%
B 164 of 491 ~ 33.4%

%31.57
%35.03
%33.4

CMYK color model

#9BACA4 color CMYK value is (10,0,5,33).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 32.55%
CMYK:
(10,0,5,33)
C10M0Y5K33 
(10%,0%,5%,33%)
(0.10/0.00/0.05/0.33)	

CMYK percentages

%9.88
%0
%4.65
%32.55

Codes

Color #9BACA4 in popluar color models

9BACA4
RGB155172164
HSL152°9.29%64.12%
HSB/HSV152°9.88%67.45%
CMYK9.88%0.00%4.65%
32.55%

Color #9BACA4 in popluar number systems.

HEX9BACA4
Decimal155172164
Binary100110111010110010100100
Octal233254244

Shades and tints

Shades of #9BACA4

#9BACA4
(155,172,164)
#8D9D96
(141,157,150)
#7F8E88
(127,142,136)
#717F7A
(113,127,122)
#63706C
(99,112,108)
#55615E
(85,97,94)
#475250
(71,82,80)
#394342
(57,67,66)
#2B3434
(43,52,52)
#1D2526
(29,37,38)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #9BACA4

#9BACA4
(155,172,164)
#A4B3AC
(164,179,172)
#ADBAB4
(173,186,180)
#B6C1BC
(182,193,188)
#BFC8C4
(191,200,196)
#C8CFCC
(200,207,204)
#D1D6D4
(209,214,212)
#DADDDC
(218,221,220)
#E3E4E4
(227,228,228)
#ECEBEC
(236,235,236)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BACA4; }

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

This text font color is #9BACA4.


Background Color

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

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

This div background color is #9BACA4.


Border color

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

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

This div border color is #9BACA4.


Opacity

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

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

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

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

This text has shadow with #9BACA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BACA4 on black background.


Color preview on white background

This text has color #9BACA4 on white background.



Black color preview on #9BACA4 background

This text has black color on #9BACA4 background.


White color preview on #9BACA4 background

This text has white color on #9BACA4 background.