COLOR #9FBBA6

HEX: #9FBBA6
RGB: (159,187,166)

Color info

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

RGB color model

#9FBBA6 color RGB value is (159,187,166).

  • red value is 159;
  • green value is 187;
  • blue value is 166.
RGB:
(159,187,166)
(62%,73%,65%)

RGB channels and saturation

R 159 of 255 = 62%
G 187 of 255 = 73%
B 166 of 255 = 65%

159
187
166

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

Portions of RGB colors in percentages

R + G + B =
159 + 187 + 166 = 512 (100%)
R 159 of 512 ~ 31.05%
G 187 of 512 ~ 36.52%
B 166 of 512 ~ 32.42%

%31.05
%36.52
%32.42

CMYK color model

#9FBBA6 color CMYK value is (15,0,11,27).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK:
(15,0,11,27)
C15M0Y11K27 
(15%,0%,11%,27%)
(0.15/0.00/0.11/0.27)	

CMYK percentages

%14.97
%0
%11.23
%26.67

Codes

Color #9FBBA6 in popluar color models

9FBBA6
RGB159187166
HSL135°17.07%67.84%
HSB/HSV135°14.97%73.33%
CMYK14.97%0.00%11.23%
26.67%

Color #9FBBA6 in popluar number systems.

HEX9FBBA6
Decimal159187166
Binary100111111011101110100110
Octal237273246

Shades and tints

Shades of #9FBBA6

#9FBBA6
(159,187,166)
#91AA97
(145,170,151)
#839988
(131,153,136)
#758879
(117,136,121)
#67776A
(103,119,106)
#59665B
(89,102,91)
#4B554C
(75,85,76)
#3D443D
(61,68,61)
#2F332E
(47,51,46)
#21221F
(33,34,31)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #9FBBA6

#9FBBA6
(159,187,166)
#A7C1AE
(167,193,174)
#AFC7B6
(175,199,182)
#B7CDBE
(183,205,190)
#BFD3C6
(191,211,198)
#C7D9CE
(199,217,206)
#CFDFD6
(207,223,214)
#D7E5DE
(215,229,222)
#DFEBE6
(223,235,230)
#E7F1EE
(231,241,238)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBBA6 color. Also use rgb(159,187,166) instead hex code.

Text Font Color

.myTextColor { color: #9FBBA6; }

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

This text font color is #9FBBA6.


Background Color

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

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

This div background color is #9FBBA6.


Border color

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

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

This div border color is #9FBBA6.


Opacity

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

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

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

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

This text has shadow with #9FBBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBBA6 on black background.


Color preview on white background

This text has color #9FBBA6 on white background.



Black color preview on #9FBBA6 background

This text has black color on #9FBBA6 background.


White color preview on #9FBBA6 background

This text has white color on #9FBBA6 background.