COLOR #9B98AA

HEX: #9B98AA RGB: (155,152,170)

Color info

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

RGB color model

#9B98AA color RGB value is (155,152,170).

RGB: (155,152,170) (61%, 60%, 67%)

RGB channels and saturation

R 155 of 255 = 61%
G 152 of 255 = 60%
B 170 of 255 = 67%

155
152
170

R + G + B ~ 63%. #9B98AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 152 + 170 = 477 (100%)
R 155 of 477 ~ 32.49%
G 152 of 477 ~ 31.87%
B 170 of 477 ~ 35.64'%

%32.49
%31.87
%35.64

CMYK color model

#9B98AA color CMYK value is (9,11,0,33).

  • cyan value is 8.82%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (9,11,0,33)
C9M11Y0K33 (9%, 11%, 0%, 33%)
(0.09 / 0.11 / 0.00 / 0.33)

CMYK percentages

%8.82
%10.59
%0
%33.33

Codes

Color #9B98AA in popluar color models

9B 98 AA
RGB 155 152 170
HSL 250° 9.57% 63.14%
HSB/HSV 250° 10.59% 66.67%
CMYK 8.82% 10.59% 0.00%
33.33%

Color #9B98AA in popluar number systems.

HEX 9B 98 AA
Decimal 155 152 170
Binary 10011011 10011000 10101010
Octal 233 230 252

Shades and tints

Shades of #9B98AA

#9B98AA
(155,152,170)
#8D8B9B
(141,139,155)
#7F7E8C
(127,126,140)
#71717D
(113,113,125)
#63646E
(99,100,110)
#55575F
(85,87,95)
#474A50
(71,74,80)
#393D41
(57,61,65)
#2B3032
(43,48,50)
#1D2323
(29,35,35)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #9B98AA

#9B98AA
(155,152,170)
#A4A1B1
(164,161,177)
#ADAAB8
(173,170,184)
#B6B3BF
(182,179,191)
#BFBCC6
(191,188,198)
#C8C5CD
(200,197,205)
#D1CED4
(209,206,212)
#DAD7DB
(218,215,219)
#E3E0E2
(227,224,226)
#ECE9E9
(236,233,233)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B98AA; }

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

This text font color is #9B98AA.

Background Color

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

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

This div background color is #9B98AA.

Border color

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

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

This div border color is #9B98AA.

Opacity

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

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

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

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

This text has shadow with #9B98AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B98AA.

Preview

Color preview on black background

This text has color #9B98AA on black background.


Color preview on white background

This text has color #9B98AA on white background.


Black color preview on #9B98AA background

This text has black color on #9B98AA background.


White color preview on #9B98AA background

This text has white color on #9B98AA background.


Related colors

Complementary color

Complementary color for #hex is #646755.


I love getcolorcode.com

Triadic colors

1 #AA9B98 and #98AA9B with #9B98AA are triadic colors.

2 #AA989B and #989BAA with #9B98AA are triadic colors.