COLOR #9BA59F

HEX: #9BA59F RGB: (155,165,159)

Color info

#9BA59F contains red, green and blue colors in about the same proportion. Web safe color of #9BA59F is #999999 (or #999).

RGB color model

#9BA59F color RGB value is (155,165,159).

RGB: (155,165,159) (61%, 65%, 62%)

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 159 of 255 = 62%

155
165
159

R + G + B ~ 63%. #9BA59F is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 165 + 159 = 479 (100%)
R 155 of 479 ~ 32.36%
G 165 of 479 ~ 34.45%
B 159 of 479 ~ 33.19'%

%32.36
%34.45
%33.19

CMYK color model

#9BA59F color CMYK value is (6,0,4,35).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 35.29%

CMYK: (6,0,4,35)
C6M0Y4K35 (6%, 0%, 4%, 35%)
(0.06 / 0.00 / 0.04 / 0.35)

CMYK percentages

%6.06
%0
%3.64
%35.29

Codes

Color #9BA59F in popluar color models

9B A5 9F
RGB 155 165 159
HSL 144° 5.26% 62.75%
HSB/HSV 144° 6.06% 64.71%
CMYK 6.06% 0.00% 3.64%
35.29%

Color #9BA59F in popluar number systems.

HEX 9B A5 9F
Decimal 155 165 159
Binary 10011011 10100101 10011111
Octal 233 245 237

Shades and tints

Shades of #9BA59F

#9BA59F
(155,165,159)
#8D9691
(141,150,145)
#7F8783
(127,135,131)
#717875
(113,120,117)
#636967
(99,105,103)
#555A59
(85,90,89)
#474B4B
(71,75,75)
#393C3D
(57,60,61)
#2B2D2F
(43,45,47)
#1D1E21
(29,30,33)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #9BA59F

#9BA59F
(155,165,159)
#A4ADA7
(164,173,167)
#ADB5AF
(173,181,175)
#B6BDB7
(182,189,183)
#BFC5BF
(191,197,191)
#C8CDC7
(200,205,199)
#D1D5CF
(209,213,207)
#DADDD7
(218,221,215)
#E3E5DF
(227,229,223)
#ECEDE7
(236,237,231)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA59F color. Also use rgb(155,165,159) instead hex code.

Text Font Color

.myTextColor { color: #9BA59F; }

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

This text font color is #9BA59F.

Background Color

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

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

This div background color is #9BA59F.

Border color

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

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

This div border color is #9BA59F.

Opacity

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

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

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

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

This text has shadow with #9BA59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA59F.

Preview

Color preview on black background

This text has color #9BA59F on black background.


Color preview on white background

This text has color #9BA59F on white background.


Black color preview on #9BA59F background

This text has black color on #9BA59F background.


White color preview on #9BA59F background

This text has white color on #9BA59F background.


Related colors

Complementary color

Complementary color for #hex is #645A60.


I love getcolorcode.com

Triadic colors

1 #9F9BA5 and #A59F9B with #9BA59F are triadic colors.

2 #9FA59B and #A59B9F with #9BA59F are triadic colors.