COLOR #9FC69C

HEX: #9FC69C RGB: (159,198,156)

Color info

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

RGB color model

#9FC69C color RGB value is (159,198,156).

RGB: (159,198,156) (62%, 78%, 61%)

RGB channels and saturation

R 159 of 255 = 62%
G 198 of 255 = 78%
B 156 of 255 = 61%

159
198
156

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

Portions of RGB colors in percentages

R + G + B = 159 + 198 + 156 = 513 (100%)
R 159 of 513 ~ 30.99%
G 198 of 513 ~ 38.6%
B 156 of 513 ~ 30.41'%

%30.99
%38.6
%30.41

CMYK color model

#9FC69C color CMYK value is (20,0,21,22).

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

CMYK: (20,0,21,22)
C20M0Y21K22 (20%, 0%, 21%, 22%)
(0.20 / 0.00 / 0.21 / 0.22)

CMYK percentages

%19.7
%0
%21.21
%22.35

Codes

Color #9FC69C in popluar color models

9F C6 9C
RGB 159 198 156
HSL 116° 26.92% 69.41%
HSB/HSV 116° 21.21% 77.65%
CMYK 19.70% 0.00% 21.21%
22.35%

Color #9FC69C in popluar number systems.

HEX 9F C6 9C
Decimal 159 198 156
Binary 10011111 11000110 10011100
Octal 237 306 234

Shades and tints

Shades of #9FC69C

#9FC69C
(159,198,156)
#91B48E
(145,180,142)
#83A280
(131,162,128)
#759072
(117,144,114)
#677E64
(103,126,100)
#596C56
(89,108,86)
#4B5A48
(75,90,72)
#3D483A
(61,72,58)
#2F362C
(47,54,44)
#21241E
(33,36,30)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #9FC69C

#9FC69C
(159,198,156)
#A7CBA5
(167,203,165)
#AFD0AE
(175,208,174)
#B7D5B7
(183,213,183)
#BFDAC0
(191,218,192)
#C7DFC9
(199,223,201)
#CFE4D2
(207,228,210)
#D7E9DB
(215,233,219)
#DFEEE4
(223,238,228)
#E7F3ED
(231,243,237)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC69C; }

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

This text font color is #9FC69C.

Background Color

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

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

This div background color is #9FC69C.

Border color

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

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

This div border color is #9FC69C.

Opacity

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

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

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

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

This text has shadow with #9FC69C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FC69C.

Preview

Color preview on black background

This text has color #9FC69C on black background.


Color preview on white background

This text has color #9FC69C on white background.


Black color preview on #9FC69C background

This text has black color on #9FC69C background.


White color preview on #9FC69C background

This text has white color on #9FC69C background.


Related colors

Complementary color

Complementary color for #hex is #603963.


I love getcolorcode.com

Triadic colors

1 #9C9FC6 and #C69C9F with #9FC69C are triadic colors.

2 #9CC69F and #C69F9C with #9FC69C are triadic colors.