COLOR #9FCFC7

HEX: #9FCFC7 RGB: (159,207,199)

Color info

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

RGB color model

#9FCFC7 color RGB value is (159,207,199).

RGB: (159,207,199) (62%, 81%, 78%)

RGB channels and saturation

R 159 of 255 = 62%
G 207 of 255 = 81%
B 199 of 255 = 78%

159
207
199

R + G + B ~ 74%. #9FCFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 207 + 199 = 565 (100%)
R 159 of 565 ~ 28.14%
G 207 of 565 ~ 36.64%
B 199 of 565 ~ 35.22'%

%28.14
%36.64
%35.22

CMYK color model

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

  • cyan value is 23.19%
  • magenta value is 0.00%
  • yellow value is 3.86%
  • key color value is 18.82%

CMYK: (23,0,4,19)
C23M0Y4K19 (23%, 0%, 4%, 19%)
(0.23 / 0.00 / 0.04 / 0.19)

CMYK percentages

%23.19
%0
%3.86
%18.82

Codes

Color #9FCFC7 in popluar color models

9F CF C7
RGB 159 207 199
HSL 170° 33.33% 71.76%
HSB/HSV 170° 23.19% 81.18%
CMYK 23.19% 0.00% 3.86%
18.82%

Color #9FCFC7 in popluar number systems.

HEX 9F CF C7
Decimal 159 207 199
Binary 10011111 11001111 11000111
Octal 237 317 307

Shades and tints

Shades of #9FCFC7

#9FCFC7
(159,207,199)
#91BDB5
(145,189,181)
#83ABA3
(131,171,163)
#759991
(117,153,145)
#67877F
(103,135,127)
#59756D
(89,117,109)
#4B635B
(75,99,91)
#3D5149
(61,81,73)
#2F3F37
(47,63,55)
#212D25
(33,45,37)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #9FCFC7

#9FCFC7
(159,207,199)
#A7D3CC
(167,211,204)
#AFD7D1
(175,215,209)
#B7DBD6
(183,219,214)
#BFDFDB
(191,223,219)
#C7E3E0
(199,227,224)
#CFE7E5
(207,231,229)
#D7EBEA
(215,235,234)
#DFEFEF
(223,239,239)
#E7F3F4
(231,243,244)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCFC7; }

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

This text font color is #9FCFC7.

Background Color

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

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

This div background color is #9FCFC7.

Border color

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

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

This div border color is #9FCFC7.

Opacity

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

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

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

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

This text has shadow with #9FCFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCFC7.

Preview

Color preview on black background

This text has color #9FCFC7 on black background.


Color preview on white background

This text has color #9FCFC7 on white background.


Black color preview on #9FCFC7 background

This text has black color on #9FCFC7 background.


White color preview on #9FCFC7 background

This text has white color on #9FCFC7 background.


Related colors

Complementary color

Complementary color for #hex is #603038.


I love getcolorcode.com

Triadic colors

1 #C79FCF and #CFC79F with #9FCFC7 are triadic colors.

2 #C7CF9F and #CF9FC7 with #9FCFC7 are triadic colors.