COLOR #9FC1B5

HEX: #9FC1B5
RGB: (159,193,181)

Color info

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

RGB color model

#9FC1B5 color RGB value is (159,193,181).

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

RGB channels and saturation

R 159 of 255 = 62%
G 193 of 255 = 76%
B 181 of 255 = 71%

159
193
181

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

Portions of RGB colors in percentages

R + G + B =
159 + 193 + 181 = 533 (100%)
R 159 of 533 ~ 29.83%
G 193 of 533 ~ 36.21%
B 181 of 533 ~ 33.96%

%29.83
%36.21
%33.96

CMYK color model

#9FC1B5 color CMYK value is (18,0,6,24).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 6.22%
  • key color value is 24.31%
CMYK:
(18,0,6,24)
C18M0Y6K24 
(18%,0%,6%,24%)
(0.18/0.00/0.06/0.24)	

CMYK percentages

%17.62
%0
%6.22
%24.31

Codes

Color #9FC1B5 in popluar color models

9FC1B5
RGB159193181
HSL159°21.52%69.02%
HSB/HSV159°17.62%75.69%
CMYK17.62%0.00%6.22%
24.31%

Color #9FC1B5 in popluar number systems.

HEX9FC1B5
Decimal159193181
Binary100111111100000110110101
Octal237301265

Shades and tints

Shades of #9FC1B5

#9FC1B5
(159,193,181)
#91B0A5
(145,176,165)
#839F95
(131,159,149)
#758E85
(117,142,133)
#677D75
(103,125,117)
#596C65
(89,108,101)
#4B5B55
(75,91,85)
#3D4A45
(61,74,69)
#2F3935
(47,57,53)
#212825
(33,40,37)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #9FC1B5

#9FC1B5
(159,193,181)
#A7C6BB
(167,198,187)
#AFCBC1
(175,203,193)
#B7D0C7
(183,208,199)
#BFD5CD
(191,213,205)
#C7DAD3
(199,218,211)
#CFDFD9
(207,223,217)
#D7E4DF
(215,228,223)
#DFE9E5
(223,233,229)
#E7EEEB
(231,238,235)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC1B5; }

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

This text font color is #9FC1B5.


Background Color

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

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

This div background color is #9FC1B5.


Border color

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

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

This div border color is #9FC1B5.


Opacity

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

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

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

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

This text has shadow with #9FC1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC1B5 on black background.


Color preview on white background

This text has color #9FC1B5 on white background.



Black color preview on #9FC1B5 background

This text has black color on #9FC1B5 background.


White color preview on #9FC1B5 background

This text has white color on #9FC1B5 background.