COLOR #9FC7BD

HEX: #9FC7BD
RGB: (159,199,189)

Color info

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

RGB color model

#9FC7BD color RGB value is (159,199,189).

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

RGB channels and saturation

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

159
199
189

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

Portions of RGB colors in percentages

R + G + B =
159 + 199 + 189 = 547 (100%)
R 159 of 547 ~ 29.07%
G 199 of 547 ~ 36.38%
B 189 of 547 ~ 34.55%

%29.07
%36.38
%34.55

CMYK color model

#9FC7BD color CMYK value is (20,0,5,22).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK:
(20,0,5,22)
C20M0Y5K22 
(20%,0%,5%,22%)
(0.20/0.00/0.05/0.22)	

CMYK percentages

%20.1
%0
%5.03
%21.96

Codes

Color #9FC7BD in popluar color models

9FC7BD
RGB159199189
HSL165°26.32%70.20%
HSB/HSV165°20.10%78.04%
CMYK20.10%0.00%5.03%
21.96%

Color #9FC7BD in popluar number systems.

HEX9FC7BD
Decimal159199189
Binary100111111100011110111101
Octal237307275

Shades and tints

Shades of #9FC7BD

#9FC7BD
(159,199,189)
#91B5AC
(145,181,172)
#83A39B
(131,163,155)
#75918A
(117,145,138)
#677F79
(103,127,121)
#596D68
(89,109,104)
#4B5B57
(75,91,87)
#3D4946
(61,73,70)
#2F3735
(47,55,53)
#212524
(33,37,36)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #9FC7BD

#9FC7BD
(159,199,189)
#A7CCC3
(167,204,195)
#AFD1C9
(175,209,201)
#B7D6CF
(183,214,207)
#BFDBD5
(191,219,213)
#C7E0DB
(199,224,219)
#CFE5E1
(207,229,225)
#D7EAE7
(215,234,231)
#DFEFED
(223,239,237)
#E7F4F3
(231,244,243)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC7BD; }

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

This text font color is #9FC7BD.


Background Color

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

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

This div background color is #9FC7BD.


Border color

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

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

This div border color is #9FC7BD.


Opacity

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

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

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

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

This text has shadow with #9FC7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC7BD on black background.


Color preview on white background

This text has color #9FC7BD on white background.



Black color preview on #9FC7BD background

This text has black color on #9FC7BD background.


White color preview on #9FC7BD background

This text has white color on #9FC7BD background.