COLOR #9BA078

HEX: #9BA078
RGB: (155,160,120)

Color info

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

RGB color model

#9BA078 color RGB value is (155,160,120).

  • red value is 155;
  • green value is 160;
  • blue value is 120.
RGB:
(155,160,120)
(61%,63%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 160 of 255 = 63%
B 120 of 255 = 47%

155
160
120

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

Portions of RGB colors in percentages

R + G + B =
155 + 160 + 120 = 435 (100%)
R 155 of 435 ~ 35.63%
G 160 of 435 ~ 36.78%
B 120 of 435 ~ 27.59%

%35.63
%36.78
%27.59

CMYK color model

#9BA078 color CMYK value is (3,0,25,37).

  • cyan value is 3.13%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 37.25%
CMYK:
(3,0,25,37)
C3M0Y25K37 
(3%,0%,25%,37%)
(0.03/0.00/0.25/0.37)	

CMYK percentages

%3.13
%0
%25
%37.25

Codes

Color #9BA078 in popluar color models

9BA078
RGB155160120
HSL68°17.39%54.90%
HSB/HSV68°25.00%62.75%
CMYK3.13%0.00%25.00%
37.25%

Color #9BA078 in popluar number systems.

HEX9BA078
Decimal155160120
Binary10011011101000001111000
Octal233240170

Shades and tints

Shades of #9BA078

#9BA078
(155,160,120)
#8D926E
(141,146,110)
#7F8464
(127,132,100)
#71765A
(113,118,90)
#636850
(99,104,80)
#555A46
(85,90,70)
#474C3C
(71,76,60)
#393E32
(57,62,50)
#2B3028
(43,48,40)
#1D221E
(29,34,30)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #9BA078

#9BA078
(155,160,120)
#A4A884
(164,168,132)
#ADB090
(173,176,144)
#B6B89C
(182,184,156)
#BFC0A8
(191,192,168)
#C8C8B4
(200,200,180)
#D1D0C0
(209,208,192)
#DAD8CC
(218,216,204)
#E3E0D8
(227,224,216)
#ECE8E4
(236,232,228)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA078 color. Also use rgb(155,160,120) instead hex code.

Text Font Color

.myTextColor { color: #9BA078; }

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

This text font color is #9BA078.


Background Color

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

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

This div background color is #9BA078.


Border color

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

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

This div border color is #9BA078.


Opacity

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

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

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

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

This text has shadow with #9BA078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA078 on black background.


Color preview on white background

This text has color #9BA078 on white background.



Black color preview on #9BA078 background

This text has black color on #9BA078 background.


White color preview on #9BA078 background

This text has white color on #9BA078 background.