COLOR #9FCFB4

HEX: #9FCFB4
RGB: (159,207,180)

Color info

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

RGB color model

#9FCFB4 color RGB value is (159,207,180).

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

RGB channels and saturation

R 159 of 255 = 62%
G 207 of 255 = 81%
B 180 of 255 = 71%

159
207
180

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

Portions of RGB colors in percentages

R + G + B =
159 + 207 + 180 = 546 (100%)
R 159 of 546 ~ 29.12%
G 207 of 546 ~ 37.91%
B 180 of 546 ~ 32.97%

%29.12
%37.91
%32.97

CMYK color model

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

  • cyan value is 23.19%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 18.82%
CMYK:
(23,0,13,19)
C23M0Y13K19 
(23%,0%,13%,19%)
(0.23/0.00/0.13/0.19)	

CMYK percentages

%23.19
%0
%13.04
%18.82

Codes

Color #9FCFB4 in popluar color models

9FCFB4
RGB159207180
HSL146°33.33%71.76%
HSB/HSV146°23.19%81.18%
CMYK23.19%0.00%13.04%
18.82%

Color #9FCFB4 in popluar number systems.

HEX9FCFB4
Decimal159207180
Binary100111111100111110110100
Octal237317264

Shades and tints

Shades of #9FCFB4

#9FCFB4
(159,207,180)
#91BDA4
(145,189,164)
#83AB94
(131,171,148)
#759984
(117,153,132)
#678774
(103,135,116)
#597564
(89,117,100)
#4B6354
(75,99,84)
#3D5144
(61,81,68)
#2F3F34
(47,63,52)
#212D24
(33,45,36)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #9FCFB4

#9FCFB4
(159,207,180)
#A7D3BA
(167,211,186)
#AFD7C0
(175,215,192)
#B7DBC6
(183,219,198)
#BFDFCC
(191,223,204)
#C7E3D2
(199,227,210)
#CFE7D8
(207,231,216)
#D7EBDE
(215,235,222)
#DFEFE4
(223,239,228)
#E7F3EA
(231,243,234)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCFB4; }

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

This text font color is #9FCFB4.


Background Color

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

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

This div background color is #9FCFB4.


Border color

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

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

This div border color is #9FCFB4.


Opacity

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

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

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

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

This text has shadow with #9FCFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCFB4 on black background.


Color preview on white background

This text has color #9FCFB4 on white background.



Black color preview on #9FCFB4 background

This text has black color on #9FCFB4 background.


White color preview on #9FCFB4 background

This text has white color on #9FCFB4 background.