COLOR #9FCA9A

HEX: #9FCA9A
RGB: (159,202,154)

Color info

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

RGB color model

#9FCA9A color RGB value is (159,202,154).

  • red value is 159;
  • green value is 202;
  • blue value is 154.
RGB:
(159,202,154)
(62%,79%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 202 of 255 = 79%
B 154 of 255 = 60%

159
202
154

R + G + B ~ 67%. #9FCA9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 202 + 154 = 515 (100%)
R 159 of 515 ~ 30.87%
G 202 of 515 ~ 39.22%
B 154 of 515 ~ 29.9%

%30.87
%39.22
%29.9

CMYK color model

#9FCA9A color CMYK value is (21,0,24,21).

  • cyan value is 21.29%
  • magenta value is 0.00%
  • yellow value is 23.76%
  • key color value is 20.78%
CMYK:
(21,0,24,21)
C21M0Y24K21 
(21%,0%,24%,21%)
(0.21/0.00/0.24/0.21)	

CMYK percentages

%21.29
%0
%23.76
%20.78

Codes

Color #9FCA9A in popluar color models

9FCA9A
RGB159202154
HSL114°31.17%69.80%
HSB/HSV114°23.76%79.22%
CMYK21.29%0.00%23.76%
20.78%

Color #9FCA9A in popluar number systems.

HEX9FCA9A
Decimal159202154
Binary100111111100101010011010
Octal237312232

Shades and tints

Shades of #9FCA9A

#9FCA9A
(159,202,154)
#91B88C
(145,184,140)
#83A67E
(131,166,126)
#759470
(117,148,112)
#678262
(103,130,98)
#597054
(89,112,84)
#4B5E46
(75,94,70)
#3D4C38
(61,76,56)
#2F3A2A
(47,58,42)
#21281C
(33,40,28)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #9FCA9A

#9FCA9A
(159,202,154)
#A7CEA3
(167,206,163)
#AFD2AC
(175,210,172)
#B7D6B5
(183,214,181)
#BFDABE
(191,218,190)
#C7DEC7
(199,222,199)
#CFE2D0
(207,226,208)
#D7E6D9
(215,230,217)
#DFEAE2
(223,234,226)
#E7EEEB
(231,238,235)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCA9A color. Also use rgb(159,202,154) instead hex code.

Text Font Color

.myTextColor { color: #9FCA9A; }

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

This text font color is #9FCA9A.


Background Color

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

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

This div background color is #9FCA9A.


Border color

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

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

This div border color is #9FCA9A.


Opacity

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

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

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

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

This text has shadow with #9FCA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCA9A on black background.


Color preview on white background

This text has color #9FCA9A on white background.



Black color preview on #9FCA9A background

This text has black color on #9FCA9A background.


White color preview on #9FCA9A background

This text has white color on #9FCA9A background.