COLOR #9FBDCB

HEX: #9FBDCB
RGB: (159,189,203)

Color info

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

RGB color model

#9FBDCB color RGB value is (159,189,203).

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

RGB channels and saturation

R 159 of 255 = 62%
G 189 of 255 = 74%
B 203 of 255 = 80%

159
189
203

R + G + B ~ 72%. #9FBDCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 189 + 203 = 551 (100%)
R 159 of 551 ~ 28.86%
G 189 of 551 ~ 34.3%
B 203 of 551 ~ 36.84%

%28.86
%34.3
%36.84

CMYK color model

#9FBDCB color CMYK value is (22,7,0,20).

  • cyan value is 21.67%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(22,7,0,20)
C22M7Y0K20 
(22%,7%,0%,20%)
(0.22/0.07/0.00/0.20)	

CMYK percentages

%21.67
%6.9
%0
%20.39

Codes

Color #9FBDCB in popluar color models

9FBDCB
RGB159189203
HSL199°29.73%70.98%
HSB/HSV199°21.67%79.61%
CMYK21.67%6.90%0.00%
20.39%

Color #9FBDCB in popluar number systems.

HEX9FBDCB
Decimal159189203
Binary100111111011110111001011
Octal237275313

Shades and tints

Shades of #9FBDCB

#9FBDCB
(159,189,203)
#91ACB9
(145,172,185)
#839BA7
(131,155,167)
#758A95
(117,138,149)
#677983
(103,121,131)
#596871
(89,104,113)
#4B575F
(75,87,95)
#3D464D
(61,70,77)
#2F353B
(47,53,59)
#212429
(33,36,41)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #9FBDCB

#9FBDCB
(159,189,203)
#A7C3CF
(167,195,207)
#AFC9D3
(175,201,211)
#B7CFD7
(183,207,215)
#BFD5DB
(191,213,219)
#C7DBDF
(199,219,223)
#CFE1E3
(207,225,227)
#D7E7E7
(215,231,231)
#DFEDEB
(223,237,235)
#E7F3EF
(231,243,239)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBDCB; }

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

This text font color is #9FBDCB.


Background Color

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

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

This div background color is #9FBDCB.


Border color

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

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

This div border color is #9FBDCB.


Opacity

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

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

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

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

This text has shadow with #9FBDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBDCB on black background.


Color preview on white background

This text has color #9FBDCB on white background.



Black color preview on #9FBDCB background

This text has black color on #9FBDCB background.


White color preview on #9FBDCB background

This text has white color on #9FBDCB background.