COLOR #9BB27F

HEX: #9BB27F
RGB: (155,178,127)

Color info

#9BB27F contains red, green and blue colors in about the same proportion. Web safe color of #9BB27F is #999966 (or #996).

RGB color model

#9BB27F color RGB value is (155,178,127).

  • red value is 155;
  • green value is 178;
  • blue value is 127.
RGB:
(155,178,127)
(61%,70%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 178 of 255 = 70%
B 127 of 255 = 50%

155
178
127

R + G + B ~ 60%. #9BB27F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 178 + 127 = 460 (100%)
R 155 of 460 ~ 33.7%
G 178 of 460 ~ 38.7%
B 127 of 460 ~ 27.61%

%33.7
%38.7
%27.61

CMYK color model

#9BB27F color CMYK value is (13,0,29,30).

  • cyan value is 12.92%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 30.20%
CMYK:
(13,0,29,30)
C13M0Y29K30 
(13%,0%,29%,30%)
(0.13/0.00/0.29/0.30)	

CMYK percentages

%12.92
%0
%28.65
%30.2

Codes

Color #9BB27F in popluar color models

9BB27F
RGB155178127
HSL87°24.88%59.80%
HSB/HSV87°28.65%69.80%
CMYK12.92%0.00%28.65%
30.20%

Color #9BB27F in popluar number systems.

HEX9BB27F
Decimal155178127
Binary10011011101100101111111
Octal233262177

Shades and tints

Shades of #9BB27F

#9BB27F
(155,178,127)
#8DA274
(141,162,116)
#7F9269
(127,146,105)
#71825E
(113,130,94)
#637253
(99,114,83)
#556248
(85,98,72)
#47523D
(71,82,61)
#394232
(57,66,50)
#2B3227
(43,50,39)
#1D221C
(29,34,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #9BB27F

#9BB27F
(155,178,127)
#A4B98A
(164,185,138)
#ADC095
(173,192,149)
#B6C7A0
(182,199,160)
#BFCEAB
(191,206,171)
#C8D5B6
(200,213,182)
#D1DCC1
(209,220,193)
#DAE3CC
(218,227,204)
#E3EAD7
(227,234,215)
#ECF1E2
(236,241,226)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB27F color. Also use rgb(155,178,127) instead hex code.

Text Font Color

.myTextColor { color: #9BB27F; }

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

This text font color is #9BB27F.


Background Color

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

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

This div background color is #9BB27F.


Border color

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

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

This div border color is #9BB27F.


Opacity

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

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

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

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

This text has shadow with #9BB27F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB27F on black background.


Color preview on white background

This text has color #9BB27F on white background.



Black color preview on #9BB27F background

This text has black color on #9BB27F background.


White color preview on #9BB27F background

This text has white color on #9BB27F background.