COLOR #9FBA99

HEX: #9FBA99 RGB: (159,186,153)

Color info

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

RGB color model

#9FBA99 color RGB value is (159,186,153).

RGB: (159,186,153) (62%, 73%, 60%)

RGB channels and saturation

R 159 of 255 = 62%
G 186 of 255 = 73%
B 153 of 255 = 60%

159
186
153

R + G + B ~ 65%. #9FBA99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 186 + 153 = 498 (100%)
R 159 of 498 ~ 31.93%
G 186 of 498 ~ 37.35%
B 153 of 498 ~ 30.72'%

%31.93
%37.35
%30.72

CMYK color model

#9FBA99 color CMYK value is (15,0,18,27).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 27.06%

CMYK: (15,0,18,27)
C15M0Y18K27 (15%, 0%, 18%, 27%)
(0.15 / 0.00 / 0.18 / 0.27)

CMYK percentages

%14.52
%0
%17.74
%27.06

Codes

Color #9FBA99 in popluar color models

9F BA 99
RGB 159 186 153
HSL 109° 19.30% 66.47%
HSB/HSV 109° 17.74% 72.94%
CMYK 14.52% 0.00% 17.74%
27.06%

Color #9FBA99 in popluar number systems.

HEX 9F BA 99
Decimal 159 186 153
Binary 10011111 10111010 10011001
Octal 237 272 231

Shades and tints

Shades of #9FBA99

#9FBA99
(159,186,153)
#91AA8C
(145,170,140)
#839A7F
(131,154,127)
#758A72
(117,138,114)
#677A65
(103,122,101)
#596A58
(89,106,88)
#4B5A4B
(75,90,75)
#3D4A3E
(61,74,62)
#2F3A31
(47,58,49)
#212A24
(33,42,36)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #9FBA99

#9FBA99
(159,186,153)
#A7C0A2
(167,192,162)
#AFC6AB
(175,198,171)
#B7CCB4
(183,204,180)
#BFD2BD
(191,210,189)
#C7D8C6
(199,216,198)
#CFDECF
(207,222,207)
#D7E4D8
(215,228,216)
#DFEAE1
(223,234,225)
#E7F0EA
(231,240,234)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBA99; }

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

This text font color is #9FBA99.

Background Color

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

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

This div background color is #9FBA99.

Border color

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

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

This div border color is #9FBA99.

Opacity

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

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

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

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

This text has shadow with #9FBA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBA99.

Preview

Color preview on black background

This text has color #9FBA99 on black background.


Color preview on white background

This text has color #9FBA99 on white background.


Black color preview on #9FBA99 background

This text has black color on #9FBA99 background.


White color preview on #9FBA99 background

This text has white color on #9FBA99 background.


Related colors

Complementary color

Complementary color for #hex is #604566.


I love getcolorcode.com

Triadic colors

1 #999FBA and #BA999F with #9FBA99 are triadic colors.

2 #99BA9F and #BA9F99 with #9FBA99 are triadic colors.