COLOR #9BB985

HEX: #9BB985 RGB: (155,185,133)

Color info

#9BB985 contains red, green and blue colors in about the same proportion. Web safe color of #9BB985 is #99CC99 (or #9C9).

RGB color model

#9BB985 color RGB value is (155,185,133).

RGB: (155,185,133) (61%, 73%, 52%)

RGB channels and saturation

R 155 of 255 = 61%
G 185 of 255 = 73%
B 133 of 255 = 52%

155
185
133

R + G + B ~ 62%. #9BB985 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 185 + 133 = 473 (100%)
R 155 of 473 ~ 32.77%
G 185 of 473 ~ 39.11%
B 133 of 473 ~ 28.12'%

%32.77
%39.11
%28.12

CMYK color model

#9BB985 color CMYK value is (16,0,28,27).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 27.45%

CMYK: (16,0,28,27)
C16M0Y28K27 (16%, 0%, 28%, 27%)
(0.16 / 0.00 / 0.28 / 0.27)

CMYK percentages

%16.22
%0
%28.11
%27.45

Codes

Color #9BB985 in popluar color models

9B B9 85
RGB 155 185 133
HSL 95° 27.08% 62.35%
HSB/HSV 95° 28.11% 72.55%
CMYK 16.22% 0.00% 28.11%
27.45%

Color #9BB985 in popluar number systems.

HEX 9B B9 85
Decimal 155 185 133
Binary 10011011 10111001 10000101
Octal 233 271 205

Shades and tints

Shades of #9BB985

#9BB985
(155,185,133)
#8DA979
(141,169,121)
#7F996D
(127,153,109)
#718961
(113,137,97)
#637955
(99,121,85)
#556949
(85,105,73)
#47593D
(71,89,61)
#394931
(57,73,49)
#2B3925
(43,57,37)
#1D2919
(29,41,25)
#0F190D
(15,25,13)
#000000
(0,0,0)

Tints of #9BB985

#9BB985
(155,185,133)
#A4BF90
(164,191,144)
#ADC59B
(173,197,155)
#B6CBA6
(182,203,166)
#BFD1B1
(191,209,177)
#C8D7BC
(200,215,188)
#D1DDC7
(209,221,199)
#DAE3D2
(218,227,210)
#E3E9DD
(227,233,221)
#ECEFE8
(236,239,232)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB985 color. Also use rgb(155,185,133) instead hex code.

Text Font Color

.myTextColor { color: #9BB985; }

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

This text font color is #9BB985.

Background Color

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

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

This div background color is #9BB985.

Border color

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

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

This div border color is #9BB985.

Opacity

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

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

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

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

This text has shadow with #9BB985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB985.

Preview

Color preview on black background

This text has color #9BB985 on black background.


Color preview on white background

This text has color #9BB985 on white background.


Black color preview on #9BB985 background

This text has black color on #9BB985 background.


White color preview on #9BB985 background

This text has white color on #9BB985 background.


Related colors

Complementary color

Complementary color for #hex is #64467A.


I love getcolorcode.com

Triadic colors

1 #859BB9 and #B9859B with #9BB985 are triadic colors.

2 #85B99B and #B99B85 with #9BB985 are triadic colors.