COLOR #9FC887

HEX: #9FC887 RGB: (159,200,135)

Color info

#9FC887 contains mainly red and green colors. Web safe color of #9FC887 is #99CC99 (or #9C9).

RGB color model

#9FC887 color RGB value is (159,200,135).

RGB: (159,200,135) (62%, 78%, 53%)

RGB channels and saturation

R 159 of 255 = 62%
G 200 of 255 = 78%
B 135 of 255 = 53%

159
200
135

R + G + B ~ 64%. #9FC887 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 200 + 135 = 494 (100%)
R 159 of 494 ~ 32.19%
G 200 of 494 ~ 40.49%
B 135 of 494 ~ 27.33'%

%32.19
%40.49
%27.33

CMYK color model

#9FC887 color CMYK value is (21,0,33,22).

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 21.57%
CMYK: (21,0,33,22) C21M0Y33K22 (21%,0%,33%,22%) (0.21/0.00/0.33/0.22) 

CMYK percentages

%20.5
%0
%32.5
%21.57

Codes

Color #9FC887 in popluar color models

9F C8 87
RGB 159 200 135
HSL 98° 37.14% 65.69%
HSB/HSV 98° 32.50% 78.43%
CMYK 20.50% 0.00% 32.50%
21.57%

Color #9FC887 in popluar number systems.

HEX 9F C8 87
Decimal 159 200 135
Binary 10011111 11001000 10000111
Octal 237 310 207

Shades and tints

Shades of #9FC887

#9FC887
(159,200,135)
#91B67B
(145,182,123)
#83A46F
(131,164,111)
#759263
(117,146,99)
#678057
(103,128,87)
#596E4B
(89,110,75)
#4B5C3F
(75,92,63)
#3D4A33
(61,74,51)
#2F3827
(47,56,39)
#21261B
(33,38,27)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #9FC887

#9FC887
(159,200,135)
#A7CD91
(167,205,145)
#AFD29B
(175,210,155)
#B7D7A5
(183,215,165)
#BFDCAF
(191,220,175)
#C7E1B9
(199,225,185)
#CFE6C3
(207,230,195)
#D7EBCD
(215,235,205)
#DFF0D7
(223,240,215)
#E7F5E1
(231,245,225)
#EFFAEB
(239,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC887 color. Also use rgb(159,200,135) instead hex code.

Text Font Color

.myTextColor { color: #9FC887; }

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

This text font color is #9FC887.

Background Color

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

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

This div background color is #9FC887.

Border color

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

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

This div border color is #9FC887.

Opacity

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

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

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

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

This text has shadow with #9FC887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC887.

Preview

Color preview on black background

This text has color #9FC887 on black background.


Color preview on white background

This text has color #9FC887 on white background.


Black color preview on #9FC887 background

This text has black color on #9FC887 background.


White color preview on #9FC887 background

This text has white color on #9FC887 background.


Related colors

Complementary color

Complementary color for #hex is #603778.


I love getcolorcode.com

Triadic colors

1 #879FC8 and #C8879F with #9FC887 are triadic colors.

2 #87C89F and #C89F87 with #9FC887 are triadic colors.