COLOR #9FBCB9

HEX: #9FBCB9 RGB: (159,188,185)

Color info

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

RGB color model

#9FBCB9 color RGB value is (159,188,185).

RGB: (159,188,185) (62%, 74%, 73%)

RGB channels and saturation

R 159 of 255 = 62%
G 188 of 255 = 74%
B 185 of 255 = 73%

159
188
185

R + G + B ~ 70%. #9FBCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 188 + 185 = 532 (100%)
R 159 of 532 ~ 29.89%
G 188 of 532 ~ 35.34%
B 185 of 532 ~ 34.77'%

%29.89
%35.34
%34.77

CMYK color model

#9FBCB9 color CMYK value is (15,0,2,26).

  • cyan value is 15.43%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.27%

CMYK: (15,0,2,26)
C15M0Y2K26 (15%, 0%, 2%, 26%)
(0.15 / 0.00 / 0.02 / 0.26)

CMYK percentages

%15.43
%0
%1.6
%26.27

Codes

Color #9FBCB9 in popluar color models

9F BC B9
RGB 159 188 185
HSL 174° 17.79% 68.04%
HSB/HSV 174° 15.43% 73.73%
CMYK 15.43% 0.00% 1.60%
26.27%

Color #9FBCB9 in popluar number systems.

HEX 9F BC B9
Decimal 159 188 185
Binary 10011111 10111100 10111001
Octal 237 274 271

Shades and tints

Shades of #9FBCB9

#9FBCB9
(159,188,185)
#91ABA9
(145,171,169)
#839A99
(131,154,153)
#758989
(117,137,137)
#677879
(103,120,121)
#596769
(89,103,105)
#4B5659
(75,86,89)
#3D4549
(61,69,73)
#2F3439
(47,52,57)
#212329
(33,35,41)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #9FBCB9

#9FBCB9
(159,188,185)
#A7C2BF
(167,194,191)
#AFC8C5
(175,200,197)
#B7CECB
(183,206,203)
#BFD4D1
(191,212,209)
#C7DAD7
(199,218,215)
#CFE0DD
(207,224,221)
#D7E6E3
(215,230,227)
#DFECE9
(223,236,233)
#E7F2EF
(231,242,239)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBCB9 color. Also use rgb(159,188,185) instead hex code.

Text Font Color

.myTextColor { color: #9FBCB9; }

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

This text font color is #9FBCB9.

Background Color

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

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

This div background color is #9FBCB9.

Border color

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

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

This div border color is #9FBCB9.

Opacity

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

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

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

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

This text has shadow with #9FBCB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBCB9.

Preview

Color preview on black background

This text has color #9FBCB9 on black background.


Color preview on white background

This text has color #9FBCB9 on white background.


Black color preview on #9FBCB9 background

This text has black color on #9FBCB9 background.


White color preview on #9FBCB9 background

This text has white color on #9FBCB9 background.


Related colors

Complementary color

Complementary color for #hex is #604346.


I love getcolorcode.com

Triadic colors

1 #B99FBC and #BCB99F with #9FBCB9 are triadic colors.

2 #B9BC9F and #BC9FB9 with #9FBCB9 are triadic colors.