COLOR #9FC697

HEX: #9FC697 RGB: (159,198,151)

Color info

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

RGB color model

#9FC697 color RGB value is (159,198,151).

RGB: (159,198,151) (62%, 78%, 59%)

RGB channels and saturation

R 159 of 255 = 62%
G 198 of 255 = 78%
B 151 of 255 = 59%

159
198
151

R + G + B ~ 66%. #9FC697 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 198 + 151 = 508 (100%)
R 159 of 508 ~ 31.3%
G 198 of 508 ~ 38.98%
B 151 of 508 ~ 29.72'%

%31.3
%38.98
%29.72

CMYK color model

#9FC697 color CMYK value is (20,0,24,22).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 22.35%

CMYK: (20,0,24,22)
C20M0Y24K22 (20%, 0%, 24%, 22%)
(0.20 / 0.00 / 0.24 / 0.22)

CMYK percentages

%19.7
%0
%23.74
%22.35

Codes

Color #9FC697 in popluar color models

9F C6 97
RGB 159 198 151
HSL 110° 29.19% 68.43%
HSB/HSV 110° 23.74% 77.65%
CMYK 19.70% 0.00% 23.74%
22.35%

Color #9FC697 in popluar number systems.

HEX 9F C6 97
Decimal 159 198 151
Binary 10011111 11000110 10010111
Octal 237 306 227

Shades and tints

Shades of #9FC697

#9FC697
(159,198,151)
#91B48A
(145,180,138)
#83A27D
(131,162,125)
#759070
(117,144,112)
#677E63
(103,126,99)
#596C56
(89,108,86)
#4B5A49
(75,90,73)
#3D483C
(61,72,60)
#2F362F
(47,54,47)
#212422
(33,36,34)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #9FC697

#9FC697
(159,198,151)
#A7CBA0
(167,203,160)
#AFD0A9
(175,208,169)
#B7D5B2
(183,213,178)
#BFDABB
(191,218,187)
#C7DFC4
(199,223,196)
#CFE4CD
(207,228,205)
#D7E9D6
(215,233,214)
#DFEEDF
(223,238,223)
#E7F3E8
(231,243,232)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC697 color. Also use rgb(159,198,151) instead hex code.

Text Font Color

.myTextColor { color: #9FC697; }

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

This text font color is #9FC697.

Background Color

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

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

This div background color is #9FC697.

Border color

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

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

This div border color is #9FC697.

Opacity

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

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

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

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

This text has shadow with #9FC697 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC697.

Preview

Color preview on black background

This text has color #9FC697 on black background.


Color preview on white background

This text has color #9FC697 on white background.


Black color preview on #9FC697 background

This text has black color on #9FC697 background.


White color preview on #9FC697 background

This text has white color on #9FC697 background.


Related colors

Complementary color

Complementary color for #hex is #603968.


I love getcolorcode.com

Triadic colors

1 #979FC6 and #C6979F with #9FC697 are triadic colors.

2 #97C69F and #C69F97 with #9FC697 are triadic colors.