COLOR #9FC8BD

HEX: #9FC8BD
RGB: (159,200,189)

Color info

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

RGB color model

#9FC8BD color RGB value is (159,200,189).

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

RGB channels and saturation

R 159 of 255 = 62%
G 200 of 255 = 78%
B 189 of 255 = 74%

159
200
189

R + G + B ~ 71%. #9FC8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 200 + 189 = 548 (100%)
R 159 of 548 ~ 29.01%
G 200 of 548 ~ 36.5%
B 189 of 548 ~ 34.49%

%29.01
%36.5
%34.49

CMYK color model

#9FC8BD color CMYK value is (21,0,5,22).

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 21.57%
CMYK:
(21,0,5,22)
C21M0Y5K22 
(21%,0%,5%,22%)
(0.21/0.00/0.05/0.22)	

CMYK percentages

%20.5
%0
%5.5
%21.57

Codes

Color #9FC8BD in popluar color models

9FC8BD
RGB159200189
HSL164°27.15%70.39%
HSB/HSV164°20.50%78.43%
CMYK20.50%0.00%5.50%
21.57%

Color #9FC8BD in popluar number systems.

HEX9FC8BD
Decimal159200189
Binary100111111100100010111101
Octal237310275

Shades and tints

Shades of #9FC8BD

#9FC8BD
(159,200,189)
#91B6AC
(145,182,172)
#83A49B
(131,164,155)
#75928A
(117,146,138)
#678079
(103,128,121)
#596E68
(89,110,104)
#4B5C57
(75,92,87)
#3D4A46
(61,74,70)
#2F3835
(47,56,53)
#212624
(33,38,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #9FC8BD

#9FC8BD
(159,200,189)
#A7CDC3
(167,205,195)
#AFD2C9
(175,210,201)
#B7D7CF
(183,215,207)
#BFDCD5
(191,220,213)
#C7E1DB
(199,225,219)
#CFE6E1
(207,230,225)
#D7EBE7
(215,235,231)
#DFF0ED
(223,240,237)
#E7F5F3
(231,245,243)
#EFFAF9
(239,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC8BD; }

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

This text font color is #9FC8BD.


Background Color

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

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

This div background color is #9FC8BD.


Border color

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

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

This div border color is #9FC8BD.


Opacity

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

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

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

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

This text has shadow with #9FC8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC8BD on black background.


Color preview on white background

This text has color #9FC8BD on white background.



Black color preview on #9FC8BD background

This text has black color on #9FC8BD background.


White color preview on #9FC8BD background

This text has white color on #9FC8BD background.