COLOR #9FBBA0

HEX: #9FBBA0
RGB: (159,187,160)

Color info

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

RGB color model

#9FBBA0 color RGB value is (159,187,160).

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

RGB channels and saturation

R 159 of 255 = 62%
G 187 of 255 = 73%
B 160 of 255 = 63%

159
187
160

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

Portions of RGB colors in percentages

R + G + B =
159 + 187 + 160 = 506 (100%)
R 159 of 506 ~ 31.42%
G 187 of 506 ~ 36.96%
B 160 of 506 ~ 31.62%

%31.42
%36.96
%31.62

CMYK color model

#9FBBA0 color CMYK value is (15,0,14,27).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK:
(15,0,14,27)
C15M0Y14K27 
(15%,0%,14%,27%)
(0.15/0.00/0.14/0.27)	

CMYK percentages

%14.97
%0
%14.44
%26.67

Codes

Color #9FBBA0 in popluar color models

9FBBA0
RGB159187160
HSL122°17.07%67.84%
HSB/HSV122°14.97%73.33%
CMYK14.97%0.00%14.44%
26.67%

Color #9FBBA0 in popluar number systems.

HEX9FBBA0
Decimal159187160
Binary100111111011101110100000
Octal237273240

Shades and tints

Shades of #9FBBA0

#9FBBA0
(159,187,160)
#91AA92
(145,170,146)
#839984
(131,153,132)
#758876
(117,136,118)
#677768
(103,119,104)
#59665A
(89,102,90)
#4B554C
(75,85,76)
#3D443E
(61,68,62)
#2F3330
(47,51,48)
#212222
(33,34,34)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #9FBBA0

#9FBBA0
(159,187,160)
#A7C1A8
(167,193,168)
#AFC7B0
(175,199,176)
#B7CDB8
(183,205,184)
#BFD3C0
(191,211,192)
#C7D9C8
(199,217,200)
#CFDFD0
(207,223,208)
#D7E5D8
(215,229,216)
#DFEBE0
(223,235,224)
#E7F1E8
(231,241,232)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBBA0; }

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

This text font color is #9FBBA0.


Background Color

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

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

This div background color is #9FBBA0.


Border color

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

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

This div border color is #9FBBA0.


Opacity

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

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

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

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

This text has shadow with #9FBBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBBA0 on black background.


Color preview on white background

This text has color #9FBBA0 on white background.



Black color preview on #9FBBA0 background

This text has black color on #9FBBA0 background.


White color preview on #9FBBA0 background

This text has white color on #9FBBA0 background.