COLOR #9FD4AD

HEX: #9FD4AD
RGB: (159,212,173)

Color info

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

RGB color model

#9FD4AD color RGB value is (159,212,173).

  • red value is 159;
  • green value is 212;
  • blue value is 173.
RGB:
(159,212,173)
(62%,83%,68%)

RGB channels and saturation

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

159
212
173

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

Portions of RGB colors in percentages

R + G + B =
159 + 212 + 173 = 544 (100%)
R 159 of 544 ~ 29.23%
G 212 of 544 ~ 38.97%
B 173 of 544 ~ 31.8%

%29.23
%38.97
%31.8

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK:
(25,0,18,17)
C25M0Y18K17 
(25%,0%,18%,17%)
(0.25/0.00/0.18/0.17)	

CMYK percentages

%25
%0
%18.4
%16.86

Codes

Color #9FD4AD in popluar color models

9FD4AD
RGB159212173
HSL136°38.13%72.75%
HSB/HSV136°25.00%83.14%
CMYK25.00%0.00%18.40%
16.86%

Color #9FD4AD in popluar number systems.

HEX9FD4AD
Decimal159212173
Binary100111111101010010101101
Octal237324255

Shades and tints

Shades of #9FD4AD

#9FD4AD
(159,212,173)
#91C19E
(145,193,158)
#83AE8F
(131,174,143)
#759B80
(117,155,128)
#678871
(103,136,113)
#597562
(89,117,98)
#4B6253
(75,98,83)
#3D4F44
(61,79,68)
#2F3C35
(47,60,53)
#212926
(33,41,38)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #9FD4AD

#9FD4AD
(159,212,173)
#A7D7B4
(167,215,180)
#AFDABB
(175,218,187)
#B7DDC2
(183,221,194)
#BFE0C9
(191,224,201)
#C7E3D0
(199,227,208)
#CFE6D7
(207,230,215)
#D7E9DE
(215,233,222)
#DFECE5
(223,236,229)
#E7EFEC
(231,239,236)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD4AD; }

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

This text font color is #9FD4AD.


Background Color

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

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

This div background color is #9FD4AD.


Border color

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

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

This div border color is #9FD4AD.


Opacity

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

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

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

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

This text has shadow with #9FD4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD4AD on black background.


Color preview on white background

This text has color #9FD4AD on white background.



Black color preview on #9FD4AD background

This text has black color on #9FD4AD background.


White color preview on #9FD4AD background

This text has white color on #9FD4AD background.