COLOR #9FCE9B

HEX: #9FCE9B
RGB: (159,206,155)

Color info

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

RGB color model

#9FCE9B color RGB value is (159,206,155).

  • red value is 159;
  • green value is 206;
  • blue value is 155.
RGB:
(159,206,155)
(62%,81%,61%)

RGB channels and saturation

R 159 of 255 = 62%
G 206 of 255 = 81%
B 155 of 255 = 61%

159
206
155

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

Portions of RGB colors in percentages

R + G + B =
159 + 206 + 155 = 520 (100%)
R 159 of 520 ~ 30.58%
G 206 of 520 ~ 39.62%
B 155 of 520 ~ 29.81%

%30.58
%39.62
%29.81

CMYK color model

#9FCE9B color CMYK value is (23,0,25,19).

  • cyan value is 22.82%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 19.22%
CMYK:
(23,0,25,19)
C23M0Y25K19 
(23%,0%,25%,19%)
(0.23/0.00/0.25/0.19)	

CMYK percentages

%22.82
%0
%24.76
%19.22

Codes

Color #9FCE9B in popluar color models

9FCE9B
RGB159206155
HSL115°34.23%70.78%
HSB/HSV115°24.76%80.78%
CMYK22.82%0.00%24.76%
19.22%

Color #9FCE9B in popluar number systems.

HEX9FCE9B
Decimal159206155
Binary100111111100111010011011
Octal237316233

Shades and tints

Shades of #9FCE9B

#9FCE9B
(159,206,155)
#91BC8D
(145,188,141)
#83AA7F
(131,170,127)
#759871
(117,152,113)
#678663
(103,134,99)
#597455
(89,116,85)
#4B6247
(75,98,71)
#3D5039
(61,80,57)
#2F3E2B
(47,62,43)
#212C1D
(33,44,29)
#131A0F
(19,26,15)
#000000
(0,0,0)

Tints of #9FCE9B

#9FCE9B
(159,206,155)
#A7D2A4
(167,210,164)
#AFD6AD
(175,214,173)
#B7DAB6
(183,218,182)
#BFDEBF
(191,222,191)
#C7E2C8
(199,226,200)
#CFE6D1
(207,230,209)
#D7EADA
(215,234,218)
#DFEEE3
(223,238,227)
#E7F2EC
(231,242,236)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCE9B color. Also use rgb(159,206,155) instead hex code.

Text Font Color

.myTextColor { color: #9FCE9B; }

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

This text font color is #9FCE9B.


Background Color

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

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

This div background color is #9FCE9B.


Border color

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

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

This div border color is #9FCE9B.


Opacity

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

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

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

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

This text has shadow with #9FCE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCE9B on black background.


Color preview on white background

This text has color #9FCE9B on white background.



Black color preview on #9FCE9B background

This text has black color on #9FCE9B background.


White color preview on #9FCE9B background

This text has white color on #9FCE9B background.