COLOR #9FB2BB

HEX: #9FB2BB RGB: (159,178,187)

Color info

#9FB2BB contains red, green and blue colors in about the same proportion. Web safe color of #9FB2BB is #9999CC (or #99C).

RGB color model

#9FB2BB color RGB value is (159,178,187).

RGB: (159,178,187) (62%, 70%, 73%)

RGB channels and saturation

R 159 of 255 = 62%
G 178 of 255 = 70%
B 187 of 255 = 73%

159
178
187

R + G + B ~ 68%. #9FB2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 178 + 187 = 524 (100%)
R 159 of 524 ~ 30.34%
G 178 of 524 ~ 33.97%
B 187 of 524 ~ 35.69'%

%30.34
%33.97
%35.69

CMYK color model

#9FB2BB color CMYK value is (15,5,0,27).

  • cyan value is 14.97%
  • magenta value is 4.81%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (15,5,0,27)
C15M5Y0K27 (15%, 5%, 0%, 27%)
(0.15 / 0.05 / 0.00 / 0.27)

CMYK percentages

%14.97
%4.81
%0
%26.67

Codes

Color #9FB2BB in popluar color models

9F B2 BB
RGB 159 178 187
HSL 199° 17.07% 67.84%
HSB/HSV 199° 14.97% 73.33%
CMYK 14.97% 4.81% 0.00%
26.67%

Color #9FB2BB in popluar number systems.

HEX 9F B2 BB
Decimal 159 178 187
Binary 10011111 10110010 10111011
Octal 237 262 273

Shades and tints

Shades of #9FB2BB

#9FB2BB
(159,178,187)
#91A2AA
(145,162,170)
#839299
(131,146,153)
#758288
(117,130,136)
#677277
(103,114,119)
#596266
(89,98,102)
#4B5255
(75,82,85)
#3D4244
(61,66,68)
#2F3233
(47,50,51)
#212222
(33,34,34)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #9FB2BB

#9FB2BB
(159,178,187)
#A7B9C1
(167,185,193)
#AFC0C7
(175,192,199)
#B7C7CD
(183,199,205)
#BFCED3
(191,206,211)
#C7D5D9
(199,213,217)
#CFDCDF
(207,220,223)
#D7E3E5
(215,227,229)
#DFEAEB
(223,234,235)
#E7F1F1
(231,241,241)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FB2BB; }

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

This text font color is #9FB2BB.

Background Color

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

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

This div background color is #9FB2BB.

Border color

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

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

This div border color is #9FB2BB.

Opacity

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

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

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

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

This text has shadow with #9FB2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB2BB.

Preview

Color preview on black background

This text has color #9FB2BB on black background.


Color preview on white background

This text has color #9FB2BB on white background.


Black color preview on #9FB2BB background

This text has black color on #9FB2BB background.


White color preview on #9FB2BB background

This text has white color on #9FB2BB background.


Related colors

Complementary color

Complementary color for #hex is #604D44.


I love getcolorcode.com

Triadic colors

1 #BB9FB2 and #B2BB9F with #9FB2BB are triadic colors.

2 #BBB29F and #B29FBB with #9FB2BB are triadic colors.