COLOR #9BA388

HEX: #9BA388
RGB: (155,163,136)

Color info

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

RGB color model

#9BA388 color RGB value is (155,163,136).

  • red value is 155;
  • green value is 163;
  • blue value is 136.
RGB:
(155,163,136)
(61%,64%,53%)

RGB channels and saturation

R 155 of 255 = 61%
G 163 of 255 = 64%
B 136 of 255 = 53%

155
163
136

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

Portions of RGB colors in percentages

R + G + B =
155 + 163 + 136 = 454 (100%)
R 155 of 454 ~ 34.14%
G 163 of 454 ~ 35.9%
B 136 of 454 ~ 29.96%

%34.14
%35.9
%29.96

CMYK color model

#9BA388 color CMYK value is (5,0,17,36).

  • cyan value is 4.91%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(5,0,17,36)
C5M0Y17K36 
(5%,0%,17%,36%)
(0.05/0.00/0.17/0.36)	

CMYK percentages

%4.91
%0
%16.56
%36.08

Codes

Color #9BA388 in popluar color models

9BA388
RGB155163136
HSL78°12.80%58.63%
HSB/HSV78°16.56%63.92%
CMYK4.91%0.00%16.56%
36.08%

Color #9BA388 in popluar number systems.

HEX9BA388
Decimal155163136
Binary100110111010001110001000
Octal233243210

Shades and tints

Shades of #9BA388

#9BA388
(155,163,136)
#8D957C
(141,149,124)
#7F8770
(127,135,112)
#717964
(113,121,100)
#636B58
(99,107,88)
#555D4C
(85,93,76)
#474F40
(71,79,64)
#394134
(57,65,52)
#2B3328
(43,51,40)
#1D251C
(29,37,28)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #9BA388

#9BA388
(155,163,136)
#A4AB92
(164,171,146)
#ADB39C
(173,179,156)
#B6BBA6
(182,187,166)
#BFC3B0
(191,195,176)
#C8CBBA
(200,203,186)
#D1D3C4
(209,211,196)
#DADBCE
(218,219,206)
#E3E3D8
(227,227,216)
#ECEBE2
(236,235,226)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA388 color. Also use rgb(155,163,136) instead hex code.

Text Font Color

.myTextColor { color: #9BA388; }

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

This text font color is #9BA388.


Background Color

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

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

This div background color is #9BA388.


Border color

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

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

This div border color is #9BA388.


Opacity

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

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

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

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

This text has shadow with #9BA388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA388 on black background.


Color preview on white background

This text has color #9BA388 on white background.



Black color preview on #9BA388 background

This text has black color on #9BA388 background.


White color preview on #9BA388 background

This text has white color on #9BA388 background.