COLOR #9FC7B5

HEX: #9FC7B5
RGB: (159,199,181)

Color info

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

RGB color model

#9FC7B5 color RGB value is (159,199,181).

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

RGB channels and saturation

R 159 of 255 = 62%
G 199 of 255 = 78%
B 181 of 255 = 71%

159
199
181

R + G + B ~ 70%. #9FC7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 199 + 181 = 539 (100%)
R 159 of 539 ~ 29.5%
G 199 of 539 ~ 36.92%
B 181 of 539 ~ 33.58%

%29.5
%36.92
%33.58

CMYK color model

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

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 21.96%
CMYK:
(20,0,9,22)
C20M0Y9K22 
(20%,0%,9%,22%)
(0.20/0.00/0.09/0.22)	

CMYK percentages

%20.1
%0
%9.05
%21.96

Codes

Color #9FC7B5 in popluar color models

9FC7B5
RGB159199181
HSL153°26.32%70.20%
HSB/HSV153°20.10%78.04%
CMYK20.10%0.00%9.05%
21.96%

Color #9FC7B5 in popluar number systems.

HEX9FC7B5
Decimal159199181
Binary100111111100011110110101
Octal237307265

Shades and tints

Shades of #9FC7B5

#9FC7B5
(159,199,181)
#91B5A5
(145,181,165)
#83A395
(131,163,149)
#759185
(117,145,133)
#677F75
(103,127,117)
#596D65
(89,109,101)
#4B5B55
(75,91,85)
#3D4945
(61,73,69)
#2F3735
(47,55,53)
#212525
(33,37,37)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #9FC7B5

#9FC7B5
(159,199,181)
#A7CCBB
(167,204,187)
#AFD1C1
(175,209,193)
#B7D6C7
(183,214,199)
#BFDBCD
(191,219,205)
#C7E0D3
(199,224,211)
#CFE5D9
(207,229,217)
#D7EADF
(215,234,223)
#DFEFE5
(223,239,229)
#E7F4EB
(231,244,235)
#EFF9F1
(239,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC7B5; }

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

This text font color is #9FC7B5.


Background Color

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

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

This div background color is #9FC7B5.


Border color

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

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

This div border color is #9FC7B5.


Opacity

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

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

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

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

This text has shadow with #9FC7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC7B5 on black background.


Color preview on white background

This text has color #9FC7B5 on white background.



Black color preview on #9FC7B5 background

This text has black color on #9FC7B5 background.


White color preview on #9FC7B5 background

This text has white color on #9FC7B5 background.