COLOR #9FBDB4

HEX: #9FBDB4
RGB: (159,189,180)

Color info

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

RGB color model

#9FBDB4 color RGB value is (159,189,180).

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

RGB channels and saturation

R 159 of 255 = 62%
G 189 of 255 = 74%
B 180 of 255 = 71%

159
189
180

R + G + B ~ 69%. #9FBDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 189 + 180 = 528 (100%)
R 159 of 528 ~ 30.11%
G 189 of 528 ~ 35.8%
B 180 of 528 ~ 34.09%

%30.11
%35.8
%34.09

CMYK color model

#9FBDB4 color CMYK value is (16,0,5,26).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 25.88%
CMYK:
(16,0,5,26)
C16M0Y5K26 
(16%,0%,5%,26%)
(0.16/0.00/0.05/0.26)	

CMYK percentages

%15.87
%0
%4.76
%25.88

Codes

Color #9FBDB4 in popluar color models

9FBDB4
RGB159189180
HSL162°18.52%68.24%
HSB/HSV162°15.87%74.12%
CMYK15.87%0.00%4.76%
25.88%

Color #9FBDB4 in popluar number systems.

HEX9FBDB4
Decimal159189180
Binary100111111011110110110100
Octal237275264

Shades and tints

Shades of #9FBDB4

#9FBDB4
(159,189,180)
#91ACA4
(145,172,164)
#839B94
(131,155,148)
#758A84
(117,138,132)
#677974
(103,121,116)
#596864
(89,104,100)
#4B5754
(75,87,84)
#3D4644
(61,70,68)
#2F3534
(47,53,52)
#212424
(33,36,36)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #9FBDB4

#9FBDB4
(159,189,180)
#A7C3BA
(167,195,186)
#AFC9C0
(175,201,192)
#B7CFC6
(183,207,198)
#BFD5CC
(191,213,204)
#C7DBD2
(199,219,210)
#CFE1D8
(207,225,216)
#D7E7DE
(215,231,222)
#DFEDE4
(223,237,228)
#E7F3EA
(231,243,234)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBDB4; }

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

This text font color is #9FBDB4.


Background Color

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

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

This div background color is #9FBDB4.


Border color

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

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

This div border color is #9FBDB4.


Opacity

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

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

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

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

This text has shadow with #9FBDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBDB4 on black background.


Color preview on white background

This text has color #9FBDB4 on white background.



Black color preview on #9FBDB4 background

This text has black color on #9FBDB4 background.


White color preview on #9FBDB4 background

This text has white color on #9FBDB4 background.