COLOR #9FD7AC

HEX: #9FD7AC RGB: (159,215,172)

Color info

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

RGB color model

#9FD7AC color RGB value is (159,215,172).

RGB: (159,215,172) (62%, 84%, 67%)

RGB channels and saturation

R 159 of 255 = 62%
G 215 of 255 = 84%
B 172 of 255 = 67%

159
215
172

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

Portions of RGB colors in percentages

R + G + B = 159 + 215 + 172 = 546 (100%)
R 159 of 546 ~ 29.12%
G 215 of 546 ~ 39.38%
B 172 of 546 ~ 31.5'%

%29.12
%39.38
%31.5

CMYK color model

#9FD7AC color CMYK value is (26,0,20,16).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 15.69%

CMYK: (26,0,20,16)
C26M0Y20K16 (26%, 0%, 20%, 16%)
(0.26 / 0.00 / 0.20 / 0.16)

CMYK percentages

%26.05
%0
%20
%15.69

Codes

Color #9FD7AC in popluar color models

9F D7 AC
RGB 159 215 172
HSL 134° 41.18% 73.33%
HSB/HSV 134° 26.05% 84.31%
CMYK 26.05% 0.00% 20.00%
15.69%

Color #9FD7AC in popluar number systems.

HEX 9F D7 AC
Decimal 159 215 172
Binary 10011111 11010111 10101100
Octal 237 327 254

Shades and tints

Shades of #9FD7AC

#9FD7AC
(159,215,172)
#91C49D
(145,196,157)
#83B18E
(131,177,142)
#759E7F
(117,158,127)
#678B70
(103,139,112)
#597861
(89,120,97)
#4B6552
(75,101,82)
#3D5243
(61,82,67)
#2F3F34
(47,63,52)
#212C25
(33,44,37)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #9FD7AC

#9FD7AC
(159,215,172)
#A7DAB3
(167,218,179)
#AFDDBA
(175,221,186)
#B7E0C1
(183,224,193)
#BFE3C8
(191,227,200)
#C7E6CF
(199,230,207)
#CFE9D6
(207,233,214)
#D7ECDD
(215,236,221)
#DFEFE4
(223,239,228)
#E7F2EB
(231,242,235)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD7AC color. Also use rgb(159,215,172) instead hex code.

Text Font Color

.myTextColor { color: #9FD7AC; }

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

This text font color is #9FD7AC.

Background Color

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

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

This div background color is #9FD7AC.

Border color

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

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

This div border color is #9FD7AC.

Opacity

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

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

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

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

This text has shadow with #9FD7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD7AC.

Preview

Color preview on black background

This text has color #9FD7AC on black background.


Color preview on white background

This text has color #9FD7AC on white background.


Black color preview on #9FD7AC background

This text has black color on #9FD7AC background.


White color preview on #9FD7AC background

This text has white color on #9FD7AC background.


Related colors

Complementary color

Complementary color for #hex is #602853.


I love getcolorcode.com

Triadic colors

1 #AC9FD7 and #D7AC9F with #9FD7AC are triadic colors.

2 #ACD79F and #D79FAC with #9FD7AC are triadic colors.