COLOR #9FC5B8

HEX: #9FC5B8 RGB: (159,197,184)

Color info

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

RGB color model

#9FC5B8 color RGB value is (159,197,184).

RGB: (159,197,184) (62%, 77%, 72%)

RGB channels and saturation

R 159 of 255 = 62%
G 197 of 255 = 77%
B 184 of 255 = 72%

159
197
184

R + G + B ~ 70%. #9FC5B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 197 + 184 = 540 (100%)
R 159 of 540 ~ 29.44%
G 197 of 540 ~ 36.48%
B 184 of 540 ~ 34.07'%

%29.44
%36.48
%34.07

CMYK color model

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

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK: (19,0,7,23) C19M0Y7K23 (19%,0%,7%,23%) (0.19/0.00/0.07/0.23) 

CMYK percentages

%19.29
%0
%6.6
%22.75

Codes

Color #9FC5B8 in popluar color models

9F C5 B8
RGB 159 197 184
HSL 159° 24.68% 69.80%
HSB/HSV 159° 19.29% 77.25%
CMYK 19.29% 0.00% 6.60%
22.75%

Color #9FC5B8 in popluar number systems.

HEX 9F C5 B8
Decimal 159 197 184
Binary 10011111 11000101 10111000
Octal 237 305 270

Shades and tints

Shades of #9FC5B8

#9FC5B8
(159,197,184)
#91B4A8
(145,180,168)
#83A398
(131,163,152)
#759288
(117,146,136)
#678178
(103,129,120)
#597068
(89,112,104)
#4B5F58
(75,95,88)
#3D4E48
(61,78,72)
#2F3D38
(47,61,56)
#212C28
(33,44,40)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #9FC5B8

#9FC5B8
(159,197,184)
#A7CABE
(167,202,190)
#AFCFC4
(175,207,196)
#B7D4CA
(183,212,202)
#BFD9D0
(191,217,208)
#C7DED6
(199,222,214)
#CFE3DC
(207,227,220)
#D7E8E2
(215,232,226)
#DFEDE8
(223,237,232)
#E7F2EE
(231,242,238)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC5B8 color. Also use rgb(159,197,184) instead hex code.

Text Font Color

.myTextColor { color: #9FC5B8; }

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

This text font color is #9FC5B8.

Background Color

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

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

This div background color is #9FC5B8.

Border color

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

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

This div border color is #9FC5B8.

Opacity

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

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

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

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

This text has shadow with #9FC5B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC5B8.

Preview

Color preview on black background

This text has color #9FC5B8 on black background.


Color preview on white background

This text has color #9FC5B8 on white background.


Black color preview on #9FC5B8 background

This text has black color on #9FC5B8 background.


White color preview on #9FC5B8 background

This text has white color on #9FC5B8 background.


Related colors

Complementary color

Complementary color for #hex is #603A47.


I love getcolorcode.com

Triadic colors

1 #B89FC5 and #C5B89F with #9FC5B8 are triadic colors.

2 #B8C59F and #C59FB8 with #9FC5B8 are triadic colors.