COLOR #9BAE89

HEX: #9BAE89
RGB: (155,174,137)

Color info

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

RGB color model

#9BAE89 color RGB value is (155,174,137).

  • red value is 155;
  • green value is 174;
  • blue value is 137.
RGB:
(155,174,137)
(61%,68%,54%)

RGB channels and saturation

R 155 of 255 = 61%
G 174 of 255 = 68%
B 137 of 255 = 54%

155
174
137

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

Portions of RGB colors in percentages

R + G + B =
155 + 174 + 137 = 466 (100%)
R 155 of 466 ~ 33.26%
G 174 of 466 ~ 37.34%
B 137 of 466 ~ 29.4%

%33.26
%37.34
%29.4

CMYK color model

#9BAE89 color CMYK value is (11,0,21,32).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 31.76%
CMYK:
(11,0,21,32)
C11M0Y21K32 
(11%,0%,21%,32%)
(0.11/0.00/0.21/0.32)	

CMYK percentages

%10.92
%0
%21.26
%31.76

Codes

Color #9BAE89 in popluar color models

9BAE89
RGB155174137
HSL91°18.59%60.98%
HSB/HSV91°21.26%68.24%
CMYK10.92%0.00%21.26%
31.76%

Color #9BAE89 in popluar number systems.

HEX9BAE89
Decimal155174137
Binary100110111010111010001001
Octal233256211

Shades and tints

Shades of #9BAE89

#9BAE89
(155,174,137)
#8D9F7D
(141,159,125)
#7F9071
(127,144,113)
#718165
(113,129,101)
#637259
(99,114,89)
#55634D
(85,99,77)
#475441
(71,84,65)
#394535
(57,69,53)
#2B3629
(43,54,41)
#1D271D
(29,39,29)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #9BAE89

#9BAE89
(155,174,137)
#A4B593
(164,181,147)
#ADBC9D
(173,188,157)
#B6C3A7
(182,195,167)
#BFCAB1
(191,202,177)
#C8D1BB
(200,209,187)
#D1D8C5
(209,216,197)
#DADFCF
(218,223,207)
#E3E6D9
(227,230,217)
#ECEDE3
(236,237,227)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAE89 color. Also use rgb(155,174,137) instead hex code.

Text Font Color

.myTextColor { color: #9BAE89; }

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

This text font color is #9BAE89.


Background Color

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

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

This div background color is #9BAE89.


Border color

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

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

This div border color is #9BAE89.


Opacity

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

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

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

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

This text has shadow with #9BAE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAE89 on black background.


Color preview on white background

This text has color #9BAE89 on white background.



Black color preview on #9BAE89 background

This text has black color on #9BAE89 background.


White color preview on #9BAE89 background

This text has white color on #9BAE89 background.