COLOR #9BB79C

HEX: #9BB79C RGB: (155,183,156)

Color info

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

RGB color model

#9BB79C color RGB value is (155,183,156).

RGB: (155,183,156) (61%, 72%, 61%)

RGB channels and saturation

R 155 of 255 = 61%
G 183 of 255 = 72%
B 156 of 255 = 61%

155
183
156

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

Portions of RGB colors in percentages

R + G + B = 155 + 183 + 156 = 494 (100%)
R 155 of 494 ~ 31.38%
G 183 of 494 ~ 37.04%
B 156 of 494 ~ 31.58'%

%31.38
%37.04
%31.58

CMYK color model

#9BB79C color CMYK value is (15,0,15,28).

  • cyan value is 15.30%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 28.24%

CMYK: (15,0,15,28)
C15M0Y15K28 (15%, 0%, 15%, 28%)
(0.15 / 0.00 / 0.15 / 0.28)

CMYK percentages

%15.3
%0
%14.75
%28.24

Codes

Color #9BB79C in popluar color models

9B B7 9C
RGB 155 183 156
HSL 122° 16.28% 66.27%
HSB/HSV 122° 15.30% 71.76%
CMYK 15.30% 0.00% 14.75%
28.24%

Color #9BB79C in popluar number systems.

HEX 9B B7 9C
Decimal 155 183 156
Binary 10011011 10110111 10011100
Octal 233 267 234

Shades and tints

Shades of #9BB79C

#9BB79C
(155,183,156)
#8DA78E
(141,167,142)
#7F9780
(127,151,128)
#718772
(113,135,114)
#637764
(99,119,100)
#556756
(85,103,86)
#475748
(71,87,72)
#39473A
(57,71,58)
#2B372C
(43,55,44)
#1D271E
(29,39,30)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #9BB79C

#9BB79C
(155,183,156)
#A4BDA5
(164,189,165)
#ADC3AE
(173,195,174)
#B6C9B7
(182,201,183)
#BFCFC0
(191,207,192)
#C8D5C9
(200,213,201)
#D1DBD2
(209,219,210)
#DAE1DB
(218,225,219)
#E3E7E4
(227,231,228)
#ECEDED
(236,237,237)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB79C color. Also use rgb(155,183,156) instead hex code.

Text Font Color

.myTextColor { color: #9BB79C; }

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

This text font color is #9BB79C.

Background Color

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

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

This div background color is #9BB79C.

Border color

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

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

This div border color is #9BB79C.

Opacity

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

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

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

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

This text has shadow with #9BB79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB79C.

Preview

Color preview on black background

This text has color #9BB79C on black background.


Color preview on white background

This text has color #9BB79C on white background.


Black color preview on #9BB79C background

This text has black color on #9BB79C background.


White color preview on #9BB79C background

This text has white color on #9BB79C background.


Related colors

Complementary color

Complementary color for #hex is #644863.


I love getcolorcode.com

Triadic colors

1 #9C9BB7 and #B79C9B with #9BB79C are triadic colors.

2 #9CB79B and #B79B9C with #9BB79C are triadic colors.