COLOR #9FBDB9

HEX: #9FBDB9
RGB: (159,189,185)

Color info

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

RGB color model

#9FBDB9 color RGB value is (159,189,185).

  • red value is 159;
  • green value is 189;
  • blue value is 185.
RGB:
(159,189,185)
(62%,74%,73%)

RGB channels and saturation

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

159
189
185

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

Portions of RGB colors in percentages

R + G + B =
159 + 189 + 185 = 533 (100%)
R 159 of 533 ~ 29.83%
G 189 of 533 ~ 35.46%
B 185 of 533 ~ 34.71%

%29.83
%35.46
%34.71

CMYK color model

#9FBDB9 color CMYK value is (16,0,2,26).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 2.12%
  • key color value is 25.88%
CMYK:
(16,0,2,26)
C16M0Y2K26 
(16%,0%,2%,26%)
(0.16/0.00/0.02/0.26)	

CMYK percentages

%15.87
%0
%2.12
%25.88

Codes

Color #9FBDB9 in popluar color models

9FBDB9
RGB159189185
HSL172°18.52%68.24%
HSB/HSV172°15.87%74.12%
CMYK15.87%0.00%2.12%
25.88%

Color #9FBDB9 in popluar number systems.

HEX9FBDB9
Decimal159189185
Binary100111111011110110111001
Octal237275271

Shades and tints

Shades of #9FBDB9

#9FBDB9
(159,189,185)
#91ACA9
(145,172,169)
#839B99
(131,155,153)
#758A89
(117,138,137)
#677979
(103,121,121)
#596869
(89,104,105)
#4B5759
(75,87,89)
#3D4649
(61,70,73)
#2F3539
(47,53,57)
#212429
(33,36,41)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #9FBDB9

#9FBDB9
(159,189,185)
#A7C3BF
(167,195,191)
#AFC9C5
(175,201,197)
#B7CFCB
(183,207,203)
#BFD5D1
(191,213,209)
#C7DBD7
(199,219,215)
#CFE1DD
(207,225,221)
#D7E7E3
(215,231,227)
#DFEDE9
(223,237,233)
#E7F3EF
(231,243,239)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBDB9; }

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

This text font color is #9FBDB9.


Background Color

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

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

This div background color is #9FBDB9.


Border color

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

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

This div border color is #9FBDB9.


Opacity

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

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

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

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

This text has shadow with #9FBDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBDB9 on black background.


Color preview on white background

This text has color #9FBDB9 on white background.



Black color preview on #9FBDB9 background

This text has black color on #9FBDB9 background.


White color preview on #9FBDB9 background

This text has white color on #9FBDB9 background.