COLOR #9FD3AD

HEX: #9FD3AD RGB: (159,211,173)

Color info

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

RGB color model

#9FD3AD color RGB value is (159,211,173).

RGB: (159,211,173) (62%, 83%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 211 of 255 = 83%
B 173 of 255 = 68%

159
211
173

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

Portions of RGB colors in percentages

R + G + B = 159 + 211 + 173 = 543 (100%)
R 159 of 543 ~ 29.28%
G 211 of 543 ~ 38.86%
B 173 of 543 ~ 31.86'%

%29.28
%38.86
%31.86

CMYK color model

#9FD3AD color CMYK value is (25,0,18,17).

  • cyan value is 24.64%
  • magenta value is 0.00%
  • yellow value is 18.01%
  • key color value is 17.25%

CMYK: (25,0,18,17)
C25M0Y18K17 (25%, 0%, 18%, 17%)
(0.25 / 0.00 / 0.18 / 0.17)

CMYK percentages

%24.64
%0
%18.01
%17.25

Codes

Color #9FD3AD in popluar color models

9F D3 AD
RGB 159 211 173
HSL 136° 37.14% 72.55%
HSB/HSV 136° 24.64% 82.75%
CMYK 24.64% 0.00% 18.01%
17.25%

Color #9FD3AD in popluar number systems.

HEX 9F D3 AD
Decimal 159 211 173
Binary 10011111 11010011 10101101
Octal 237 323 255

Shades and tints

Shades of #9FD3AD

#9FD3AD
(159,211,173)
#91C09E
(145,192,158)
#83AD8F
(131,173,143)
#759A80
(117,154,128)
#678771
(103,135,113)
#597462
(89,116,98)
#4B6153
(75,97,83)
#3D4E44
(61,78,68)
#2F3B35
(47,59,53)
#212826
(33,40,38)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #9FD3AD

#9FD3AD
(159,211,173)
#A7D7B4
(167,215,180)
#AFDBBB
(175,219,187)
#B7DFC2
(183,223,194)
#BFE3C9
(191,227,201)
#C7E7D0
(199,231,208)
#CFEBD7
(207,235,215)
#D7EFDE
(215,239,222)
#DFF3E5
(223,243,229)
#E7F7EC
(231,247,236)
#EFFBF3
(239,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD3AD color. Also use rgb(159,211,173) instead hex code.

Text Font Color

.myTextColor { color: #9FD3AD; }

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

This text font color is #9FD3AD.

Background Color

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

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

This div background color is #9FD3AD.

Border color

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

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

This div border color is #9FD3AD.

Opacity

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

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

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

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

This text has shadow with #9FD3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD3AD.

Preview

Color preview on black background

This text has color #9FD3AD on black background.


Color preview on white background

This text has color #9FD3AD on white background.


Black color preview on #9FD3AD background

This text has black color on #9FD3AD background.


White color preview on #9FD3AD background

This text has white color on #9FD3AD background.


Related colors

Complementary color

Complementary color for #hex is #602C52.


I love getcolorcode.com

Triadic colors

1 #AD9FD3 and #D3AD9F with #9FD3AD are triadic colors.

2 #ADD39F and #D39FAD with #9FD3AD are triadic colors.