COLOR #9BA180

HEX: #9BA180
RGB: (155,161,128)

Color info

#9BA180 contains red, green and blue colors in about the same proportion. Web safe color of #9BA180 is #999966 (or #996).

RGB color model

#9BA180 color RGB value is (155,161,128).

  • red value is 155;
  • green value is 161;
  • blue value is 128.
RGB:
(155,161,128)
(61%,63%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 161 of 255 = 63%
B 128 of 255 = 50%

155
161
128

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

Portions of RGB colors in percentages

R + G + B =
155 + 161 + 128 = 444 (100%)
R 155 of 444 ~ 34.91%
G 161 of 444 ~ 36.26%
B 128 of 444 ~ 28.83%

%34.91
%36.26
%28.83

CMYK color model

#9BA180 color CMYK value is (4,0,20,37).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 36.86%
CMYK:
(4,0,20,37)
C4M0Y20K37 
(4%,0%,20%,37%)
(0.04/0.00/0.20/0.37)	

CMYK percentages

%3.73
%0
%20.5
%36.86

Codes

Color #9BA180 in popluar color models

9BA180
RGB155161128
HSL71°14.93%56.67%
HSB/HSV71°20.50%63.14%
CMYK3.73%0.00%20.50%
36.86%

Color #9BA180 in popluar number systems.

HEX9BA180
Decimal155161128
Binary100110111010000110000000
Octal233241200

Shades and tints

Shades of #9BA180

#9BA180
(155,161,128)
#8D9375
(141,147,117)
#7F856A
(127,133,106)
#71775F
(113,119,95)
#636954
(99,105,84)
#555B49
(85,91,73)
#474D3E
(71,77,62)
#393F33
(57,63,51)
#2B3128
(43,49,40)
#1D231D
(29,35,29)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #9BA180

#9BA180
(155,161,128)
#A4A98B
(164,169,139)
#ADB196
(173,177,150)
#B6B9A1
(182,185,161)
#BFC1AC
(191,193,172)
#C8C9B7
(200,201,183)
#D1D1C2
(209,209,194)
#DAD9CD
(218,217,205)
#E3E1D8
(227,225,216)
#ECE9E3
(236,233,227)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA180 color. Also use rgb(155,161,128) instead hex code.

Text Font Color

.myTextColor { color: #9BA180; }

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

This text font color is #9BA180.


Background Color

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

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

This div background color is #9BA180.


Border color

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

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

This div border color is #9BA180.


Opacity

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

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

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

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

This text has shadow with #9BA180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA180 on black background.


Color preview on white background

This text has color #9BA180 on white background.



Black color preview on #9BA180 background

This text has black color on #9BA180 background.


White color preview on #9BA180 background

This text has white color on #9BA180 background.