COLOR #9BA672

HEX: #9BA672
RGB: (155,166,114)

Color info

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

RGB color model

#9BA672 color RGB value is (155,166,114).

  • red value is 155;
  • green value is 166;
  • blue value is 114.
RGB:
(155,166,114)
(61%,65%,45%)

RGB channels and saturation

R 155 of 255 = 61%
G 166 of 255 = 65%
B 114 of 255 = 45%

155
166
114

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

Portions of RGB colors in percentages

R + G + B =
155 + 166 + 114 = 435 (100%)
R 155 of 435 ~ 35.63%
G 166 of 435 ~ 38.16%
B 114 of 435 ~ 26.21%

%35.63
%38.16
%26.21

CMYK color model

#9BA672 color CMYK value is (7,0,31,35).

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 31.33%
  • key color value is 34.90%
CMYK:
(7,0,31,35)
C7M0Y31K35 
(7%,0%,31%,35%)
(0.07/0.00/0.31/0.35)	

CMYK percentages

%6.63
%0
%31.33
%34.9

Codes

Color #9BA672 in popluar color models

9BA672
RGB155166114
HSL73°22.61%54.90%
HSB/HSV73°31.33%65.10%
CMYK6.63%0.00%31.33%
34.90%

Color #9BA672 in popluar number systems.

HEX9BA672
Decimal155166114
Binary10011011101001101110010
Octal233246162

Shades and tints

Shades of #9BA672

#9BA672
(155,166,114)
#8D9768
(141,151,104)
#7F885E
(127,136,94)
#717954
(113,121,84)
#636A4A
(99,106,74)
#555B40
(85,91,64)
#474C36
(71,76,54)
#393D2C
(57,61,44)
#2B2E22
(43,46,34)
#1D1F18
(29,31,24)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #9BA672

#9BA672
(155,166,114)
#A4AE7E
(164,174,126)
#ADB68A
(173,182,138)
#B6BE96
(182,190,150)
#BFC6A2
(191,198,162)
#C8CEAE
(200,206,174)
#D1D6BA
(209,214,186)
#DADEC6
(218,222,198)
#E3E6D2
(227,230,210)
#ECEEDE
(236,238,222)
#F5F6EA
(245,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA672 color. Also use rgb(155,166,114) instead hex code.

Text Font Color

.myTextColor { color: #9BA672; }

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

This text font color is #9BA672.


Background Color

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

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

This div background color is #9BA672.


Border color

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

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

This div border color is #9BA672.


Opacity

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

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

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

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

This text has shadow with #9BA672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA672 on black background.


Color preview on white background

This text has color #9BA672 on white background.



Black color preview on #9BA672 background

This text has black color on #9BA672 background.


White color preview on #9BA672 background

This text has white color on #9BA672 background.