COLOR #9BA598

HEX: #9BA598 RGB: (155,165,152)

Color info

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

RGB color model

#9BA598 color RGB value is (155,165,152).

RGB: (155,165,152) (61%, 65%, 60%)

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 152 of 255 = 60%

155
165
152

R + G + B ~ 62%. #9BA598 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 165 + 152 = 472 (100%)
R 155 of 472 ~ 32.84%
G 165 of 472 ~ 34.96%
B 152 of 472 ~ 32.2'%

%32.84
%34.96
%32.2

CMYK color model

#9BA598 color CMYK value is (6,0,8,35).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 35.29%

CMYK: (6,0,8,35)
C6M0Y8K35 (6%, 0%, 8%, 35%)
(0.06 / 0.00 / 0.08 / 0.35)

CMYK percentages

%6.06
%0
%7.88
%35.29

Codes

Color #9BA598 in popluar color models

9B A5 98
RGB 155 165 152
HSL 106° 6.74% 62.16%
HSB/HSV 106° 7.88% 64.71%
CMYK 6.06% 0.00% 7.88%
35.29%

Color #9BA598 in popluar number systems.

HEX 9B A5 98
Decimal 155 165 152
Binary 10011011 10100101 10011000
Octal 233 245 230

Shades and tints

Shades of #9BA598

#9BA598
(155,165,152)
#8D968B
(141,150,139)
#7F877E
(127,135,126)
#717871
(113,120,113)
#636964
(99,105,100)
#555A57
(85,90,87)
#474B4A
(71,75,74)
#393C3D
(57,60,61)
#2B2D30
(43,45,48)
#1D1E23
(29,30,35)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #9BA598

#9BA598
(155,165,152)
#A4ADA1
(164,173,161)
#ADB5AA
(173,181,170)
#B6BDB3
(182,189,179)
#BFC5BC
(191,197,188)
#C8CDC5
(200,205,197)
#D1D5CE
(209,213,206)
#DADDD7
(218,221,215)
#E3E5E0
(227,229,224)
#ECEDE9
(236,237,233)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA598 color. Also use rgb(155,165,152) instead hex code.

Text Font Color

.myTextColor { color: #9BA598; }

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

This text font color is #9BA598.

Background Color

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

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

This div background color is #9BA598.

Border color

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

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

This div border color is #9BA598.

Opacity

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

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

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

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

This text has shadow with #9BA598 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA598.

Preview

Color preview on black background

This text has color #9BA598 on black background.


Color preview on white background

This text has color #9BA598 on white background.


Black color preview on #9BA598 background

This text has black color on #9BA598 background.


White color preview on #9BA598 background

This text has white color on #9BA598 background.


Related colors

Complementary color

Complementary color for #hex is #645A67.


I love getcolorcode.com

Triadic colors

1 #989BA5 and #A5989B with #9BA598 are triadic colors.

2 #98A59B and #A59B98 with #9BA598 are triadic colors.