COLOR #9FC5B0

HEX: #9FC5B0 RGB: (159,197,176)

Color info

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

RGB color model

#9FC5B0 color RGB value is (159,197,176).

RGB: (159,197,176) (62%, 77%, 69%)

RGB channels and saturation

R 159 of 255 = 62%
G 197 of 255 = 77%
B 176 of 255 = 69%

159
197
176

R + G + B ~ 69%. #9FC5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 197 + 176 = 532 (100%)
R 159 of 532 ~ 29.89%
G 197 of 532 ~ 37.03%
B 176 of 532 ~ 33.08'%

%29.89
%37.03
%33.08

CMYK color model

#9FC5B0 color CMYK value is (19,0,11,23).

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 22.75%

CMYK: (19,0,11,23)
C19M0Y11K23 (19%, 0%, 11%, 23%)
(0.19 / 0.00 / 0.11 / 0.23)

CMYK percentages

%19.29
%0
%10.66
%22.75

Codes

Color #9FC5B0 in popluar color models

9F C5 B0
RGB 159 197 176
HSL 147° 24.68% 69.80%
HSB/HSV 147° 19.29% 77.25%
CMYK 19.29% 0.00% 10.66%
22.75%

Color #9FC5B0 in popluar number systems.

HEX 9F C5 B0
Decimal 159 197 176
Binary 10011111 11000101 10110000
Octal 237 305 260

Shades and tints

Shades of #9FC5B0

#9FC5B0
(159,197,176)
#91B4A0
(145,180,160)
#83A390
(131,163,144)
#759280
(117,146,128)
#678170
(103,129,112)
#597060
(89,112,96)
#4B5F50
(75,95,80)
#3D4E40
(61,78,64)
#2F3D30
(47,61,48)
#212C20
(33,44,32)
#131B10
(19,27,16)
#000000
(0,0,0)

Tints of #9FC5B0

#9FC5B0
(159,197,176)
#A7CAB7
(167,202,183)
#AFCFBE
(175,207,190)
#B7D4C5
(183,212,197)
#BFD9CC
(191,217,204)
#C7DED3
(199,222,211)
#CFE3DA
(207,227,218)
#D7E8E1
(215,232,225)
#DFEDE8
(223,237,232)
#E7F2EF
(231,242,239)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC5B0; }

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

This text font color is #9FC5B0.

Background Color

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

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

This div background color is #9FC5B0.

Border color

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

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

This div border color is #9FC5B0.

Opacity

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

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

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

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

This text has shadow with #9FC5B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC5B0.

Preview

Color preview on black background

This text has color #9FC5B0 on black background.


Color preview on white background

This text has color #9FC5B0 on white background.


Black color preview on #9FC5B0 background

This text has black color on #9FC5B0 background.


White color preview on #9FC5B0 background

This text has white color on #9FC5B0 background.


Related colors

Complementary color

Complementary color for #hex is #603A4F.


I love getcolorcode.com

Triadic colors

1 #B09FC5 and #C5B09F with #9FC5B0 are triadic colors.

2 #B0C59F and #C59FB0 with #9FC5B0 are triadic colors.