COLOR #9FC9B9

HEX: #9FC9B9 RGB: (159,201,185)

Color info

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

RGB color model

#9FC9B9 color RGB value is (159,201,185).

RGB: (159,201,185) (62%, 79%, 73%)

RGB channels and saturation

R 159 of 255 = 62%
G 201 of 255 = 79%
B 185 of 255 = 73%

159
201
185

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

Portions of RGB colors in percentages

R + G + B = 159 + 201 + 185 = 545 (100%)
R 159 of 545 ~ 29.17%
G 201 of 545 ~ 36.88%
B 185 of 545 ~ 33.94'%

%29.17
%36.88
%33.94

CMYK color model

#9FC9B9 color CMYK value is (21,0,8,21).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 21.18%

CMYK: (21,0,8,21)
C21M0Y8K21 (21%, 0%, 8%, 21%)
(0.21 / 0.00 / 0.08 / 0.21)

CMYK percentages

%20.9
%0
%7.96
%21.18

Codes

Color #9FC9B9 in popluar color models

9F C9 B9
RGB 159 201 185
HSL 157° 28.00% 70.59%
HSB/HSV 157° 20.90% 78.82%
CMYK 20.90% 0.00% 7.96%
21.18%

Color #9FC9B9 in popluar number systems.

HEX 9F C9 B9
Decimal 159 201 185
Binary 10011111 11001001 10111001
Octal 237 311 271

Shades and tints

Shades of #9FC9B9

#9FC9B9
(159,201,185)
#91B7A9
(145,183,169)
#83A599
(131,165,153)
#759389
(117,147,137)
#678179
(103,129,121)
#596F69
(89,111,105)
#4B5D59
(75,93,89)
#3D4B49
(61,75,73)
#2F3939
(47,57,57)
#212729
(33,39,41)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #9FC9B9

#9FC9B9
(159,201,185)
#A7CDBF
(167,205,191)
#AFD1C5
(175,209,197)
#B7D5CB
(183,213,203)
#BFD9D1
(191,217,209)
#C7DDD7
(199,221,215)
#CFE1DD
(207,225,221)
#D7E5E3
(215,229,227)
#DFE9E9
(223,233,233)
#E7EDEF
(231,237,239)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC9B9; }

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

This text font color is #9FC9B9.

Background Color

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

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

This div background color is #9FC9B9.

Border color

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

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

This div border color is #9FC9B9.

Opacity

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

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

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

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

This text has shadow with #9FC9B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC9B9.

Preview

Color preview on black background

This text has color #9FC9B9 on black background.


Color preview on white background

This text has color #9FC9B9 on white background.


Black color preview on #9FC9B9 background

This text has black color on #9FC9B9 background.


White color preview on #9FC9B9 background

This text has white color on #9FC9B9 background.


Related colors

Complementary color

Complementary color for #hex is #603646.


I love getcolorcode.com

Triadic colors

1 #B99FC9 and #C9B99F with #9FC9B9 are triadic colors.

2 #B9C99F and #C99FB9 with #9FC9B9 are triadic colors.