COLOR #9D9AB9

HEX: #9D9AB9
RGB: (157,154,185)

Color info

#9D9AB9 contains red, green and blue colors in about the same proportion. Web safe color of #9D9AB9 is #9999CC (or #99C).

RGB color model

#9D9AB9 color RGB value is (157,154,185).

  • red value is 157;
  • green value is 154;
  • blue value is 185.
RGB:
(157,154,185)
(62%,60%,73%)

RGB channels and saturation

R 157 of 255 = 62%
G 154 of 255 = 60%
B 185 of 255 = 73%

157
154
185

R + G + B ~ 65%. #9D9AB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 154 + 185 = 496 (100%)
R 157 of 496 ~ 31.65%
G 154 of 496 ~ 31.05%
B 185 of 496 ~ 37.3%

%31.65
%31.05
%37.3

CMYK color model

#9D9AB9 color CMYK value is (15,17,0,27).

  • cyan value is 15.14%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(15,17,0,27)
C15M17Y0K27 
(15%,17%,0%,27%)
(0.15/0.17/0.00/0.27)	

CMYK percentages

%15.14
%16.76
%0
%27.45

Codes

Color #9D9AB9 in popluar color models

9D9AB9
RGB157154185
HSL246°18.13%66.47%
HSB/HSV246°16.76%72.55%
CMYK15.14%16.76%0.00%
27.45%

Color #9D9AB9 in popluar number systems.

HEX9D9AB9
Decimal157154185
Binary100111011001101010111001
Octal235232271

Shades and tints

Shades of #9D9AB9

#9D9AB9
(157,154,185)
#8F8CA9
(143,140,169)
#817E99
(129,126,153)
#737089
(115,112,137)
#656279
(101,98,121)
#575469
(87,84,105)
#494659
(73,70,89)
#3B3849
(59,56,73)
#2D2A39
(45,42,57)
#1F1C29
(31,28,41)
#110E19
(17,14,25)
#000000
(0,0,0)

Tints of #9D9AB9

#9D9AB9
(157,154,185)
#A5A3BF
(165,163,191)
#ADACC5
(173,172,197)
#B5B5CB
(181,181,203)
#BDBED1
(189,190,209)
#C5C7D7
(197,199,215)
#CDD0DD
(205,208,221)
#D5D9E3
(213,217,227)
#DDE2E9
(221,226,233)
#E5EBEF
(229,235,239)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9AB9 color. Also use rgb(157,154,185) instead hex code.

Text Font Color

.myTextColor { color: #9D9AB9; }

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

This text font color is #9D9AB9.


Background Color

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

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

This div background color is #9D9AB9.


Border color

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

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

This div border color is #9D9AB9.


Opacity

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

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

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

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

This text has shadow with #9D9AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9AB9 on black background.


Color preview on white background

This text has color #9D9AB9 on white background.



Black color preview on #9D9AB9 background

This text has black color on #9D9AB9 background.


White color preview on #9D9AB9 background

This text has white color on #9D9AB9 background.