COLOR #9FD4A7

HEX: #9FD4A7 RGB: (159,212,167)

Color info

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

RGB color model

#9FD4A7 color RGB value is (159,212,167).

RGB: (159,212,167) (62%, 83%, 65%)

RGB channels and saturation

R 159 of 255 = 62%
G 212 of 255 = 83%
B 167 of 255 = 65%

159
212
167

R + G + B ~ 70%. #9FD4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 212 + 167 = 538 (100%)
R 159 of 538 ~ 29.55%
G 212 of 538 ~ 39.41%
B 167 of 538 ~ 31.04'%

%29.55
%39.41
%31.04

CMYK color model

#9FD4A7 color CMYK value is (25,0,21,17).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 16.86%

CMYK: (25,0,21,17)
C25M0Y21K17 (25%, 0%, 21%, 17%)
(0.25 / 0.00 / 0.21 / 0.17)

CMYK percentages

%25
%0
%21.23
%16.86

Codes

Color #9FD4A7 in popluar color models

9F D4 A7
RGB 159 212 167
HSL 129° 38.13% 72.75%
HSB/HSV 129° 25.00% 83.14%
CMYK 25.00% 0.00% 21.23%
16.86%

Color #9FD4A7 in popluar number systems.

HEX 9F D4 A7
Decimal 159 212 167
Binary 10011111 11010100 10100111
Octal 237 324 247

Shades and tints

Shades of #9FD4A7

#9FD4A7
(159,212,167)
#91C198
(145,193,152)
#83AE89
(131,174,137)
#759B7A
(117,155,122)
#67886B
(103,136,107)
#59755C
(89,117,92)
#4B624D
(75,98,77)
#3D4F3E
(61,79,62)
#2F3C2F
(47,60,47)
#212920
(33,41,32)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #9FD4A7

#9FD4A7
(159,212,167)
#A7D7AF
(167,215,175)
#AFDAB7
(175,218,183)
#B7DDBF
(183,221,191)
#BFE0C7
(191,224,199)
#C7E3CF
(199,227,207)
#CFE6D7
(207,230,215)
#D7E9DF
(215,233,223)
#DFECE7
(223,236,231)
#E7EFEF
(231,239,239)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD4A7 color. Also use rgb(159,212,167) instead hex code.

Text Font Color

.myTextColor { color: #9FD4A7; }

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

This text font color is #9FD4A7.

Background Color

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

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

This div background color is #9FD4A7.

Border color

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

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

This div border color is #9FD4A7.

Opacity

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

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

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

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

This text has shadow with #9FD4A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD4A7.

Preview

Color preview on black background

This text has color #9FD4A7 on black background.


Color preview on white background

This text has color #9FD4A7 on white background.


Black color preview on #9FD4A7 background

This text has black color on #9FD4A7 background.


White color preview on #9FD4A7 background

This text has white color on #9FD4A7 background.


Related colors

Complementary color

Complementary color for #hex is #602B58.


I love getcolorcode.com

Triadic colors

1 #A79FD4 and #D4A79F with #9FD4A7 are triadic colors.

2 #A7D49F and #D49FA7 with #9FD4A7 are triadic colors.