COLOR #9BA992

HEX: #9BA992
RGB: (155,169,146)

Color info

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

RGB color model

#9BA992 color RGB value is (155,169,146).

  • red value is 155;
  • green value is 169;
  • blue value is 146.
RGB:
(155,169,146)
(61%,66%,57%)

RGB channels and saturation

R 155 of 255 = 61%
G 169 of 255 = 66%
B 146 of 255 = 57%

155
169
146

R + G + B ~ 61%. #9BA992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 169 + 146 = 470 (100%)
R 155 of 470 ~ 32.98%
G 169 of 470 ~ 35.96%
B 146 of 470 ~ 31.06%

%32.98
%35.96
%31.06

CMYK color model

#9BA992 color CMYK value is (8,0,14,34).

  • cyan value is 8.28%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 33.73%
CMYK:
(8,0,14,34)
C8M0Y14K34 
(8%,0%,14%,34%)
(0.08/0.00/0.14/0.34)	

CMYK percentages

%8.28
%0
%13.61
%33.73

Codes

Color #9BA992 in popluar color models

9BA992
RGB155169146
HSL97°11.79%61.76%
HSB/HSV97°13.61%66.27%
CMYK8.28%0.00%13.61%
33.73%

Color #9BA992 in popluar number systems.

HEX9BA992
Decimal155169146
Binary100110111010100110010010
Octal233251222

Shades and tints

Shades of #9BA992

#9BA992
(155,169,146)
#8D9A85
(141,154,133)
#7F8B78
(127,139,120)
#717C6B
(113,124,107)
#636D5E
(99,109,94)
#555E51
(85,94,81)
#474F44
(71,79,68)
#394037
(57,64,55)
#2B312A
(43,49,42)
#1D221D
(29,34,29)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #9BA992

#9BA992
(155,169,146)
#A4B09B
(164,176,155)
#ADB7A4
(173,183,164)
#B6BEAD
(182,190,173)
#BFC5B6
(191,197,182)
#C8CCBF
(200,204,191)
#D1D3C8
(209,211,200)
#DADAD1
(218,218,209)
#E3E1DA
(227,225,218)
#ECE8E3
(236,232,227)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA992 color. Also use rgb(155,169,146) instead hex code.

Text Font Color

.myTextColor { color: #9BA992; }

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

This text font color is #9BA992.


Background Color

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

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

This div background color is #9BA992.


Border color

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

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

This div border color is #9BA992.


Opacity

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

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

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

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

This text has shadow with #9BA992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA992 on black background.


Color preview on white background

This text has color #9BA992 on white background.



Black color preview on #9BA992 background

This text has black color on #9BA992 background.


White color preview on #9BA992 background

This text has white color on #9BA992 background.