COLOR #9BA37C

HEX: #9BA37C
RGB: (155,163,124)

Color info

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

RGB color model

#9BA37C color RGB value is (155,163,124).

  • red value is 155;
  • green value is 163;
  • blue value is 124.
RGB:
(155,163,124)
(61%,64%,49%)

RGB channels and saturation

R 155 of 255 = 61%
G 163 of 255 = 64%
B 124 of 255 = 49%

155
163
124

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

Portions of RGB colors in percentages

R + G + B =
155 + 163 + 124 = 442 (100%)
R 155 of 442 ~ 35.07%
G 163 of 442 ~ 36.88%
B 124 of 442 ~ 28.05%

%35.07
%36.88
%28.05

CMYK color model

#9BA37C color CMYK value is (5,0,24,36).

  • cyan value is 4.91%
  • magenta value is 0.00%
  • yellow value is 23.93%
  • key color value is 36.08%
CMYK:
(5,0,24,36)
C5M0Y24K36 
(5%,0%,24%,36%)
(0.05/0.00/0.24/0.36)	

CMYK percentages

%4.91
%0
%23.93
%36.08

Codes

Color #9BA37C in popluar color models

9BA37C
RGB155163124
HSL72°17.49%56.27%
HSB/HSV72°23.93%63.92%
CMYK4.91%0.00%23.93%
36.08%

Color #9BA37C in popluar number systems.

HEX9BA37C
Decimal155163124
Binary10011011101000111111100
Octal233243174

Shades and tints

Shades of #9BA37C

#9BA37C
(155,163,124)
#8D9571
(141,149,113)
#7F8766
(127,135,102)
#71795B
(113,121,91)
#636B50
(99,107,80)
#555D45
(85,93,69)
#474F3A
(71,79,58)
#39412F
(57,65,47)
#2B3324
(43,51,36)
#1D2519
(29,37,25)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #9BA37C

#9BA37C
(155,163,124)
#A4AB87
(164,171,135)
#ADB392
(173,179,146)
#B6BB9D
(182,187,157)
#BFC3A8
(191,195,168)
#C8CBB3
(200,203,179)
#D1D3BE
(209,211,190)
#DADBC9
(218,219,201)
#E3E3D4
(227,227,212)
#ECEBDF
(236,235,223)
#F5F3EA
(245,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA37C color. Also use rgb(155,163,124) instead hex code.

Text Font Color

.myTextColor { color: #9BA37C; }

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

This text font color is #9BA37C.


Background Color

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

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

This div background color is #9BA37C.


Border color

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

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

This div border color is #9BA37C.


Opacity

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

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

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

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

This text has shadow with #9BA37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA37C on black background.


Color preview on white background

This text has color #9BA37C on white background.



Black color preview on #9BA37C background

This text has black color on #9BA37C background.


White color preview on #9BA37C background

This text has white color on #9BA37C background.