COLOR #9FC5A8

HEX: #9FC5A8 RGB: (159,197,168)

Color info

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

RGB color model

#9FC5A8 color RGB value is (159,197,168).

RGB: (159,197,168) (62%, 77%, 66%)

RGB channels and saturation

R 159 of 255 = 62%
G 197 of 255 = 77%
B 168 of 255 = 66%

159
197
168

R + G + B ~ 68%. #9FC5A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 197 + 168 = 524 (100%)
R 159 of 524 ~ 30.34%
G 197 of 524 ~ 37.6%
B 168 of 524 ~ 32.06'%

%30.34
%37.6
%32.06

CMYK color model

#9FC5A8 color CMYK value is (19,0,15,23).

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

CMYK: (19,0,15,23)
C19M0Y15K23 (19%, 0%, 15%, 23%)
(0.19 / 0.00 / 0.15 / 0.23)

CMYK percentages

%19.29
%0
%14.72
%22.75

Codes

Color #9FC5A8 in popluar color models

9F C5 A8
RGB 159 197 168
HSL 134° 24.68% 69.80%
HSB/HSV 134° 19.29% 77.25%
CMYK 19.29% 0.00% 14.72%
22.75%

Color #9FC5A8 in popluar number systems.

HEX 9F C5 A8
Decimal 159 197 168
Binary 10011111 11000101 10101000
Octal 237 305 250

Shades and tints

Shades of #9FC5A8

#9FC5A8
(159,197,168)
#91B499
(145,180,153)
#83A38A
(131,163,138)
#75927B
(117,146,123)
#67816C
(103,129,108)
#59705D
(89,112,93)
#4B5F4E
(75,95,78)
#3D4E3F
(61,78,63)
#2F3D30
(47,61,48)
#212C21
(33,44,33)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #9FC5A8

#9FC5A8
(159,197,168)
#A7CAAF
(167,202,175)
#AFCFB6
(175,207,182)
#B7D4BD
(183,212,189)
#BFD9C4
(191,217,196)
#C7DECB
(199,222,203)
#CFE3D2
(207,227,210)
#D7E8D9
(215,232,217)
#DFEDE0
(223,237,224)
#E7F2E7
(231,242,231)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC5A8; }

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

This text font color is #9FC5A8.

Background Color

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

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

This div background color is #9FC5A8.

Border color

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

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

This div border color is #9FC5A8.

Opacity

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

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

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

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

This text has shadow with #9FC5A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC5A8.

Preview

Color preview on black background

This text has color #9FC5A8 on black background.


Color preview on white background

This text has color #9FC5A8 on white background.


Black color preview on #9FC5A8 background

This text has black color on #9FC5A8 background.


White color preview on #9FC5A8 background

This text has white color on #9FC5A8 background.


Related colors

Complementary color

Complementary color for #hex is #603A57.


I love getcolorcode.com

Triadic colors

1 #A89FC5 and #C5A89F with #9FC5A8 are triadic colors.

2 #A8C59F and #C59FA8 with #9FC5A8 are triadic colors.