COLOR #9BA88B

HEX: #9BA88B RGB: (155,168,139)

Color info

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

RGB color model

#9BA88B color RGB value is (155,168,139).

RGB: (155,168,139) (61%, 66%, 55%)

RGB channels and saturation

R 155 of 255 = 61%
G 168 of 255 = 66%
B 139 of 255 = 55%

155
168
139

R + G + B ~ 61%. #9BA88B is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 168 + 139 = 462 (100%)
R 155 of 462 ~ 33.55%
G 168 of 462 ~ 36.36%
B 139 of 462 ~ 30.09'%

%33.55
%36.36
%30.09

CMYK color model

#9BA88B color CMYK value is (8,0,17,34).

  • cyan value is 7.74%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 34.12%

CMYK: (8,0,17,34)
C8M0Y17K34 (8%, 0%, 17%, 34%)
(0.08 / 0.00 / 0.17 / 0.34)

CMYK percentages

%7.74
%0
%17.26
%34.12

Codes

Color #9BA88B in popluar color models

9B A8 8B
RGB 155 168 139
HSL 87° 14.29% 60.20%
HSB/HSV 87° 17.26% 65.88%
CMYK 7.74% 0.00% 17.26%
34.12%

Color #9BA88B in popluar number systems.

HEX 9B A8 8B
Decimal 155 168 139
Binary 10011011 10101000 10001011
Octal 233 250 213

Shades and tints

Shades of #9BA88B

#9BA88B
(155,168,139)
#8D997F
(141,153,127)
#7F8A73
(127,138,115)
#717B67
(113,123,103)
#636C5B
(99,108,91)
#555D4F
(85,93,79)
#474E43
(71,78,67)
#393F37
(57,63,55)
#2B302B
(43,48,43)
#1D211F
(29,33,31)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #9BA88B

#9BA88B
(155,168,139)
#A4AF95
(164,175,149)
#ADB69F
(173,182,159)
#B6BDA9
(182,189,169)
#BFC4B3
(191,196,179)
#C8CBBD
(200,203,189)
#D1D2C7
(209,210,199)
#DAD9D1
(218,217,209)
#E3E0DB
(227,224,219)
#ECE7E5
(236,231,229)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA88B color. Also use rgb(155,168,139) instead hex code.

Text Font Color

.myTextColor { color: #9BA88B; }

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

This text font color is #9BA88B.

Background Color

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

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

This div background color is #9BA88B.

Border color

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

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

This div border color is #9BA88B.

Opacity

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

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

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

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

This text has shadow with #9BA88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA88B.

Preview

Color preview on black background

This text has color #9BA88B on black background.


Color preview on white background

This text has color #9BA88B on white background.


Black color preview on #9BA88B background

This text has black color on #9BA88B background.


White color preview on #9BA88B background

This text has white color on #9BA88B background.


Related colors

Complementary color

Complementary color for #hex is #645774.


I love getcolorcode.com

Triadic colors

1 #8B9BA8 and #A88B9B with #9BA88B are triadic colors.

2 #8BA89B and #A89B8B with #9BA88B are triadic colors.