COLOR #9FC3A6

HEX: #9FC3A6 RGB: (159,195,166)

Color info

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

RGB color model

#9FC3A6 color RGB value is (159,195,166).

RGB: (159,195,166) (62%, 76%, 65%)

RGB channels and saturation

R 159 of 255 = 62%
G 195 of 255 = 76%
B 166 of 255 = 65%

159
195
166

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

Portions of RGB colors in percentages

R + G + B = 159 + 195 + 166 = 520 (100%)
R 159 of 520 ~ 30.58%
G 195 of 520 ~ 37.5%
B 166 of 520 ~ 31.92'%

%30.58
%37.5
%31.92

CMYK color model

#9FC3A6 color CMYK value is (18,0,15,24).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 14.87%
  • key color value is 23.53%

CMYK: (18,0,15,24)
C18M0Y15K24 (18%, 0%, 15%, 24%)
(0.18 / 0.00 / 0.15 / 0.24)

CMYK percentages

%18.46
%0
%14.87
%23.53

Codes

Color #9FC3A6 in popluar color models

9F C3 A6
RGB 159 195 166
HSL 132° 23.08% 69.41%
HSB/HSV 132° 18.46% 76.47%
CMYK 18.46% 0.00% 14.87%
23.53%

Color #9FC3A6 in popluar number systems.

HEX 9F C3 A6
Decimal 159 195 166
Binary 10011111 11000011 10100110
Octal 237 303 246

Shades and tints

Shades of #9FC3A6

#9FC3A6
(159,195,166)
#91B297
(145,178,151)
#83A188
(131,161,136)
#759079
(117,144,121)
#677F6A
(103,127,106)
#596E5B
(89,110,91)
#4B5D4C
(75,93,76)
#3D4C3D
(61,76,61)
#2F3B2E
(47,59,46)
#212A1F
(33,42,31)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #9FC3A6

#9FC3A6
(159,195,166)
#A7C8AE
(167,200,174)
#AFCDB6
(175,205,182)
#B7D2BE
(183,210,190)
#BFD7C6
(191,215,198)
#C7DCCE
(199,220,206)
#CFE1D6
(207,225,214)
#D7E6DE
(215,230,222)
#DFEBE6
(223,235,230)
#E7F0EE
(231,240,238)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC3A6 color. Also use rgb(159,195,166) instead hex code.

Text Font Color

.myTextColor { color: #9FC3A6; }

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

This text font color is #9FC3A6.

Background Color

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

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

This div background color is #9FC3A6.

Border color

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

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

This div border color is #9FC3A6.

Opacity

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

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

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

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

This text has shadow with #9FC3A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC3A6.

Preview

Color preview on black background

This text has color #9FC3A6 on black background.


Color preview on white background

This text has color #9FC3A6 on white background.


Black color preview on #9FC3A6 background

This text has black color on #9FC3A6 background.


White color preview on #9FC3A6 background

This text has white color on #9FC3A6 background.


Related colors

Complementary color

Complementary color for #hex is #603C59.


I love getcolorcode.com

Triadic colors

1 #A69FC3 and #C3A69F with #9FC3A6 are triadic colors.

2 #A6C39F and #C39FA6 with #9FC3A6 are triadic colors.