COLOR #9BAE84

HEX: #9BAE84
RGB: (155,174,132)

Color info

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

RGB color model

#9BAE84 color RGB value is (155,174,132).

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

RGB channels and saturation

R 155 of 255 = 61%
G 174 of 255 = 68%
B 132 of 255 = 52%

155
174
132

R + G + B ~ 60%. #9BAE84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 174 + 132 = 461 (100%)
R 155 of 461 ~ 33.62%
G 174 of 461 ~ 37.74%
B 132 of 461 ~ 28.63%

%33.62
%37.74
%28.63

CMYK color model

#9BAE84 color CMYK value is (11,0,24,32).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 31.76%
CMYK:
(11,0,24,32)
C11M0Y24K32 
(11%,0%,24%,32%)
(0.11/0.00/0.24/0.32)	

CMYK percentages

%10.92
%0
%24.14
%31.76

Codes

Color #9BAE84 in popluar color models

9BAE84
RGB155174132
HSL87°20.59%60.00%
HSB/HSV87°24.14%68.24%
CMYK10.92%0.00%24.14%
31.76%

Color #9BAE84 in popluar number systems.

HEX9BAE84
Decimal155174132
Binary100110111010111010000100
Octal233256204

Shades and tints

Shades of #9BAE84

#9BAE84
(155,174,132)
#8D9F78
(141,159,120)
#7F906C
(127,144,108)
#718160
(113,129,96)
#637254
(99,114,84)
#556348
(85,99,72)
#47543C
(71,84,60)
#394530
(57,69,48)
#2B3624
(43,54,36)
#1D2718
(29,39,24)
#0F180C
(15,24,12)
#000000
(0,0,0)

Tints of #9BAE84

#9BAE84
(155,174,132)
#A4B58F
(164,181,143)
#ADBC9A
(173,188,154)
#B6C3A5
(182,195,165)
#BFCAB0
(191,202,176)
#C8D1BB
(200,209,187)
#D1D8C6
(209,216,198)
#DADFD1
(218,223,209)
#E3E6DC
(227,230,220)
#ECEDE7
(236,237,231)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAE84; }

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

This text font color is #9BAE84.


Background Color

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

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

This div background color is #9BAE84.


Border color

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

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

This div border color is #9BAE84.


Opacity

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

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

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

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

This text has shadow with #9BAE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAE84 on black background.


Color preview on white background

This text has color #9BAE84 on white background.



Black color preview on #9BAE84 background

This text has black color on #9BAE84 background.


White color preview on #9BAE84 background

This text has white color on #9BAE84 background.