COLOR #9FCFBC

HEX: #9FCFBC
RGB: (159,207,188)

Color info

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

RGB color model

#9FCFBC color RGB value is (159,207,188).

  • red value is 159;
  • green value is 207;
  • blue value is 188.
RGB:
(159,207,188)
(62%,81%,74%)

RGB channels and saturation

R 159 of 255 = 62%
G 207 of 255 = 81%
B 188 of 255 = 74%

159
207
188

R + G + B ~ 72%. #9FCFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 207 + 188 = 554 (100%)
R 159 of 554 ~ 28.7%
G 207 of 554 ~ 37.36%
B 188 of 554 ~ 33.94%

%28.7
%37.36
%33.94

CMYK color model

#9FCFBC color CMYK value is (23,0,9,19).

  • cyan value is 23.19%
  • magenta value is 0.00%
  • yellow value is 9.18%
  • key color value is 18.82%
CMYK:
(23,0,9,19)
C23M0Y9K19 
(23%,0%,9%,19%)
(0.23/0.00/0.09/0.19)	

CMYK percentages

%23.19
%0
%9.18
%18.82

Codes

Color #9FCFBC in popluar color models

9FCFBC
RGB159207188
HSL156°33.33%71.76%
HSB/HSV156°23.19%81.18%
CMYK23.19%0.00%9.18%
18.82%

Color #9FCFBC in popluar number systems.

HEX9FCFBC
Decimal159207188
Binary100111111100111110111100
Octal237317274

Shades and tints

Shades of #9FCFBC

#9FCFBC
(159,207,188)
#91BDAB
(145,189,171)
#83AB9A
(131,171,154)
#759989
(117,153,137)
#678778
(103,135,120)
#597567
(89,117,103)
#4B6356
(75,99,86)
#3D5145
(61,81,69)
#2F3F34
(47,63,52)
#212D23
(33,45,35)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #9FCFBC

#9FCFBC
(159,207,188)
#A7D3C2
(167,211,194)
#AFD7C8
(175,215,200)
#B7DBCE
(183,219,206)
#BFDFD4
(191,223,212)
#C7E3DA
(199,227,218)
#CFE7E0
(207,231,224)
#D7EBE6
(215,235,230)
#DFEFEC
(223,239,236)
#E7F3F2
(231,243,242)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCFBC color. Also use rgb(159,207,188) instead hex code.

Text Font Color

.myTextColor { color: #9FCFBC; }

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

This text font color is #9FCFBC.


Background Color

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

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

This div background color is #9FCFBC.


Border color

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

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

This div border color is #9FCFBC.


Opacity

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

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

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

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

This text has shadow with #9FCFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCFBC on black background.


Color preview on white background

This text has color #9FCFBC on white background.



Black color preview on #9FCFBC background

This text has black color on #9FCFBC background.


White color preview on #9FCFBC background

This text has white color on #9FCFBC background.