COLOR #9D9BBB

HEX: #9D9BBB RGB: (157,155,187)

Color info

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

RGB color model

#9D9BBB color RGB value is (157,155,187).

RGB: (157,155,187) (62%, 61%, 73%)

RGB channels and saturation

R 157 of 255 = 62%
G 155 of 255 = 61%
B 187 of 255 = 73%

157
155
187

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

Portions of RGB colors in percentages

R + G + B = 157 + 155 + 187 = 499 (100%)
R 157 of 499 ~ 31.46%
G 155 of 499 ~ 31.06%
B 187 of 499 ~ 37.47'%

%31.46
%31.06
%37.47

CMYK color model

#9D9BBB color CMYK value is (16,17,0,27).

  • cyan value is 16.04%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (16,17,0,27)
C16M17Y0K27 (16%, 17%, 0%, 27%)
(0.16 / 0.17 / 0.00 / 0.27)

CMYK percentages

%16.04
%17.11
%0
%26.67

Codes

Color #9D9BBB in popluar color models

9D 9B BB
RGB 157 155 187
HSL 244° 19.05% 67.06%
HSB/HSV 244° 17.11% 73.33%
CMYK 16.04% 17.11% 0.00%
26.67%

Color #9D9BBB in popluar number systems.

HEX 9D 9B BB
Decimal 157 155 187
Binary 10011101 10011011 10111011
Octal 235 233 273

Shades and tints

Shades of #9D9BBB

#9D9BBB
(157,155,187)
#8F8DAA
(143,141,170)
#817F99
(129,127,153)
#737188
(115,113,136)
#656377
(101,99,119)
#575566
(87,85,102)
#494755
(73,71,85)
#3B3944
(59,57,68)
#2D2B33
(45,43,51)
#1F1D22
(31,29,34)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #9D9BBB

#9D9BBB
(157,155,187)
#A5A4C1
(165,164,193)
#ADADC7
(173,173,199)
#B5B6CD
(181,182,205)
#BDBFD3
(189,191,211)
#C5C8D9
(197,200,217)
#CDD1DF
(205,209,223)
#D5DAE5
(213,218,229)
#DDE3EB
(221,227,235)
#E5ECF1
(229,236,241)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9BBB color. Also use rgb(157,155,187) instead hex code.

Text Font Color

.myTextColor { color: #9D9BBB; }

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

This text font color is #9D9BBB.

Background Color

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

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

This div background color is #9D9BBB.

Border color

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

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

This div border color is #9D9BBB.

Opacity

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

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

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

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

This text has shadow with #9D9BBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9BBB.

Preview

Color preview on black background

This text has color #9D9BBB on black background.


Color preview on white background

This text has color #9D9BBB on white background.


Black color preview on #9D9BBB background

This text has black color on #9D9BBB background.


White color preview on #9D9BBB background

This text has white color on #9D9BBB background.


Related colors

Complementary color

Complementary color for #hex is #626444.


I love getcolorcode.com

Triadic colors

1 #BB9D9B and #9BBB9D with #9D9BBB are triadic colors.

2 #BB9B9D and #9B9DBB with #9D9BBB are triadic colors.