COLOR #9B90AA

HEX: #9B90AA
RGB: (155,144,170)

Color info

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

RGB color model

#9B90AA color RGB value is (155,144,170).

  • red value is 155;
  • green value is 144;
  • blue value is 170.
RGB:
(155,144,170)
(61%,56%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 144 of 255 = 56%
B 170 of 255 = 67%

155
144
170

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

Portions of RGB colors in percentages

R + G + B =
155 + 144 + 170 = 469 (100%)
R 155 of 469 ~ 33.05%
G 144 of 469 ~ 30.7%
B 170 of 469 ~ 36.25%

%33.05
%30.7
%36.25

CMYK color model

#9B90AA color CMYK value is (9,15,0,33).

  • cyan value is 8.82%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(9,15,0,33)
C9M15Y0K33 
(9%,15%,0%,33%)
(0.09/0.15/0.00/0.33)	

CMYK percentages

%8.82
%15.29
%0
%33.33

Codes

Color #9B90AA in popluar color models

9B90AA
RGB155144170
HSL265°13.27%61.57%
HSB/HSV265°15.29%66.67%
CMYK8.82%15.29%0.00%
33.33%

Color #9B90AA in popluar number systems.

HEX9B90AA
Decimal155144170
Binary100110111001000010101010
Octal233220252

Shades and tints

Shades of #9B90AA

#9B90AA
(155,144,170)
#8D839B
(141,131,155)
#7F768C
(127,118,140)
#71697D
(113,105,125)
#635C6E
(99,92,110)
#554F5F
(85,79,95)
#474250
(71,66,80)
#393541
(57,53,65)
#2B2832
(43,40,50)
#1D1B23
(29,27,35)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #9B90AA

#9B90AA
(155,144,170)
#A49AB1
(164,154,177)
#ADA4B8
(173,164,184)
#B6AEBF
(182,174,191)
#BFB8C6
(191,184,198)
#C8C2CD
(200,194,205)
#D1CCD4
(209,204,212)
#DAD6DB
(218,214,219)
#E3E0E2
(227,224,226)
#ECEAE9
(236,234,233)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B90AA; }

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

This text font color is #9B90AA.


Background Color

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

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

This div background color is #9B90AA.


Border color

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

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

This div border color is #9B90AA.


Opacity

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

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

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

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

This text has shadow with #9B90AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B90AA on black background.


Color preview on white background

This text has color #9B90AA on white background.



Black color preview on #9B90AA background

This text has black color on #9B90AA background.


White color preview on #9B90AA background

This text has white color on #9B90AA background.