COLOR #9FC2A5

HEX: #9FC2A5
RGB: (159,194,165)

Color info

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

RGB color model

#9FC2A5 color RGB value is (159,194,165).

  • red value is 159;
  • green value is 194;
  • blue value is 165.
RGB:
(159,194,165)
(62%,76%,65%)

RGB channels and saturation

R 159 of 255 = 62%
G 194 of 255 = 76%
B 165 of 255 = 65%

159
194
165

R + G + B ~ 68%. #9FC2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 194 + 165 = 518 (100%)
R 159 of 518 ~ 30.69%
G 194 of 518 ~ 37.45%
B 165 of 518 ~ 31.85%

%30.69
%37.45
%31.85

CMYK color model

#9FC2A5 color CMYK value is (18,0,15,24).

  • cyan value is 18.04%
  • magenta value is 0.00%
  • yellow value is 14.95%
  • key color value is 23.92%
CMYK:
(18,0,15,24)
C18M0Y15K24 
(18%,0%,15%,24%)
(0.18/0.00/0.15/0.24)	

CMYK percentages

%18.04
%0
%14.95
%23.92

Codes

Color #9FC2A5 in popluar color models

9FC2A5
RGB159194165
HSL130°22.29%69.22%
HSB/HSV130°18.04%76.08%
CMYK18.04%0.00%14.95%
23.92%

Color #9FC2A5 in popluar number systems.

HEX9FC2A5
Decimal159194165
Binary100111111100001010100101
Octal237302245

Shades and tints

Shades of #9FC2A5

#9FC2A5
(159,194,165)
#91B196
(145,177,150)
#83A087
(131,160,135)
#758F78
(117,143,120)
#677E69
(103,126,105)
#596D5A
(89,109,90)
#4B5C4B
(75,92,75)
#3D4B3C
(61,75,60)
#2F3A2D
(47,58,45)
#21291E
(33,41,30)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #9FC2A5

#9FC2A5
(159,194,165)
#A7C7AD
(167,199,173)
#AFCCB5
(175,204,181)
#B7D1BD
(183,209,189)
#BFD6C5
(191,214,197)
#C7DBCD
(199,219,205)
#CFE0D5
(207,224,213)
#D7E5DD
(215,229,221)
#DFEAE5
(223,234,229)
#E7EFED
(231,239,237)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC2A5 color. Also use rgb(159,194,165) instead hex code.

Text Font Color

.myTextColor { color: #9FC2A5; }

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

This text font color is #9FC2A5.


Background Color

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

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

This div background color is #9FC2A5.


Border color

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

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

This div border color is #9FC2A5.


Opacity

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

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

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

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

This text has shadow with #9FC2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC2A5 on black background.


Color preview on white background

This text has color #9FC2A5 on white background.



Black color preview on #9FC2A5 background

This text has black color on #9FC2A5 background.


White color preview on #9FC2A5 background

This text has white color on #9FC2A5 background.