COLOR #9FCB99

HEX: #9FCB99 RGB: (159,203,153)

Color info

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

RGB color model

#9FCB99 color RGB value is (159,203,153).

RGB: (159,203,153) (62%, 80%, 60%)

RGB channels and saturation

R 159 of 255 = 62%
G 203 of 255 = 80%
B 153 of 255 = 60%

159
203
153

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

Portions of RGB colors in percentages

R + G + B = 159 + 203 + 153 = 515 (100%)
R 159 of 515 ~ 30.87%
G 203 of 515 ~ 39.42%
B 153 of 515 ~ 29.71'%

%30.87
%39.42
%29.71

CMYK color model

#9FCB99 color CMYK value is (22,0,25,20).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 24.63%
  • key color value is 20.39%

CMYK: (22,0,25,20)
C22M0Y25K20 (22%, 0%, 25%, 20%)
(0.22 / 0.00 / 0.25 / 0.20)

CMYK percentages

%21.67
%0
%24.63
%20.39

Codes

Color #9FCB99 in popluar color models

9F CB 99
RGB 159 203 153
HSL 113° 32.47% 69.80%
HSB/HSV 113° 24.63% 79.61%
CMYK 21.67% 0.00% 24.63%
20.39%

Color #9FCB99 in popluar number systems.

HEX 9F CB 99
Decimal 159 203 153
Binary 10011111 11001011 10011001
Octal 237 313 231

Shades and tints

Shades of #9FCB99

#9FCB99
(159,203,153)
#91B98C
(145,185,140)
#83A77F
(131,167,127)
#759572
(117,149,114)
#678365
(103,131,101)
#597158
(89,113,88)
#4B5F4B
(75,95,75)
#3D4D3E
(61,77,62)
#2F3B31
(47,59,49)
#212924
(33,41,36)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #9FCB99

#9FCB99
(159,203,153)
#A7CFA2
(167,207,162)
#AFD3AB
(175,211,171)
#B7D7B4
(183,215,180)
#BFDBBD
(191,219,189)
#C7DFC6
(199,223,198)
#CFE3CF
(207,227,207)
#D7E7D8
(215,231,216)
#DFEBE1
(223,235,225)
#E7EFEA
(231,239,234)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCB99 color. Also use rgb(159,203,153) instead hex code.

Text Font Color

.myTextColor { color: #9FCB99; }

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

This text font color is #9FCB99.

Background Color

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

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

This div background color is #9FCB99.

Border color

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

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

This div border color is #9FCB99.

Opacity

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

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

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

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

This text has shadow with #9FCB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCB99.

Preview

Color preview on black background

This text has color #9FCB99 on black background.


Color preview on white background

This text has color #9FCB99 on white background.


Black color preview on #9FCB99 background

This text has black color on #9FCB99 background.


White color preview on #9FCB99 background

This text has white color on #9FCB99 background.


Related colors

Complementary color

Complementary color for #hex is #603466.


I love getcolorcode.com

Triadic colors

1 #999FCB and #CB999F with #9FCB99 are triadic colors.

2 #99CB9F and #CB9F99 with #9FCB99 are triadic colors.