COLOR #9BA991

HEX: #9BA991
RGB: (155,169,145)

Color info

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

RGB color model

#9BA991 color RGB value is (155,169,145).

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

RGB channels and saturation

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

155
169
145

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

Portions of RGB colors in percentages

R + G + B =
155 + 169 + 145 = 469 (100%)
R 155 of 469 ~ 33.05%
G 169 of 469 ~ 36.03%
B 145 of 469 ~ 30.92%

%33.05
%36.03
%30.92

CMYK color model

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

  • cyan value is 8.28%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • 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
%14.2
%33.73

Codes

Color #9BA991 in popluar color models

9BA991
RGB155169145
HSL95°12.24%61.57%
HSB/HSV95°14.20%66.27%
CMYK8.28%0.00%14.20%
33.73%

Color #9BA991 in popluar number systems.

HEX9BA991
Decimal155169145
Binary100110111010100110010001
Octal233251221

Shades and tints

Shades of #9BA991

#9BA991
(155,169,145)
#8D9A84
(141,154,132)
#7F8B77
(127,139,119)
#717C6A
(113,124,106)
#636D5D
(99,109,93)
#555E50
(85,94,80)
#474F43
(71,79,67)
#394036
(57,64,54)
#2B3129
(43,49,41)
#1D221C
(29,34,28)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #9BA991

#9BA991
(155,169,145)
#A4B09B
(164,176,155)
#ADB7A5
(173,183,165)
#B6BEAF
(182,190,175)
#BFC5B9
(191,197,185)
#C8CCC3
(200,204,195)
#D1D3CD
(209,211,205)
#DADAD7
(218,218,215)
#E3E1E1
(227,225,225)
#ECE8EB
(236,232,235)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA991; }

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

This text font color is #9BA991.


Background Color

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

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

This div background color is #9BA991.


Border color

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

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

This div border color is #9BA991.


Opacity

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

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

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

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

This text has shadow with #9BA991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA991 on black background.


Color preview on white background

This text has color #9BA991 on white background.



Black color preview on #9BA991 background

This text has black color on #9BA991 background.


White color preview on #9BA991 background

This text has white color on #9BA991 background.