COLOR #9FD1A0

HEX: #9FD1A0 RGB: (159,209,160)

Color info

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

RGB color model

#9FD1A0 color RGB value is (159,209,160).

RGB: (159,209,160) (62%, 82%, 63%)

RGB channels and saturation

R 159 of 255 = 62%
G 209 of 255 = 82%
B 160 of 255 = 63%

159
209
160

R + G + B ~ 69%. #9FD1A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 209 + 160 = 528 (100%)
R 159 of 528 ~ 30.11%
G 209 of 528 ~ 39.58%
B 160 of 528 ~ 30.3'%

%30.11
%39.58
%30.3

CMYK color model

#9FD1A0 color CMYK value is (24,0,23,18).

  • cyan value is 23.92%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • key color value is 18.04%

CMYK: (24,0,23,18)
C24M0Y23K18 (24%, 0%, 23%, 18%)
(0.24 / 0.00 / 0.23 / 0.18)

CMYK percentages

%23.92
%0
%23.44
%18.04

Codes

Color #9FD1A0 in popluar color models

9F D1 A0
RGB 159 209 160
HSL 121° 35.21% 72.16%
HSB/HSV 121° 23.92% 81.96%
CMYK 23.92% 0.00% 23.44%
18.04%

Color #9FD1A0 in popluar number systems.

HEX 9F D1 A0
Decimal 159 209 160
Binary 10011111 11010001 10100000
Octal 237 321 240

Shades and tints

Shades of #9FD1A0

#9FD1A0
(159,209,160)
#91BE92
(145,190,146)
#83AB84
(131,171,132)
#759876
(117,152,118)
#678568
(103,133,104)
#59725A
(89,114,90)
#4B5F4C
(75,95,76)
#3D4C3E
(61,76,62)
#2F3930
(47,57,48)
#212622
(33,38,34)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #9FD1A0

#9FD1A0
(159,209,160)
#A7D5A8
(167,213,168)
#AFD9B0
(175,217,176)
#B7DDB8
(183,221,184)
#BFE1C0
(191,225,192)
#C7E5C8
(199,229,200)
#CFE9D0
(207,233,208)
#D7EDD8
(215,237,216)
#DFF1E0
(223,241,224)
#E7F5E8
(231,245,232)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD1A0 color. Also use rgb(159,209,160) instead hex code.

Text Font Color

.myTextColor { color: #9FD1A0; }

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

This text font color is #9FD1A0.

Background Color

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

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

This div background color is #9FD1A0.

Border color

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

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

This div border color is #9FD1A0.

Opacity

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

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

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

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

This text has shadow with #9FD1A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD1A0.

Preview

Color preview on black background

This text has color #9FD1A0 on black background.


Color preview on white background

This text has color #9FD1A0 on white background.


Black color preview on #9FD1A0 background

This text has black color on #9FD1A0 background.


White color preview on #9FD1A0 background

This text has white color on #9FD1A0 background.


Related colors

Complementary color

Complementary color for #hex is #602E5F.


I love getcolorcode.com

Triadic colors

1 #A09FD1 and #D1A09F with #9FD1A0 are triadic colors.

2 #A0D19F and #D19FA0 with #9FD1A0 are triadic colors.