COLOR #9FBBA3

HEX: #9FBBA3
RGB: (159,187,163)

Color info

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

RGB color model

#9FBBA3 color RGB value is (159,187,163).

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

RGB channels and saturation

R 159 of 255 = 62%
G 187 of 255 = 73%
B 163 of 255 = 64%

159
187
163

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

Portions of RGB colors in percentages

R + G + B =
159 + 187 + 163 = 509 (100%)
R 159 of 509 ~ 31.24%
G 187 of 509 ~ 36.74%
B 163 of 509 ~ 32.02%

%31.24
%36.74
%32.02

CMYK color model

#9FBBA3 color CMYK value is (15,0,13,27).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 12.83%
  • key color value is 26.67%
CMYK:
(15,0,13,27)
C15M0Y13K27 
(15%,0%,13%,27%)
(0.15/0.00/0.13/0.27)	

CMYK percentages

%14.97
%0
%12.83
%26.67

Codes

Color #9FBBA3 in popluar color models

9FBBA3
RGB159187163
HSL129°17.07%67.84%
HSB/HSV129°14.97%73.33%
CMYK14.97%0.00%12.83%
26.67%

Color #9FBBA3 in popluar number systems.

HEX9FBBA3
Decimal159187163
Binary100111111011101110100011
Octal237273243

Shades and tints

Shades of #9FBBA3

#9FBBA3
(159,187,163)
#91AA95
(145,170,149)
#839987
(131,153,135)
#758879
(117,136,121)
#67776B
(103,119,107)
#59665D
(89,102,93)
#4B554F
(75,85,79)
#3D4441
(61,68,65)
#2F3333
(47,51,51)
#212225
(33,34,37)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #9FBBA3

#9FBBA3
(159,187,163)
#A7C1AB
(167,193,171)
#AFC7B3
(175,199,179)
#B7CDBB
(183,205,187)
#BFD3C3
(191,211,195)
#C7D9CB
(199,217,203)
#CFDFD3
(207,223,211)
#D7E5DB
(215,229,219)
#DFEBE3
(223,235,227)
#E7F1EB
(231,241,235)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBBA3; }

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

This text font color is #9FBBA3.


Background Color

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

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

This div background color is #9FBBA3.


Border color

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

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

This div border color is #9FBBA3.


Opacity

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

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

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

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

This text has shadow with #9FBBA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBBA3 on black background.


Color preview on white background

This text has color #9FBBA3 on white background.



Black color preview on #9FBBA3 background

This text has black color on #9FBBA3 background.


White color preview on #9FBBA3 background

This text has white color on #9FBBA3 background.