COLOR #9BB19D

HEX: #9BB19D RGB: (155,177,157)

Color info

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

RGB color model

#9BB19D color RGB value is (155,177,157).

RGB: (155,177,157) (61%, 69%, 62%)

RGB channels and saturation

R 155 of 255 = 61%
G 177 of 255 = 69%
B 157 of 255 = 62%

155
177
157

R + G + B ~ 64%. #9BB19D is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 177 + 157 = 489 (100%)
R 155 of 489 ~ 31.7%
G 177 of 489 ~ 36.2%
B 157 of 489 ~ 32.11'%

%31.7
%36.2
%32.11

CMYK color model

#9BB19D color CMYK value is (12,0,11,31).

  • cyan value is 12.43%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 30.59%

CMYK: (12,0,11,31)
C12M0Y11K31 (12%, 0%, 11%, 31%)
(0.12 / 0.00 / 0.11 / 0.31)

CMYK percentages

%12.43
%0
%11.3
%30.59

Codes

Color #9BB19D in popluar color models

9B B1 9D
RGB 155 177 157
HSL 125° 12.36% 65.10%
HSB/HSV 125° 12.43% 69.41%
CMYK 12.43% 0.00% 11.30%
30.59%

Color #9BB19D in popluar number systems.

HEX 9B B1 9D
Decimal 155 177 157
Binary 10011011 10110001 10011101
Octal 233 261 235

Shades and tints

Shades of #9BB19D

#9BB19D
(155,177,157)
#8DA18F
(141,161,143)
#7F9181
(127,145,129)
#718173
(113,129,115)
#637165
(99,113,101)
#556157
(85,97,87)
#475149
(71,81,73)
#39413B
(57,65,59)
#2B312D
(43,49,45)
#1D211F
(29,33,31)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #9BB19D

#9BB19D
(155,177,157)
#A4B8A5
(164,184,165)
#ADBFAD
(173,191,173)
#B6C6B5
(182,198,181)
#BFCDBD
(191,205,189)
#C8D4C5
(200,212,197)
#D1DBCD
(209,219,205)
#DAE2D5
(218,226,213)
#E3E9DD
(227,233,221)
#ECF0E5
(236,240,229)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB19D; }

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

This text font color is #9BB19D.

Background Color

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

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

This div background color is #9BB19D.

Border color

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

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

This div border color is #9BB19D.

Opacity

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

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

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

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

This text has shadow with #9BB19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB19D.

Preview

Color preview on black background

This text has color #9BB19D on black background.


Color preview on white background

This text has color #9BB19D on white background.


Black color preview on #9BB19D background

This text has black color on #9BB19D background.


White color preview on #9BB19D background

This text has white color on #9BB19D background.


Related colors

Complementary color

Complementary color for #hex is #644E62.


I love getcolorcode.com

Triadic colors

1 #9D9BB1 and #B19D9B with #9BB19D are triadic colors.

2 #9DB19B and #B19B9D with #9BB19D are triadic colors.