COLOR #9FDCA6

HEX: #9FDCA6 RGB: (159,220,166)

Color info

#9FDCA6 contains mainly green and blue colors. Web safe color of #9FDCA6 is #99CC99 (or #9C9).

RGB color model

#9FDCA6 color RGB value is (159,220,166).

RGB: (159,220,166) (62%, 86%, 65%)

RGB channels and saturation

R 159 of 255 = 62%
G 220 of 255 = 86%
B 166 of 255 = 65%

159
220
166

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

Portions of RGB colors in percentages

R + G + B = 159 + 220 + 166 = 545 (100%)
R 159 of 545 ~ 29.17%
G 220 of 545 ~ 40.37%
B 166 of 545 ~ 30.46'%

%29.17
%40.37
%30.46

CMYK color model

#9FDCA6 color CMYK value is (28,0,25,14).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 13.73%

CMYK: (28,0,25,14)
C28M0Y25K14 (28%, 0%, 25%, 14%)
(0.28 / 0.00 / 0.25 / 0.14)

CMYK percentages

%27.73
%0
%24.55
%13.73

Codes

Color #9FDCA6 in popluar color models

9F DC A6
RGB 159 220 166
HSL 127° 46.56% 74.31%
HSB/HSV 127° 27.73% 86.27%
CMYK 27.73% 0.00% 24.55%
13.73%

Color #9FDCA6 in popluar number systems.

HEX 9F DC A6
Decimal 159 220 166
Binary 10011111 11011100 10100110
Octal 237 334 246

Shades and tints

Shades of #9FDCA6

#9FDCA6
(159,220,166)
#91C897
(145,200,151)
#83B488
(131,180,136)
#75A079
(117,160,121)
#678C6A
(103,140,106)
#59785B
(89,120,91)
#4B644C
(75,100,76)
#3D503D
(61,80,61)
#2F3C2E
(47,60,46)
#21281F
(33,40,31)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #9FDCA6

#9FDCA6
(159,220,166)
#A7DFAE
(167,223,174)
#AFE2B6
(175,226,182)
#B7E5BE
(183,229,190)
#BFE8C6
(191,232,198)
#C7EBCE
(199,235,206)
#CFEED6
(207,238,214)
#D7F1DE
(215,241,222)
#DFF4E6
(223,244,230)
#E7F7EE
(231,247,238)
#EFFAF6
(239,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FDCA6; }

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

This text font color is #9FDCA6.

Background Color

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

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

This div background color is #9FDCA6.

Border color

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

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

This div border color is #9FDCA6.

Opacity

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

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

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

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

This text has shadow with #9FDCA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FDCA6.

Preview

Color preview on black background

This text has color #9FDCA6 on black background.


Color preview on white background

This text has color #9FDCA6 on white background.


Black color preview on #9FDCA6 background

This text has black color on #9FDCA6 background.


White color preview on #9FDCA6 background

This text has white color on #9FDCA6 background.


Related colors

Complementary color

Complementary color for #hex is #602359.


I love getcolorcode.com

Triadic colors

1 #A69FDC and #DCA69F with #9FDCA6 are triadic colors.

2 #A6DC9F and #DC9FA6 with #9FDCA6 are triadic colors.