COLOR #9FBAA4

HEX: #9FBAA4
RGB: (159,186,164)

Color info

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

RGB color model

#9FBAA4 color RGB value is (159,186,164).

  • red value is 159;
  • green value is 186;
  • blue value is 164.
RGB:
(159,186,164)
(62%,73%,64%)

RGB channels and saturation

R 159 of 255 = 62%
G 186 of 255 = 73%
B 164 of 255 = 64%

159
186
164

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

Portions of RGB colors in percentages

R + G + B =
159 + 186 + 164 = 509 (100%)
R 159 of 509 ~ 31.24%
G 186 of 509 ~ 36.54%
B 164 of 509 ~ 32.22%

%31.24
%36.54
%32.22

CMYK color model

#9FBAA4 color CMYK value is (15,0,12,27).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 27.06%
CMYK:
(15,0,12,27)
C15M0Y12K27 
(15%,0%,12%,27%)
(0.15/0.00/0.12/0.27)	

CMYK percentages

%14.52
%0
%11.83
%27.06

Codes

Color #9FBAA4 in popluar color models

9FBAA4
RGB159186164
HSL131°16.36%67.65%
HSB/HSV131°14.52%72.94%
CMYK14.52%0.00%11.83%
27.06%

Color #9FBAA4 in popluar number systems.

HEX9FBAA4
Decimal159186164
Binary100111111011101010100100
Octal237272244

Shades and tints

Shades of #9FBAA4

#9FBAA4
(159,186,164)
#91AA96
(145,170,150)
#839A88
(131,154,136)
#758A7A
(117,138,122)
#677A6C
(103,122,108)
#596A5E
(89,106,94)
#4B5A50
(75,90,80)
#3D4A42
(61,74,66)
#2F3A34
(47,58,52)
#212A26
(33,42,38)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #9FBAA4

#9FBAA4
(159,186,164)
#A7C0AC
(167,192,172)
#AFC6B4
(175,198,180)
#B7CCBC
(183,204,188)
#BFD2C4
(191,210,196)
#C7D8CC
(199,216,204)
#CFDED4
(207,222,212)
#D7E4DC
(215,228,220)
#DFEAE4
(223,234,228)
#E7F0EC
(231,240,236)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBAA4 color. Also use rgb(159,186,164) instead hex code.

Text Font Color

.myTextColor { color: #9FBAA4; }

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

This text font color is #9FBAA4.


Background Color

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

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

This div background color is #9FBAA4.


Border color

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

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

This div border color is #9FBAA4.


Opacity

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

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

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

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

This text has shadow with #9FBAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBAA4 on black background.


Color preview on white background

This text has color #9FBAA4 on white background.



Black color preview on #9FBAA4 background

This text has black color on #9FBAA4 background.


White color preview on #9FBAA4 background

This text has white color on #9FBAA4 background.