COLOR #9FC7C8

HEX: #9FC7C8
RGB: (159,199,200)

Color info

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

RGB color model

#9FC7C8 color RGB value is (159,199,200).

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

RGB channels and saturation

R 159 of 255 = 62%
G 199 of 255 = 78%
B 200 of 255 = 78%

159
199
200

R + G + B ~ 73%. #9FC7C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 199 + 200 = 558 (100%)
R 159 of 558 ~ 28.49%
G 199 of 558 ~ 35.66%
B 200 of 558 ~ 35.84%

%28.49
%35.66
%35.84

CMYK color model

#9FC7C8 color CMYK value is (21,0,0,22).

  • cyan value is 20.50%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(21,0,0,22)
C21M0Y0K22 
(21%,0%,0%,22%)
(0.21/0.00/0.00/0.22)	

CMYK percentages

%20.5
%0.5
%0
%21.57

Codes

Color #9FC7C8 in popluar color models

9FC7C8
RGB159199200
HSL181°27.15%70.39%
HSB/HSV181°20.50%78.43%
CMYK20.50%0.50%0.00%
21.57%

Color #9FC7C8 in popluar number systems.

HEX9FC7C8
Decimal159199200
Binary100111111100011111001000
Octal237307310

Shades and tints

Shades of #9FC7C8

#9FC7C8
(159,199,200)
#91B5B6
(145,181,182)
#83A3A4
(131,163,164)
#759192
(117,145,146)
#677F80
(103,127,128)
#596D6E
(89,109,110)
#4B5B5C
(75,91,92)
#3D494A
(61,73,74)
#2F3738
(47,55,56)
#212526
(33,37,38)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #9FC7C8

#9FC7C8
(159,199,200)
#A7CCCD
(167,204,205)
#AFD1D2
(175,209,210)
#B7D6D7
(183,214,215)
#BFDBDC
(191,219,220)
#C7E0E1
(199,224,225)
#CFE5E6
(207,229,230)
#D7EAEB
(215,234,235)
#DFEFF0
(223,239,240)
#E7F4F5
(231,244,245)
#EFF9FA
(239,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC7C8; }

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

This text font color is #9FC7C8.


Background Color

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

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

This div background color is #9FC7C8.


Border color

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

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

This div border color is #9FC7C8.


Opacity

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

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

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

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

This text has shadow with #9FC7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC7C8 on black background.


Color preview on white background

This text has color #9FC7C8 on white background.



Black color preview on #9FC7C8 background

This text has black color on #9FC7C8 background.


White color preview on #9FC7C8 background

This text has white color on #9FC7C8 background.