COLOR #9FBBA7

HEX: #9FBBA7 RGB: (159,187,167)

Color info

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

RGB color model

#9FBBA7 color RGB value is (159,187,167).

RGB: (159,187,167) (62%, 73%, 65%)

RGB channels and saturation

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

159
187
167

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

Portions of RGB colors in percentages

R + G + B = 159 + 187 + 167 = 513 (100%)
R 159 of 513 ~ 30.99%
G 187 of 513 ~ 36.45%
B 167 of 513 ~ 32.55'%

%30.99
%36.45
%32.55

CMYK color model

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

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • 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
%10.7
%26.67

Codes

Color #9FBBA7 in popluar color models

9F BB A7
RGB 159 187 167
HSL 137° 17.07% 67.84%
HSB/HSV 137° 14.97% 73.33%
CMYK 14.97% 0.00% 10.70%
26.67%

Color #9FBBA7 in popluar number systems.

HEX 9F BB A7
Decimal 159 187 167
Binary 10011111 10111011 10100111
Octal 237 273 247

Shades and tints

Shades of #9FBBA7

#9FBBA7
(159,187,167)
#91AA98
(145,170,152)
#839989
(131,153,137)
#75887A
(117,136,122)
#67776B
(103,119,107)
#59665C
(89,102,92)
#4B554D
(75,85,77)
#3D443E
(61,68,62)
#2F332F
(47,51,47)
#212220
(33,34,32)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #9FBBA7

#9FBBA7
(159,187,167)
#A7C1AF
(167,193,175)
#AFC7B7
(175,199,183)
#B7CDBF
(183,205,191)
#BFD3C7
(191,211,199)
#C7D9CF
(199,217,207)
#CFDFD7
(207,223,215)
#D7E5DF
(215,229,223)
#DFEBE7
(223,235,231)
#E7F1EF
(231,241,239)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBBA7; }

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

This text font color is #9FBBA7.

Background Color

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

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

This div background color is #9FBBA7.

Border color

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

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

This div border color is #9FBBA7.

Opacity

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

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

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

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

This text has shadow with #9FBBA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBBA7.

Preview

Color preview on black background

This text has color #9FBBA7 on black background.


Color preview on white background

This text has color #9FBBA7 on white background.


Black color preview on #9FBBA7 background

This text has black color on #9FBBA7 background.


White color preview on #9FBBA7 background

This text has white color on #9FBBA7 background.


Related colors

Complementary color

Complementary color for #hex is #604458.


I love getcolorcode.com

Triadic colors

1 #A79FBB and #BBA79F with #9FBBA7 are triadic colors.

2 #A7BB9F and #BB9FA7 with #9FBBA7 are triadic colors.