COLOR #9BB49D

HEX: #9BB49D RGB: (155,180,157)

Color info

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

RGB color model

#9BB49D color RGB value is (155,180,157).

RGB: (155,180,157) (61%, 71%, 62%)

RGB channels and saturation

R 155 of 255 = 61%
G 180 of 255 = 71%
B 157 of 255 = 62%

155
180
157

R + G + B ~ 65%. #9BB49D is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 180 + 157 = 492 (100%)
R 155 of 492 ~ 31.5%
G 180 of 492 ~ 36.59%
B 157 of 492 ~ 31.91'%

%31.5
%36.59
%31.91

CMYK color model

#9BB49D color CMYK value is (14,0,13,29).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK: (14,0,13,29) C14M0Y13K29 (14%,0%,13%,29%) (0.14/0.00/0.13/0.29) 

CMYK percentages

%13.89
%0
%12.78
%29.41

Codes

Color #9BB49D in popluar color models

9B B4 9D
RGB 155 180 157
HSL 125° 14.29% 65.69%
HSB/HSV 125° 13.89% 70.59%
CMYK 13.89% 0.00% 12.78%
29.41%

Color #9BB49D in popluar number systems.

HEX 9B B4 9D
Decimal 155 180 157
Binary 10011011 10110100 10011101
Octal 233 264 235

Shades and tints

Shades of #9BB49D

#9BB49D
(155,180,157)
#8DA48F
(141,164,143)
#7F9481
(127,148,129)
#718473
(113,132,115)
#637465
(99,116,101)
#556457
(85,100,87)
#475449
(71,84,73)
#39443B
(57,68,59)
#2B342D
(43,52,45)
#1D241F
(29,36,31)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #9BB49D

#9BB49D
(155,180,157)
#A4BAA5
(164,186,165)
#ADC0AD
(173,192,173)
#B6C6B5
(182,198,181)
#BFCCBD
(191,204,189)
#C8D2C5
(200,210,197)
#D1D8CD
(209,216,205)
#DADED5
(218,222,213)
#E3E4DD
(227,228,221)
#ECEAE5
(236,234,229)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB49D color. Also use rgb(155,180,157) instead hex code.

Text Font Color

.myTextColor { color: #9BB49D; }

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

This text font color is #9BB49D.

Background Color

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

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

This div background color is #9BB49D.

Border color

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

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

This div border color is #9BB49D.

Opacity

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

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

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

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

This text has shadow with #9BB49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB49D.

Preview

Color preview on black background

This text has color #9BB49D on black background.


Color preview on white background

This text has color #9BB49D on white background.


Black color preview on #9BB49D background

This text has black color on #9BB49D background.


White color preview on #9BB49D background

This text has white color on #9BB49D background.


Related colors

Complementary color

Complementary color for #hex is #644B62.


I love getcolorcode.com

Triadic colors

1 #9D9BB4 and #B49D9B with #9BB49D are triadic colors.

2 #9DB49B and #B49B9D with #9BB49D are triadic colors.