COLOR #9FC4BC

HEX: #9FC4BC RGB: (159,196,188)

Color info

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

RGB color model

#9FC4BC color RGB value is (159,196,188).

RGB: (159,196,188) (62%, 77%, 74%)

RGB channels and saturation

R 159 of 255 = 62%
G 196 of 255 = 77%
B 188 of 255 = 74%

159
196
188

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

Portions of RGB colors in percentages

R + G + B = 159 + 196 + 188 = 543 (100%)
R 159 of 543 ~ 29.28%
G 196 of 543 ~ 36.1%
B 188 of 543 ~ 34.62'%

%29.28
%36.1
%34.62

CMYK color model

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

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 23.14%

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

CMYK percentages

%18.88
%0
%4.08
%23.14

Codes

Color #9FC4BC in popluar color models

9F C4 BC
RGB 159 196 188
HSL 167° 23.87% 69.61%
HSB/HSV 167° 18.88% 76.86%
CMYK 18.88% 0.00% 4.08%
23.14%

Color #9FC4BC in popluar number systems.

HEX 9F C4 BC
Decimal 159 196 188
Binary 10011111 11000100 10111100
Octal 237 304 274

Shades and tints

Shades of #9FC4BC

#9FC4BC
(159,196,188)
#91B3AB
(145,179,171)
#83A29A
(131,162,154)
#759189
(117,145,137)
#678078
(103,128,120)
#596F67
(89,111,103)
#4B5E56
(75,94,86)
#3D4D45
(61,77,69)
#2F3C34
(47,60,52)
#212B23
(33,43,35)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #9FC4BC

#9FC4BC
(159,196,188)
#A7C9C2
(167,201,194)
#AFCEC8
(175,206,200)
#B7D3CE
(183,211,206)
#BFD8D4
(191,216,212)
#C7DDDA
(199,221,218)
#CFE2E0
(207,226,224)
#D7E7E6
(215,231,230)
#DFECEC
(223,236,236)
#E7F1F2
(231,241,242)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC4BC; }

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

This text font color is #9FC4BC.

Background Color

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

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

This div background color is #9FC4BC.

Border color

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

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

This div border color is #9FC4BC.

Opacity

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

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

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

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

This text has shadow with #9FC4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC4BC.

Preview

Color preview on black background

This text has color #9FC4BC on black background.


Color preview on white background

This text has color #9FC4BC on white background.


Black color preview on #9FC4BC background

This text has black color on #9FC4BC background.


White color preview on #9FC4BC background

This text has white color on #9FC4BC background.


Related colors

Complementary color

Complementary color for #hex is #603B43.


I love getcolorcode.com

Triadic colors

1 #BC9FC4 and #C4BC9F with #9FC4BC are triadic colors.

2 #BCC49F and #C49FBC with #9FC4BC are triadic colors.