COLOR #9BA494

HEX: #9BA494 RGB: (155,164,148)

Color info

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

RGB color model

#9BA494 color RGB value is (155,164,148).

RGB: (155,164,148) (61%, 64%, 58%)

RGB channels and saturation

R 155 of 255 = 61%
G 164 of 255 = 64%
B 148 of 255 = 58%

155
164
148

R + G + B ~ 61%. #9BA494 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 164 + 148 = 467 (100%)
R 155 of 467 ~ 33.19%
G 164 of 467 ~ 35.12%
B 148 of 467 ~ 31.69'%

%33.19
%35.12
%31.69

CMYK color model

#9BA494 color CMYK value is (5,0,10,36).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 35.69%

CMYK: (5,0,10,36)
C5M0Y10K36 (5%, 0%, 10%, 36%)
(0.05 / 0.00 / 0.10 / 0.36)

CMYK percentages

%5.49
%0
%9.76
%35.69

Codes

Color #9BA494 in popluar color models

9B A4 94
RGB 155 164 148
HSL 94° 8.08% 61.18%
HSB/HSV 94° 9.76% 64.31%
CMYK 5.49% 0.00% 9.76%
35.69%

Color #9BA494 in popluar number systems.

HEX 9B A4 94
Decimal 155 164 148
Binary 10011011 10100100 10010100
Octal 233 244 224

Shades and tints

Shades of #9BA494

#9BA494
(155,164,148)
#8D9687
(141,150,135)
#7F887A
(127,136,122)
#717A6D
(113,122,109)
#636C60
(99,108,96)
#555E53
(85,94,83)
#475046
(71,80,70)
#394239
(57,66,57)
#2B342C
(43,52,44)
#1D261F
(29,38,31)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #9BA494

#9BA494
(155,164,148)
#A4AC9D
(164,172,157)
#ADB4A6
(173,180,166)
#B6BCAF
(182,188,175)
#BFC4B8
(191,196,184)
#C8CCC1
(200,204,193)
#D1D4CA
(209,212,202)
#DADCD3
(218,220,211)
#E3E4DC
(227,228,220)
#ECECE5
(236,236,229)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA494 color. Also use rgb(155,164,148) instead hex code.

Text Font Color

.myTextColor { color: #9BA494; }

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

This text font color is #9BA494.

Background Color

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

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

This div background color is #9BA494.

Border color

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

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

This div border color is #9BA494.

Opacity

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

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

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

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

This text has shadow with #9BA494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA494.

Preview

Color preview on black background

This text has color #9BA494 on black background.


Color preview on white background

This text has color #9BA494 on white background.


Black color preview on #9BA494 background

This text has black color on #9BA494 background.


White color preview on #9BA494 background

This text has white color on #9BA494 background.


Related colors

Complementary color

Complementary color for #hex is #645B6B.


I love getcolorcode.com

Triadic colors

1 #949BA4 and #A4949B with #9BA494 are triadic colors.

2 #94A49B and #A49B94 with #9BA494 are triadic colors.