COLOR #9FD4AA

HEX: #9FD4AA RGB: (159,212,170)

Color info

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

RGB color model

#9FD4AA color RGB value is (159,212,170).

RGB: (159,212,170) (62%, 83%, 67%)

RGB channels and saturation

R 159 of 255 = 62%
G 212 of 255 = 83%
B 170 of 255 = 67%

159
212
170

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

Portions of RGB colors in percentages

R + G + B = 159 + 212 + 170 = 541 (100%)
R 159 of 541 ~ 29.39%
G 212 of 541 ~ 39.19%
B 170 of 541 ~ 31.42'%

%29.39
%39.19
%31.42

CMYK color model

#9FD4AA color CMYK value is (25,0,20,17).

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

CMYK: (25,0,20,17)
C25M0Y20K17 (25%, 0%, 20%, 17%)
(0.25 / 0.00 / 0.20 / 0.17)

CMYK percentages

%25
%0
%19.81
%16.86

Codes

Color #9FD4AA in popluar color models

9F D4 AA
RGB 159 212 170
HSL 132° 38.13% 72.75%
HSB/HSV 132° 25.00% 83.14%
CMYK 25.00% 0.00% 19.81%
16.86%

Color #9FD4AA in popluar number systems.

HEX 9F D4 AA
Decimal 159 212 170
Binary 10011111 11010100 10101010
Octal 237 324 252

Shades and tints

Shades of #9FD4AA

#9FD4AA
(159,212,170)
#91C19B
(145,193,155)
#83AE8C
(131,174,140)
#759B7D
(117,155,125)
#67886E
(103,136,110)
#59755F
(89,117,95)
#4B6250
(75,98,80)
#3D4F41
(61,79,65)
#2F3C32
(47,60,50)
#212923
(33,41,35)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #9FD4AA

#9FD4AA
(159,212,170)
#A7D7B1
(167,215,177)
#AFDAB8
(175,218,184)
#B7DDBF
(183,221,191)
#BFE0C6
(191,224,198)
#C7E3CD
(199,227,205)
#CFE6D4
(207,230,212)
#D7E9DB
(215,233,219)
#DFECE2
(223,236,226)
#E7EFE9
(231,239,233)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD4AA; }

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

This text font color is #9FD4AA.

Background Color

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

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

This div background color is #9FD4AA.

Border color

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

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

This div border color is #9FD4AA.

Opacity

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

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

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

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

This text has shadow with #9FD4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD4AA.

Preview

Color preview on black background

This text has color #9FD4AA on black background.


Color preview on white background

This text has color #9FD4AA on white background.


Black color preview on #9FD4AA background

This text has black color on #9FD4AA background.


White color preview on #9FD4AA background

This text has white color on #9FD4AA background.


Related colors

Complementary color

Complementary color for #hex is #602B55.


I love getcolorcode.com

Triadic colors

1 #AA9FD4 and #D4AA9F with #9FD4AA are triadic colors.

2 #AAD49F and #D49FAA with #9FD4AA are triadic colors.