COLOR #9BA990

HEX: #9BA990
RGB: (155,169,144)

Color info

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

RGB color model

#9BA990 color RGB value is (155,169,144).

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

RGB channels and saturation

R 155 of 255 = 61%
G 169 of 255 = 66%
B 144 of 255 = 56%

155
169
144

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

Portions of RGB colors in percentages

R + G + B =
155 + 169 + 144 = 468 (100%)
R 155 of 468 ~ 33.12%
G 169 of 468 ~ 36.11%
B 144 of 468 ~ 30.77%

%33.12
%36.11
%30.77

CMYK color model

#9BA990 color CMYK value is (8,0,15,34).

  • cyan value is 8.28%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK:
(8,0,15,34)
C8M0Y15K34 
(8%,0%,15%,34%)
(0.08/0.00/0.15/0.34)	

CMYK percentages

%8.28
%0
%14.79
%33.73

Codes

Color #9BA990 in popluar color models

9BA990
RGB155169144
HSL94°12.69%61.37%
HSB/HSV94°14.79%66.27%
CMYK8.28%0.00%14.79%
33.73%

Color #9BA990 in popluar number systems.

HEX9BA990
Decimal155169144
Binary100110111010100110010000
Octal233251220

Shades and tints

Shades of #9BA990

#9BA990
(155,169,144)
#8D9A83
(141,154,131)
#7F8B76
(127,139,118)
#717C69
(113,124,105)
#636D5C
(99,109,92)
#555E4F
(85,94,79)
#474F42
(71,79,66)
#394035
(57,64,53)
#2B3128
(43,49,40)
#1D221B
(29,34,27)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #9BA990

#9BA990
(155,169,144)
#A4B09A
(164,176,154)
#ADB7A4
(173,183,164)
#B6BEAE
(182,190,174)
#BFC5B8
(191,197,184)
#C8CCC2
(200,204,194)
#D1D3CC
(209,211,204)
#DADAD6
(218,218,214)
#E3E1E0
(227,225,224)
#ECE8EA
(236,232,234)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA990; }

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

This text font color is #9BA990.


Background Color

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

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

This div background color is #9BA990.


Border color

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

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

This div border color is #9BA990.


Opacity

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

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

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

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

This text has shadow with #9BA990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA990 on black background.


Color preview on white background

This text has color #9BA990 on white background.



Black color preview on #9BA990 background

This text has black color on #9BA990 background.


White color preview on #9BA990 background

This text has white color on #9BA990 background.