COLOR #9BA59C

HEX: #9BA59C
RGB: (155,165,156)

Color info

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

RGB color model

#9BA59C color RGB value is (155,165,156).

  • red value is 155;
  • green value is 165;
  • blue value is 156.
RGB:
(155,165,156)
(61%,65%,61%)

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 156 of 255 = 61%

155
165
156

R + G + B ~ 62%. #9BA59C is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 165 + 156 = 476 (100%)
R 155 of 476 ~ 32.56%
G 165 of 476 ~ 34.66%
B 156 of 476 ~ 32.77%

%32.56
%34.66
%32.77

CMYK color model

#9BA59C color CMYK value is (6,0,5,35).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 35.29%
CMYK:
(6,0,5,35)
C6M0Y5K35 
(6%,0%,5%,35%)
(0.06/0.00/0.05/0.35)	

CMYK percentages

%6.06
%0
%5.45
%35.29

Codes

Color #9BA59C in popluar color models

9BA59C
RGB155165156
HSL126°5.26%62.75%
HSB/HSV126°6.06%64.71%
CMYK6.06%0.00%5.45%
35.29%

Color #9BA59C in popluar number systems.

HEX9BA59C
Decimal155165156
Binary100110111010010110011100
Octal233245234

Shades and tints

Shades of #9BA59C

#9BA59C
(155,165,156)
#8D968E
(141,150,142)
#7F8780
(127,135,128)
#717872
(113,120,114)
#636964
(99,105,100)
#555A56
(85,90,86)
#474B48
(71,75,72)
#393C3A
(57,60,58)
#2B2D2C
(43,45,44)
#1D1E1E
(29,30,30)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #9BA59C

#9BA59C
(155,165,156)
#A4ADA5
(164,173,165)
#ADB5AE
(173,181,174)
#B6BDB7
(182,189,183)
#BFC5C0
(191,197,192)
#C8CDC9
(200,205,201)
#D1D5D2
(209,213,210)
#DADDDB
(218,221,219)
#E3E5E4
(227,229,228)
#ECEDED
(236,237,237)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA59C; }

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

This text font color is #9BA59C.


Background Color

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

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

This div background color is #9BA59C.


Border color

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

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

This div border color is #9BA59C.


Opacity

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

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

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

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

This text has shadow with #9BA59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA59C on black background.


Color preview on white background

This text has color #9BA59C on white background.



Black color preview on #9BA59C background

This text has black color on #9BA59C background.


White color preview on #9BA59C background

This text has white color on #9BA59C background.